2015-05-25 17:11:40 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry kind="src" path="test"/>
|
2015-05-26 08:13:35 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
2016-07-21 14:36:33 +00:00
|
|
|
<classpathentry kind="lib" path="lib/bcel-6.1-SNAPSHOT.jar" sourcepath="lib/bcel-6.1-SNAPSHOT-sources.jar"/>
|
2015-07-08 08:37:26 +00:00
|
|
|
<classpathentry kind="lib" path="lib/guava-10.0.1.jar"/>
|
2016-06-22 18:29:16 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
2016-11-16 13:28:28 +00:00
|
|
|
<classpathentry kind="lib" path="lib/antlr-complete.jar"/>
|
2015-05-25 17:11:40 +00:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|