forked from petitparser/java-petitparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
14 lines (14 loc) · 702 Bytes
/
Copy path.classpath
File metadata and controls
14 lines (14 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="bin.grammer" path="grammar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin.test" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/guava-14.0.jar" sourcepath="lib/guava-14.0-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/petitparser/lib/guava-14.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>