8009229: ant makefile default target should be "test"

Thu, 28 Feb 2013 20:31:30 +0530

author
sundar
date
Thu, 28 Feb 2013 20:31:30 +0530
changeset 126
1e03be240534
parent 125
1da9e37697f6
child 127
037e1de7ab1a

8009229: ant makefile default target should be "test"
Reviewed-by: lagergren, jlaskey

make/build.xml file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.xml	Wed Feb 27 16:25:15 2013 +0100
     1.2 +++ b/make/build.xml	Thu Feb 28 20:31:30 2013 +0530
     1.3 @@ -21,7 +21,7 @@
     1.4   or visit www.oracle.com if you need additional information or have any
     1.5   questions.
     1.6  -->
     1.7 -<project name="nashorn" default="all" basedir="..">
     1.8 +<project name="nashorn" default="test" basedir="..">
     1.9    <import file="build-nasgen.xml"/>
    1.10    <import file="build-benchmark.xml"/>
    1.11    <import file="code_coverage.xml"/>

mercurial