make/build.xml

changeset 278
b558e19d5de5
parent 273
98798a6336de
child 286
1c1453863ea8
     1.1 --- a/make/build.xml	Mon May 20 16:38:38 2013 +0200
     1.2 +++ b/make/build.xml	Mon May 20 23:04:01 2013 +0530
     1.3 @@ -212,7 +212,9 @@
     1.4             target="${javac.target}"
     1.5             debug="${javac.debug}"
     1.6             encoding="${javac.encoding}"
     1.7 -           includeantruntime="false"/>
     1.8 +           includeantruntime="false">
     1.9 +        <compilerarg line="-extdirs &quot;&quot;"/>
    1.10 +    </javac>
    1.11  
    1.12      <!-- tests that check nashorn internals and internal API -->
    1.13      <jar jarfile="${nashorn.internal.tests.jar}">

mercurial