-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.classpath
39 lines (39 loc) · 2.35 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/*" kind="src" path="code/src/java"/>
<classpathentry excluding="**/.svn/*" kind="src" path="code/src/test"/>
<classpathentry kind="src" path="code/src/utest"/>
<classpathentry kind="src" path="code/src/itest"/>
<classpathentry kind="src" path="code/src/testcommon"/>
<classpathentry kind="lib" path="lib/test/junit-4.1.jar"/>
<classpathentry kind="lib" path="lib/lnf/kunststoff.jar"/>
<classpathentry kind="lib" path="lib/lnf/skinlf.jar"/>
<classpathentry kind="lib" path="lib/lnf/themes/aquathemepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/bbjthemepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/beosthemepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/macosthemepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/modernthemepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/themepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/whistlerthemepack.zip"/>
<classpathentry kind="lib" path="lib/lnf/themes/xplunathemepack.zip"/>
<classpathentry kind="lib" path="lib/jdom.jar"/>
<classpathentry kind="lib" path="lib/MRJ141Stubs.jar"/>
<classpathentry kind="lib" path="lib/test/xmlunit1.0.jar"/>
<classpathentry kind="lib" path="lib/javacc.jar"/>
<classpathentry kind="lib" path="lib/cobra/cobra.jar"/>
<classpathentry kind="lib" path="lib/cobra/js.jar"/>
<classpathentry kind="lib" path="lib/apache/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="lib/apache/commons-io-2.1.jar"/>
<classpathentry kind="lib" path="lib/jep/jep-2.4.1.jar"/>
<classpathentry kind="lib" path="lib/spring/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/spring/spring-beans-2.5.6.SEC01.jar"/>
<classpathentry kind="lib" path="lib/spring/spring-core-2.5.6.SEC01.jar"/>
<classpathentry kind="lib" path="lib/fop/avalon-framework-cvs-20020806.jar"/>
<classpathentry kind="lib" path="lib/fop/batik.jar"/>
<classpathentry kind="lib" path="lib/fop/fop.jar"/>
<classpathentry kind="lib" path="lib/fop/xalan-2.5.2.jar"/>
<classpathentry kind="lib" path="lib/fop/xercesImpl-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/fop/xml-apis.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="code/build.eclipse"/>
</classpath>