nashorn/make/build.xml
changeset 17757 892b9873e831
parent 17753 4800f03fbfc4
child 17765 6b45f57bebc4
equal deleted inserted replaced
17756:daaa1e643f71 17757:892b9873e831
   210            classpath="${javac.test.classpath}"
   210            classpath="${javac.test.classpath}"
   211            source="${javac.source}"
   211            source="${javac.source}"
   212            target="${javac.target}"
   212            target="${javac.target}"
   213            debug="${javac.debug}"
   213            debug="${javac.debug}"
   214            encoding="${javac.encoding}"
   214            encoding="${javac.encoding}"
   215            includeantruntime="false"/>
   215            includeantruntime="false">
       
   216         <compilerarg line="-extdirs &quot;&quot;"/>
       
   217     </javac>
   216 
   218 
   217     <!-- tests that check nashorn internals and internal API -->
   219     <!-- tests that check nashorn internals and internal API -->
   218     <jar jarfile="${nashorn.internal.tests.jar}">
   220     <jar jarfile="${nashorn.internal.tests.jar}">
   219       <fileset dir="${build.test.classes.dir}" excludes="**/api/**"/>
   221       <fileset dir="${build.test.classes.dir}" excludes="**/api/**"/>
   220     </jar>
   222     </jar>