-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.classpath
60 lines (60 loc) · 3.7 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"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="tools/phpbb2jforum/src"/>
<classpathentry kind="src" path="tools/luceneIndexer"/>
<classpathentry kind="src" path="tests/core"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="lib/jsp-2.1-6.1.10.jar"/>
<classpathentry kind="lib" path="lib/jsp-api-2.1-6.1.10.jar"/>
<classpathentry kind="lib" path="lib/test/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/test/mockito-all-1.8.5.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/activation.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/bsh-2.0b4.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/c3p0-0.9.1-pre9.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-httpclient-3.0-rc3.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-io-1.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-lang-2.3.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/commons-logging-api.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/concurrent.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/ehcache-1.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/freemarker-2.3.9.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/hsqldb-1.8.0.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/htmlparser-1.5.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jaxen.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jboss-cache-1.2.4.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jboss-common.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jboss-jmx.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jboss-system.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jcaptcha-all-1.0-RC2.0.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jdom.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jgroups-all-2.2.9-beta2.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/jtds-1.2.2.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/log4j-1.2.12.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/lucene-analyzers-2.2.0.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/lucene-core-2.2.0.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/lucene-highlighter-2.2.0.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/mail.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/mysql-connector-java-5.0.3-bin.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/postgresql-8.0-313.jdbc3.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/quartz-1.5.1.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/xalan.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/xml-apis.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/xmlrpc.jar"/>
<classpathentry kind="lib" path="WEB-INF/lib/xom-1.0.jar"/>
<classpathentry kind="lib" path="lib/jargs-1.0.jar"/>
<classpathentry kind="lib" path="lib/servlet-api.jar"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.mortbay.jetty.serveradaptor.runtimeClasspathProvider/Jetty 6"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="webapp/WEB-INF/classes"/>
</classpath>