fix .classpath error; should refer to rhino-1.7R3.jar

This commit is contained in:
Manu Sridharan 2013-06-25 15:50:24 -04:00
parent 6597641ca0
commit 8b09512edb
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<classpathentry kind="src" path="source"/>
<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/js.jar"/>
<classpathentry kind="lib" path="lib/rhino-1.7R3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>