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

Commit

Permalink
Merge pull request #1660 from eclipse/cd_d2x
Browse files Browse the repository at this point in the history
[eclipse-xtext/xtext#1952] migrated xtend test code to java
  • Loading branch information
cdietrich authored Mar 26, 2021
2 parents b45691a + 1f24c2a commit 2c5cc4c
Show file tree
Hide file tree
Showing 13 changed files with 815 additions and 2,128 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 2c5cc4c

Please sign in to comment.