8009229: ant makefile default target should be "test"
authorsundar
Thu, 28 Feb 2013 20:31:30 +0530
changeset 16270 17f612656e6b
parent 16269 d74c36a06911
child 16271 4817d7bb7434
8009229: ant makefile default target should be "test" Reviewed-by: lagergren, jlaskey
nashorn/make/build.xml
--- a/nashorn/make/build.xml	Wed Feb 27 16:25:15 2013 +0100
+++ b/nashorn/make/build.xml	Thu Feb 28 20:31:30 2013 +0530
@@ -21,7 +21,7 @@
  or visit www.oracle.com if you need additional information or have any
  questions.
 -->
-<project name="nashorn" default="all" basedir="..">
+<project name="nashorn" default="test" basedir="..">
   <import file="build-nasgen.xml"/>
   <import file="build-benchmark.xml"/>
   <import file="code_coverage.xml"/>