-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
39 lines (39 loc) · 2.21 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 kind="src" path="src"/>
<classpathentry kind="src" path="src.tests"/>
<classpathentry kind="lib" path="dist/flowvisor.jar"/>
<classpathentry kind="lib" path="lib/asm-3.0.jar"/>
<classpathentry kind="lib" path="lib/cglib-2.2.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-dbcp-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-pool-1.5.6.jar"/>
<classpathentry kind="lib" path="lib/derby.jar"/>
<classpathentry kind="lib" path="lib/derbytools.jar"/>
<classpathentry kind="lib" path="lib/emma/emma_ant.jar"/>
<classpathentry kind="lib" path="lib/emma/emma.jar"/>
<classpathentry kind="lib" path="lib/gson-2.0.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-7.0.2.v20100331.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-7.0.2.v20100331.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-7.0.2.v20100331.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-7.0.2.v20100331.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-7.0.2.v20100331.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-7.0.2.v20100331.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/jsonrpc2-base-1.30.jar"/>
<classpathentry kind="lib" path="lib/jsonrpc2-server-1.8.jar"/>
<classpathentry kind="lib" path="lib/jsse.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/openflow.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/syslog4j-0.9.46-bin.jar"/>
<classpathentry kind="lib" path="lib/ws-commons-util-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/xmlrpc-client-3.1.3.jar"/>
<classpathentry kind="lib" path="lib/xmlrpc-common-3.1.3.jar"/>
<classpathentry kind="lib" path="lib/xmlrpc-server-3.1.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build"/>
</classpath>