Skip to content

Commit

Permalink
change classpath of the headless to fix compilation error introdducedd
Browse files Browse the repository at this point in the history
by  Websocket
  • Loading branch information
benoitgaudou committed Mar 9, 2022
1 parent 71896e2 commit e15a648
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions msi.gama.headless/.classpath
@@ -1,12 +1,16 @@
<?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-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry excluding="msi/gama/headless/core/HeadLessExperiment.java" kind="src" path="src"/>
<classpathentry kind="src" path="gaml">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>

0 comments on commit e15a648

Please sign in to comment.