make/build.xml

changeset 552
8b0914b25430
parent 551
917b16e509bd
child 562
740b1133f1b6
     1.1 --- a/make/build.xml	Thu Sep 12 22:16:40 2013 +0530
     1.2 +++ b/make/build.xml	Fri Sep 13 16:45:11 2013 +0530
     1.3 @@ -230,6 +230,10 @@
     1.4          <compilerarg value="-Xlint:deprecation"/>
     1.5      </javac>
     1.6  
     1.7 +    <copy todir="${build.test.classes.dir}/META-INF/services">
     1.8 +       <fileset dir="${test.src.dir}/META-INF/services/"/>
     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/**"/>
    1.14 @@ -238,6 +242,7 @@
    1.15      <!-- tests that check nashorn script engine (jsr-223) API -->
    1.16      <jar jarfile="${nashorn.api.tests.jar}">
    1.17        <fileset dir="${build.test.classes.dir}" includes="**/api/**"/>
    1.18 +      <fileset dir="${build.test.classes.dir}" includes="**/META-INF/**"/>
    1.19      </jar>
    1.20  
    1.21    </target>

mercurial