forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
37 lines (37 loc) · 2.03 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<accessrules>
<accessrule kind="accessible" pattern="javax/script/**"/>
<accessrule kind="discouraged" pattern="sun/misc/Unsafe"/>
<accessrule kind="discouraged" pattern="sun/misc/Signal"/>
<accessrule kind="discouraged" pattern="sun/misc/SignalHandler"/>
</accessrules>
</classpathentry>
<classpathentry kind="lib" path="build_lib/junit.jar"/>
<classpathentry kind="lib" path="build_lib/jline-0.9.93.jar"/>
<classpathentry kind="lib" path="build_lib/bsf.jar"/>
<classpathentry kind="lib" path="build_lib/joni.jar"/>
<classpathentry kind="lib" path="build_lib/bytelist.jar"/>
<classpathentry kind="lib" path="build_lib/jcodings.jar"/>
<classpathentry kind="lib" path="build_lib/jffi.jar"/>
<classpathentry kind="lib" path="build_lib/constantine.jar"/>
<classpathentry kind="lib" path="build_lib/apt-mirror-api.jar"/>
<classpathentry kind="lib" path="build_lib/asm-3.2.jar"/>
<classpathentry kind="lib" path="build_lib/dynalang-0.3.jar"/>
<classpathentry kind="lib" path="build_lib/jaffl.jar"/>
<classpathentry kind="lib" path="build_lib/yydebug.jar"/>
<classpathentry kind="lib" path="build_lib/jsr292-mock.jar"/>
<classpathentry kind="lib" path="build_lib/nailgun-0.7.1.jar"/>
<classpathentry kind="lib" path="build_lib/asm-commons-3.2.jar"/>
<classpathentry kind="lib" path="build_lib/asm-util-3.2.jar"/>
<classpathentry kind="lib" path="build_lib/jnr-posix.jar"/>
<classpathentry kind="lib" path="build_lib/joda-time-1.6.jar"/>
<classpathentry kind="lib" path="build_lib/jgrapht-jdk1.5.jar"/>
<classpathentry kind="lib" path="build_lib/livetribe-jsr223-2.0.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANT"/>
<classpathentry kind="lib" path="build_lib/jnr-netdb.jar"/>
<classpathentry kind="output" path="build.eclipse"/>
</classpath>