diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-03-28 17:08:58 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-03-28 17:08:58 +0200 |
| commit | 7c2f5fb4f80c3024c674c417799a2dc295a9bd03 (patch) | |
| tree | dac026b511a5885f0f0aa8061a537a08c07baa4e /.classpath | |
| parent | 138577d60b2612c7cbe48a44d43fec548b20fac8 (diff) | |
Migrate from BSF to javax.script. Update Mozilla Rhino JS engine.
Removed some 'auto-generated' comments from intentionally blank methods.
Other whitespace/comment cleanup.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/wrapper.jar"/>
- <classpathentry kind="lib" path="lib/bsf.jar"/>
<classpathentry kind="lib" path="lib/ldap.jar"/>
<classpathentry kind="lib" path="lib/castor-1.3.2-core.jar"/>
<classpathentry kind="lib" path="lib/castor-1.3.2-xml-schema.jar"/>
@@ -14,7 +13,7 @@ <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/dom4j.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0"/>
<classpathentry kind="lib" path="/cristal-dev/cristaldev.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
|
