make/build.xml

changeset 966
620bf937f377
parent 963
e2497b11a021
child 984
dd9ea030e762
     1.1 --- a/make/build.xml	Thu Aug 21 14:03:24 2014 +0530
     1.2 +++ b/make/build.xml	Thu Aug 21 20:06:48 2014 +0530
     1.3 @@ -34,6 +34,7 @@
     1.4      <loadproperties srcFile="make/project.properties"/>
     1.5      <path id="nashorn.ext.path">
     1.6        <pathelement location="${dist.dir}"/>
     1.7 +      <pathelement location="${java.ext.dirs}"/>
     1.8      </path>
     1.9      <property name="ext.class.path" value="-Djava.ext.dirs=&quot;${toString:nashorn.ext.path}&quot;"/>
    1.10      <condition property="svn.executable" value="/usr/local/bin/svn" else="svn">

mercurial