-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
executable file
·36 lines (36 loc) · 2.2 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/antlr-runtime-3.1.1.jar"/>
<classpathentry kind="lib" path="lib/drools-ant-5.0.1.jar"/>
<classpathentry kind="lib" path="lib/drools-api-5.0.1.jar"/>
<classpathentry kind="lib" path="lib/drools-compiler-5.0.1.jar"/>
<classpathentry kind="lib" path="lib/drools-core-5.0.1.jar"/>
<classpathentry kind="lib" path="lib/drools-decisiontables-5.0.1.jar"/>
<classpathentry kind="lib" path="lib/janino-2.5.15.jar"/>
<classpathentry kind="lib" path="lib/joda-time-1.6.jar"/>
<classpathentry kind="lib" path="lib/mvel2-2.0.10.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.3.1.jar"/>
<classpathentry kind="lib" path="lib/compile/servlet-api.jar"/>
<classpathentry kind="lib" path="lib/hibernate-jpa-2.0-api-1.0.0.Final.jar"/>
<classpathentry kind="lib" path="lib/container/geronimo-jta_1.0.1B_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/container/btm-1.3.3.jar"/>
<classpathentry kind="lib" path="lib/drools-api-5.1.0.M1.jar"/>
<classpathentry kind="lib" path="lib/org.json.jar"/>
<classpathentry kind="lib" path="lib/org.restlet.ext.json.jar"/>
<classpathentry kind="lib" path="lib/org.restlet.ext.servlet.jar"/>
<classpathentry kind="lib" path="lib/org.restlet.jar"/>
<classpathentry kind="lib" path="lib/org.codehaus.jettison.jar"/>
<classpathentry kind="lib" path="lib/org.restlet.ext.xstream.jar"/>
<classpathentry kind="lib" path="lib/org.restlet.ext.xml.jar"/>
<classpathentry kind="lib" path="lib/drools-core-5.1.0.M1.jar"/>
<classpathentry kind="lib" path="lib/drools-ant-5.1.0.M2.jar"/>
<classpathentry kind="lib" path="lib/drools-api-5.1.0.M2.jar"/>
<classpathentry kind="lib" path="lib/drools-compiler-5.1.0.M2.jar"/>
<classpathentry kind="lib" path="lib/drools-core-5.1.0.M2.jar"/>
<classpathentry kind="lib" path="lib/drools-decisiontables-5.1.0.M2.jar"/>
<classpathentry kind="lib" path="lib/drools-persistence-jpa-5.1.0.M2.jar"/>
<classpathentry kind="lib" path="lib/drools-core-5.1.0.M2-local.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>