forked from hogi/ilarkesto
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.classpath
60 lines (60 loc) · 4.67 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry exported="true" kind="lib" path="lib/junit-3.8.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaudiotagger-1.0.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.1.1.jar" sourcepath="lib/src/commons-logging-1.1.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/tidy.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpunit-1.6.2.jar" sourcepath="lib/src/httpunit-1.6.2-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/jcip-annotations.jar" sourcepath="lib/src/jcip-annotations-src.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-user.jar"/>
<classpathentry exported="true" kind="lib" path="lib/testng-5.8.jar" sourcepath="lib/src/testng-5.8.src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/bsh-2.0b4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gdata-contacts-3.0.jar" sourcepath="lib/src/gdata-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/commons-fileupload-1.2.1.jar" sourcepath="lib/src/commons-fileupload-1.2.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-1.4.jar" sourcepath="lib/commons-io-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity-1.6.4.jar" sourcepath="lib/src/velocity-1-6.4.src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar" sourcepath="lib/src/commons-collections-3.2.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.5.jar" sourcepath="lib/src/commons-lang-2.5-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/scribe-1.1.2.jar" sourcepath="lib/src/scribe-1.1.2-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/xstream-1.4.1.jar" sourcepath="lib/src/xstream-1.4.1-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.20-bin.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.mail.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openid4java-0.9.8.jar" sourcepath="lib/src/openid4java-0.9.8.741-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/httpclient-4.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guice-2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwtupload-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-dnd-3.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-codeserver.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-dev.jar"/>
<classpathentry exported="true" kind="lib" path="lib/servlet-api-3.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.utility"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/itext-pdfa-5.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itext-xtra-5.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itextpdf-5.5.2.jar" sourcepath="lib/src/itextpdf-5.5.2-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itext-asian-5.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.23.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.19.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-jdk5-13.0.jar" sourcepath="lib/src/guava-jdk5-13.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gdata-core-1.47.1.jar" sourcepath="lib/src/gdata-core-1.47.1.srouces.jar">
<attributes>
<attribute name="javadoc_location" value="https://developers.google.com/gdata/javadoc/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/google-api-client-1.19.1.jar" sourcepath="lib/src/google-api-client-1.19.1-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-net-3.3.jar" sourcepath="lib/src/commons-net-3.3-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdom-2.0.6.jar" sourcepath="lib/src/jdom-2.0.6-sources.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>