nashorn/make/build.xml
changeset 26236 78b5ece438c0
parent 26070 1c348e8d9b88
child 26239 f38221b60b31
--- a/nashorn/make/build.xml	Wed Aug 20 21:32:09 2014 +0530
+++ b/nashorn/make/build.xml	Thu Aug 21 20:06:48 2014 +0530
@@ -34,6 +34,7 @@
     <loadproperties srcFile="make/project.properties"/>
     <path id="nashorn.ext.path">
       <pathelement location="${dist.dir}"/>
+      <pathelement location="${java.ext.dirs}"/>
     </path>
     <property name="ext.class.path" value="-Djava.ext.dirs=&quot;${toString:nashorn.ext.path}&quot;"/>
     <condition property="svn.executable" value="/usr/local/bin/svn" else="svn">