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

[eclipse/xtext#1952] migrated xtend test code to java #1660

Merged
merged 1 commit into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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