make/build.xml

changeset 82
abea4ba28901
parent 77
d7e83be6e7aa
child 87
222b9f32b674
     1.1 --- a/make/build.xml	Sat Feb 09 16:58:48 2013 +0100
     1.2 +++ b/make/build.xml	Mon Feb 11 21:26:06 2013 +0530
     1.3 @@ -201,12 +201,12 @@
     1.4  
     1.5      <!-- tests that check nashorn internals and internal API -->
     1.6      <jar jarfile="${nashorn.internal.tests.jar}">
     1.7 -      <fileset dir="${build.test.classes.dir}" excludes="**/api/scripting/*"/>
     1.8 +      <fileset dir="${build.test.classes.dir}" excludes="**/api/*"/>
     1.9      </jar>
    1.10  
    1.11      <!-- tests that check nashorn script engine (jsr-223) API -->
    1.12      <jar jarfile="${nashorn.api.tests.jar}">
    1.13 -      <fileset dir="${build.test.classes.dir}" includes="**/api/scripting/*"/>
    1.14 +      <fileset dir="${build.test.classes.dir}" includes="**/api/*"/>
    1.15      </jar>
    1.16  
    1.17    </target>

mercurial