equal
deleted
inserted
replaced
199 encoding="${javac.encoding}" |
199 encoding="${javac.encoding}" |
200 includeantruntime="false"/> |
200 includeantruntime="false"/> |
201 |
201 |
202 <!-- tests that check nashorn internals and internal API --> |
202 <!-- tests that check nashorn internals and internal API --> |
203 <jar jarfile="${nashorn.internal.tests.jar}"> |
203 <jar jarfile="${nashorn.internal.tests.jar}"> |
204 <fileset dir="${build.test.classes.dir}" excludes="**/api/scripting/*"/> |
204 <fileset dir="${build.test.classes.dir}" excludes="**/api/*"/> |
205 </jar> |
205 </jar> |
206 |
206 |
207 <!-- tests that check nashorn script engine (jsr-223) API --> |
207 <!-- tests that check nashorn script engine (jsr-223) API --> |
208 <jar jarfile="${nashorn.api.tests.jar}"> |
208 <jar jarfile="${nashorn.api.tests.jar}"> |
209 <fileset dir="${build.test.classes.dir}" includes="**/api/scripting/*"/> |
209 <fileset dir="${build.test.classes.dir}" includes="**/api/*"/> |
210 </jar> |
210 </jar> |
211 |
211 |
212 </target> |
212 </target> |
213 |
213 |
214 <target name="generate-policy-file"> |
214 <target name="generate-policy-file"> |