make/build.xml

changeset 769
5a1ae83c295f
parent 762
716aedd8730a
child 771
5ab19753ce4a
     1.1 --- a/make/build.xml	Wed Mar 12 16:33:28 2014 +0100
     1.2 +++ b/make/build.xml	Wed Mar 12 11:26:00 2014 +0100
     1.3 @@ -250,6 +250,10 @@
     1.4         <fileset dir="${test.src.dir}/jdk/nashorn/internal/runtime/resources"/>
     1.5      </copy>
     1.6  
     1.7 +    <copy todir="${build.test.classes.dir}/jdk/nashorn/api/scripting/resources">
     1.8 +       <fileset dir="${test.src.dir}/jdk/nashorn/api/scripting/resources"/>
     1.9 +    </copy>
    1.10 +
    1.11      <!-- tests that check nashorn internals and internal API -->
    1.12      <jar jarfile="${nashorn.internal.tests.jar}">
    1.13        <fileset dir="${build.test.classes.dir}" excludes="**/api/**"/>

mercurial