forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
44 lines (44 loc) · 2.56 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
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="org/jruby/runtime/Constants.java" kind="src" path="src"/>
<classpathentry excluding="*.java" kind="src" path="src_gen"/>
<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-1.0.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/jnr-constants.jar"/>
<classpathentry kind="lib" path="build_lib/apt-mirror-api.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/jnr-posix.jar"/>
<classpathentry kind="lib" path="build_lib/joda-time-1.6.2.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="lib" path="build_lib/org.osgi.core-4.2.0.jar"/>
<classpathentry kind="lib" path="build_lib/asm-4.0_RC2.jar"/>
<classpathentry kind="lib" path="build_lib/asm-analysis-4.0_RC2.jar"/>
<classpathentry kind="lib" path="build_lib/asm-commons-4.0_RC2.jar"/>
<classpathentry kind="lib" path="build_lib/asm-tree-4.0_RC2.jar"/>
<classpathentry kind="lib" path="build_lib/asm-util-4.0_RC2.jar"/>
<classpathentry kind="lib" path="build_lib/snakeyaml-1.9.jar"/>
<classpathentry kind="lib" path="build_lib/jzlib-1.1.0.jar"/>
<classpathentry kind="lib" path="build_lib/coro-mock-1.0-SNAPSHOT.jar"/>
<classpathentry kind="output" path="build.eclipse"/>
</classpath>