Skip to content

Commit

Permalink
Update Eclipse classpath settings
Browse files Browse the repository at this point in the history
For jline.
  • Loading branch information
Hiroshi Nakamura committed Jul 14, 2012
1 parent 5288ac9 commit 4c8d2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@
<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-2.7-SNAPSHOT.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"/>
Expand Down Expand Up @@ -44,5 +35,7 @@
<classpathentry kind="lib" path="build_lib/jnr-enxio.jar"/>
<classpathentry kind="lib" path="build_lib/bcmail-jdk15-146.jar"/>
<classpathentry kind="lib" path="build_lib/bcprov-jdk15-146.jar"/>
<classpathentry kind="lib" path="build_lib/jline-2.7.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build.eclipse"/>
</classpath>
2 changes: 1 addition & 1 deletion .settings/org.eclipse.jdt.launching.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Wed Jan 20 17:53:12 CET 2010
eclipse.preferences.version=1
org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=warning

0 comments on commit 4c8d2b6

Please sign in to comment.