Skip to content

Commit

Permalink
Removed xtend-gen folder from classpath in ui.tests because it is no
Browse files Browse the repository at this point in the history
longer needed
  • Loading branch information
a-sr committed Sep 2, 2021
1 parent da6b4a3 commit ef01a29
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions org.lflang.ui.tests/.classpath
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" output="test-bin" path="src">
<attributes>
Expand All @@ -17,10 +21,5 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="xtend-gen/">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit ef01a29

Please sign in to comment.