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"/>
|
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-11-16 13:28:28 +00:00
|
|
|
<classpathentry kind="lib" path="lib/antlr-complete.jar"/>
|
2017-03-15 10:01:42 +00:00
|
|
|
<classpathentry kind="lib" path="lib/reflections-0.9.10-javadoc.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/reflections-0.9.10-sources.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/reflections-0.9.10.jar"/>
|
2017-03-27 22:46:21 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
2015-05-25 17:11:40 +00:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|