-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
22 lines (22 loc) · 1.58 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src-sjc"/>
<classpathentry kind="src" path="src-annotation"/>
<classpathentry kind="src" path="src-util"/>
<classpathentry kind="src" path="src-lib"/>
<classpathentry kind="src" path="src-sjc-test"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.core.runtime_3.3.100.v20070530.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.jdt.core_3.3.0.v_771.jar" sourcepath="lib/jdtcoresrc.zip"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.core.contenttype_3.2.100.v20070319.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.core.jobs_3.3.0.v20070423.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.core.resources_3.3.0.v20070604.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.equinox.common_3.3.0.v20070426.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.equinox.preferences_3.2.100.v20070522.jar"/>
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.osgi_3.3.0.v20070530.jar"/>
<classpathentry kind="lib" path="lib/asm-3.1.jar" sourcepath="lib/asm-3.1-src.zip"/>
<classpathentry kind="lib" path="lib/asm-util-3.1.jar" sourcepath="lib/asm-3.1-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/antlr-3.4-complete.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>