8009229: ant makefile default target should be "test"
Reviewed-by: lagergren, jlaskey
--- 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"/>