switch back to rhino-1.7R3.jar, to be compatible with maven

This commit is contained in:
Manu Sridharan 2013-05-17 17:58:37 -07:00
parent dd6510da29
commit f6cdbd0e0a
3 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="source"/>
<classpathentry exported="true" kind="lib" path="lib/js.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/rhino-1.7R3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -36,4 +36,4 @@ Export-Package: com.ibm.wala.cast.js.translator,
org.mozilla.javascript.xml.impl.xmlbeans,
org.mozilla.javascript.xmlimpl
Bundle-ClassPath: .,
lib/js.jar
lib/rhino-1.7R3.jar

View File

@ -2,5 +2,5 @@ source.. = source/
output.. = bin/
bin.includes = META-INF/,\
.,\
lib/js.jar
lib/rhino-1.7R3.jar
jars.extra.classpath = lib/rhino-1.7R3.jar