-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
22 lines (22 loc) · 1.46 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 excluding="**/.svn/**" kind="src" path="src/main"/>
<classpathentry excluding="**/.svn/**|gui/" kind="src" path="src/runtime"/>
<classpathentry excluding="**/.svn/**" kind="src" path="src/gui"/>
<classpathentry excluding="**/.svn/**" kind="src" path="src/test"/>
<classpathentry kind="lib" path="lib/junit.jar" sourcepath="C:/Users/lhamann/.m2/repository/junit/junit/4.6/junit-4.6-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-17.0.jar">
<attributes>
<attribute name="javadoc_location" value="http://docs.guava-libraries.googlecode.com/git-history/release/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="lib" path="lib/antlr-3.4-complete.jar" sourcepath="D:/JavaDoc/antlr-3.4.tar/antlr-3.4"/>
<classpathentry exported="true" kind="lib" path="lib/combinatoricslib-0.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/vtd-xml.jar" sourcepath="D:/Install/ximpleware_2.10_java"/>
<classpathentry exported="true" kind="lib" path="lib/gsbase.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jruby-1.7.2.jar"/>
<classpathentry kind="lib" path="lib_build/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar"/>
<classpathentry kind="lib" path="lib/itextpdf-5.5.2.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>