-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.classpath
20 lines (20 loc) · 1.15 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/cloudy.jar" sourcepath="/cloudy"/>
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="war/WEB-INF/lib/gwt-servlet.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/sqlite-jdbc-3.7.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/jsoup-1.7.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/twitter4j-core-4.0.2.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/sistanlp-research-assembly-1.0-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/fontbox-1.8.7.jar"/>
<classpathentry kind="lib" path="war/WEB-INF/lib/pdfbox-1.8.7.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>