forked from ow2-proactive/programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
38 lines (38 loc) · 2.64 KB
/
.classpath
File metadata and controls
38 lines (38 loc) · 2.64 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" output="classes/Core" path="src/Core"/>
<classpathentry excluding="org/objectweb/proactive/extensions/annotation/*/*/**" kind="src" output="classes/Extensions" path="src/Extensions"/>
<classpathentry kind="src" output="classes/Extra" path="src/Extra"/>
<classpathentry excluding="functionalTests/annotations/**/*|functionalTests/annotations/callbacks/inputs/|functionalTests/annotations/migrationsignal/inputs/|functionalTests/annotations/migrationstrategy/inputs/|functionalTests/annotations/remoteobject/inputs/" kind="src" output="classes/Tests" path="src/Tests"/>
<classpathentry excluding="doc/PublishedAPIDoclet.java" kind="src" output="classes/Utils" path="src/Utils"/>
<classpathentry kind="lib" path="compile/lib/ant.jar"/>
<classpathentry kind="lib" path="compile/lib/junit-4.11-SNAPSHOT-20120416-1530.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-net-1.4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-vfs-patched-2.0-SNAPSHOTr19199-tests.jar"/>
<classpathentry kind="lib" path="lib/commons-vfs-patched-2.0-SNAPSHOTr19199.jar"/>
<classpathentry kind="lib" path="lib/jackrabbit-jcr-commons-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/jackrabbit-webdav-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/javassist.jar"/>
<classpathentry kind="lib" path="lib/jetty-6.1.18.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-6.1.18.jar"/>
<classpathentry kind="lib" path="lib/jna-platform-3.3.0.jar"/>
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.31.jar"/>
<classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/netty-3.2.0.ALPHA2.jar"/>
<classpathentry kind="lib" path="lib/rabbitmq-client.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-2.5-6.1.11.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.5.3.jar"/>
<classpathentry kind="lib" path="lib/ssj.jar"/>
<classpathentry kind="lib" path="lib/trilead-ssh2.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl-2.8.1.jar"/>
<classpathentry kind="lib" path="lib/winp-1.17-patched.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/bouncycastle.jar"/>
<classpathentry kind="lib" path="C:/Program Files/Java/jdk1.6.0_45/lib/tools.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>