2017-04-06 21:20:21 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
2017-07-10 20:04:01 +00:00
|
|
|
<classpathentry kind="lib" path="lib/antlr-4.7-complete.jar" sourcepath="lib/antlr-4.7-source.zip">
|
|
|
|
<attributes>
|
|
|
|
<attribute name="javadoc_location" value="http://www.antlr.org/api/Java/"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-05-12 16:10:05 +00:00
|
|
|
<classpathentry kind="lib" path="lib/hamcrest-all-1.3.jar">
|
|
|
|
<attributes>
|
2017-07-10 20:04:01 +00:00
|
|
|
<attribute name="javadoc_location" value="http://hamcrest.org/JavaHamcrest/javadoc/1.3/"/>
|
2017-05-12 16:10:05 +00:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="lib" path="lib/junit-4.12.jar">
|
|
|
|
<attributes>
|
2017-07-10 20:04:01 +00:00
|
|
|
<attribute name="javadoc_location" value="http://junit.org/junit4/javadoc/4.12/"/>
|
2017-05-12 16:10:05 +00:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.5.jar">
|
|
|
|
<attributes>
|
2017-07-10 20:17:50 +00:00
|
|
|
<attribute name="javadoc_location" value="https://commons.apache.org/proper/commons-lang/javadocs/api-3.5/"/>
|
2017-05-12 16:10:05 +00:00
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2017-04-06 21:20:21 +00:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|