Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse-xtext/xtext#1952] migrated xtend test code to java
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Mar 22, 2021
1 parent 5e722dd commit 0edea8b
Show file tree
Hide file tree
Showing 8 changed files with 566 additions and 1,549 deletions.
1 change: 0 additions & 1 deletion org.eclipse.xtext.ui.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-longrunning"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="src-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.xtext.ui.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ source.. = tests/,\
src-gen/,\
emf-gen/,\
src/,\
src-longrunning/,\
xtend-gen/
src-longrunning/
output.. = bin/
bin.includes = model/generated/,\
META-INF/,\
Expand Down
Loading

0 comments on commit 0edea8b

Please sign in to comment.