nashorn/make/build.xml
changeset 24767 0b8af588070b
parent 24756 0c15d49a19cc
child 24768 ae21f28f0ddc
--- a/nashorn/make/build.xml	Wed May 21 16:12:40 2014 +0200
+++ b/nashorn/make/build.xml	Tue May 27 21:25:07 2014 +0200
@@ -23,10 +23,8 @@
 -->
 <project name="nashorn" default="test" basedir="..">
   <import file="build-nasgen.xml"/>
-  <import file="build-benchmark.xml"/>
   <import file="code_coverage.xml"/>
 
-
   <target name="init-conditions">
     <!-- loading locally defined resources and properties. NB they owerwrite default ones defined later -->
     <property file="${user.home}/.nashorn.project.local.properties"/>
@@ -616,4 +614,6 @@
 
   <target name="alltests" depends="exit-if-no-testng, externals, update-externals, test, test262parallel, perf"/>
 
+  <import file="build-benchmark.xml"/>
+
 </project>