forked from hogi/ilarkesto
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.classpath
65 lines (65 loc) · 4.54 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
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/java-7">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry exported="true" kind="lib" path="lib/asm-5.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-commons-5.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-util-5.0.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bsh-2.0b5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/codemirror_V-0.4-gwt16.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-fileupload-1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-net-3.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/core-1.47.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gdata-contacts-3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/google-api-client-1.19.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guava-18.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/guice-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-codeserver-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-dev-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-dnd-3.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-servlet-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwt-user-2.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gwtupload-1.0.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpcore-4.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/httpunit-1.6.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itext-asian-5.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itext-pdfa-5.5.6-1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itext-xtra-5.5.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/itextpdf-5.5.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jaudiotagger-2.0.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.mail.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javax.servlet-api-3.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcip-annotations-1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcommander-1.48.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.23.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jdom2-2.0.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.19.jar"/>
<classpathentry exported="true" kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.35.jar"/>
<classpathentry exported="true" kind="lib" path="lib/nekohtml-1.9.14.jar"/>
<classpathentry exported="true" kind="lib" path="lib/openid4java-0.9.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-3.12.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.12.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.12.jar"/>
<classpathentry exported="true" kind="lib" path="lib/scribe-1.3.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/testng-6.9.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/tidy.jar"/>
<classpathentry exported="true" kind="lib" path="lib/validation-api-1.1.0.Final.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.11.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xml-apis-1.4.01.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xstream-1.4.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jbcrypt-0.3m.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>