forked from willuhn/jameica
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
executable file
·47 lines (47 loc) · 3.79 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="test-bin" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/nanoxml/nanoxml-2.2.3.jar" sourcepath="lib.src/nanoxml/nanoxml-2.2.3.src.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt/linux64/swt.jar" sourcepath="lib.src/swt/linux/swt.src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/swt/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt/org.eclipse.osgi_3.10.1.v20140909-1633.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt/org.eclipse.jface_3.10.1.v20140813-1009.jar"/>
<classpathentry exported="true" kind="lib" path="lib/swt/org.eclipse.ui.forms_3.6.100.v20140422-1825.jar" sourcepath="lib.src/swt/linux/swt.src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/de_willuhn_ds/de_willuhn_ds.jar"/>
<classpathentry exported="true" kind="lib" path="lib/de_willuhn_util/de_willuhn_util.jar"/>
<classpathentry kind="lib" path="lib/swtcalendar/swtcalendar.jar" sourcepath="lib.src/swtcalendar/swtcalendar.src.zip"/>
<classpathentry kind="lib" path="lib/splash.jar"/>
<classpathentry exported="true" kind="lib" path="lib/paperclips/net.sf.paperclips_1.0.4.jar" sourcepath="lib.src/paperclips/net.sf.paperclips_1.0.4.src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/paperclips/net.sf.paperclips.ui_1.0.4.jar" sourcepath="lib.src/paperclips/net.sf.paperclips_1.0.4.src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta_commons/commons-lang-2.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/swt/org.eclipse.core.commands_3.6.100.v20140528-1422.jar"/>
<classpathentry kind="lib" path="lib/swt/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar"/>
<classpathentry kind="lib" path="lib/swt/com.ibm.icu_52.1.0.v201404241930.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bouncycastle/bcpkix-jdk15on-1.56.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bouncycastle/bcprov-jdk15on-1.56.jar"/>
<classpathentry exported="true" kind="lib" path="lib/h2/h2-1.4.198.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta_commons/commons-cli-1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta_commons/commons-collections-3.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jakarta_commons/commons-logging-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mckoi/mckoisqldb-1.0.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/velocity/velocity-1.7.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache_xmlrpc/ws-commons-util-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/apache_xmlrpc/xml-apis-1.0.b2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache_xmlrpc/xmlrpc-client-3.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/apache_xmlrpc/xmlrpc-common-3.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/java_ee/javax.annotation-api-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/java_ee/istack-commons-runtime-3.0.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/java_ee/jaxb-api-2.4.0-b180725.0427.jar"/>
<classpathentry kind="lib" path="lib/java_ee/jaxb-runtime-2.4.0-b180725.0644.jar"/>
<classpathentry kind="lib" path="lib/java_ee/activation-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/java_ee/txw2-20110809.jar"/>
<classpathentry kind="lib" path="lib/velocity/oro-2.0.8.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>