-
Notifications
You must be signed in to change notification settings - Fork 17
/
.classpath
50 lines (50 loc) · 3.33 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="generated"/>
<classpathentry kind="src" path="src/apt/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="false"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/main/annotations.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-beanutils.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-collections-3.2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-dbcp-1.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-lang-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-logging.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-pool-1.5.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/forms-1.3.0.jar">
<attributes>
<attribute name="javadoc_location" value="http://www.jarvana.com/jarvana/view/com/jgoodies/forms/1.2.0/forms-1.2.0-javadoc.jar!"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/main/httpclient-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/httpcore-4.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/httpmime-4.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/jmdns-2.1.jar" sourcepath="libsrc/jmdns-2.1-src.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/jsr305.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/log4j-1.2.15.jar" sourcepath="libsrc/log4j-1.2.15-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/mail-1.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/miglayout-3.7-swing.jar" sourcepath="libsrc/miglayout-3.7-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/olap4j-0.9.7.302.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/opencsv-1.8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/piccolo.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/piccolox.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/rsyntaxtextarea.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/spring-security-core-2.0.5.RELEASE.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/xercesImpl-2.9.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/apache-mime4j-0.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/spring-core.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-httpclient-3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-io-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/guava-11.0.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/commons-codec-1.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/main/servlet-api-3.0.jar"/>
<classpathentry kind="lib" path="lib/main/junit-4.12.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>