forked from danbernier/WordCram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
executable file
·15 lines (15 loc) · 806 Bytes
/
.classpath
File metadata and controls
executable file
·15 lines (15 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/*" kind="src" path="src"/>
<classpathentry excluding="**/.svn/*" kind="src" path="ideExample"/>
<classpathentry excluding="**/.svn/*" kind="src" path="test"/>
<classpathentry kind="lib" path="lib/processing/core.jar"/>
<classpathentry kind="lib" path="lib/junit/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/mockito-all-1.8.5.jar"/>
<classpathentry kind="lib" path="lib/processing/itext.jar"/>
<classpathentry kind="lib" path="lib/processing/pdf.jar"/>
<classpathentry kind="lib" path="lib/cue.language.jar"/>
<classpathentry kind="lib" path="lib/jsoup-1.7.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>