forked from uberamd/NGECore2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
35 lines (35 loc) · 2.17 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-math3-3.0.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.6.jar"/>
<classpathentry kind="lib" path="lib/je-5.0.58.jar"/>
<classpathentry kind="lib" path="lib/jython-2.5.4-rc1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.22-bin.jar"/>
<classpathentry kind="lib" path="lib/postgresql-9.1-902.jdbc4.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/toxiclibscore.jar"/>
<classpathentry kind="lib" path="lib/hemesh/apfloat.jar"/>
<classpathentry kind="lib" path="lib/hemesh/hemesh.jar"/>
<classpathentry kind="lib" path="lib/hemesh/javolution-5.5.1.jar"/>
<classpathentry kind="lib" path="lib/hemesh/jts.jar"/>
<classpathentry kind="lib" path="lib/hemesh/quickhull3d.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-core-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-example-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-filter-compression-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-integration-beans-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-integration-jmx-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-integration-ognl-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-integration-xbean-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-statemachine-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/MINA/mina-transport-apr-2.0.4.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="ngengine_public.jar"/>
<classpathentry kind="lib" path="lib/mbassador-1.1.9.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="bin"/>
</classpath>