changeset 125:1e03be240534

8009229: ant makefile default target should be "test" Reviewed-by: lagergren, jlaskey
author sundar
date Thu, 28 Feb 2013 20:31:30 +0530
parents 1da9e37697f6
children 037e1de7ab1a
files make/build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/build.xml	Wed Feb 27 16:25:15 2013 +0100
+++ b/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"/>