compiler-design-eth/.classpath

12 lines
583 B
Text
Raw Permalink Normal View History

2020-01-15 22:18:07 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
2020-01-15 22:34:57 +01:00
<classpathentry kind="lib" path="lib/antlr-4.7.1-complete.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
2020-01-15 22:38:07 +01:00
<classpathentry kind="lib" path="lib/javaliParserObf.jar"/>
2020-01-15 22:18:07 +01:00
<classpathentry kind="output" path="bin"/>
</classpath>