samples/javabeans/build.xml
changeset 413 f11943a373a7
parent 102 461397695234
     1.1 --- a/samples/javabeans/build.xml	Sat Jun 14 09:54:22 2008 +0200
     1.2 +++ b/samples/javabeans/build.xml	Mon Nov 11 13:17:34 2019 +0100
     1.3 @@ -2,6 +2,11 @@
     1.4  <!-- You may freely edit this file. See commented blocks below for -->
     1.5  <!-- some examples of how to customize the build. -->
     1.6  <!-- (If you delete it and reopen the project it will be recreated.) -->
     1.7 +<!-- By default, only the Clean and Build commands use this build script. -->
     1.8 +<!-- Commands such as Run, Debug, and Test only use this build script if -->
     1.9 +<!-- the Compile on Save feature is turned off for the project. -->
    1.10 +<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
    1.11 +<!-- in the project's Project Properties dialog box.-->
    1.12  <project name="javabeans" default="default" basedir=".">
    1.13      <description>Builds, tests, and runs the project javabeans.</description>
    1.14      <import file="nbproject/build-impl.xml"/>
    1.15 @@ -46,8 +51,7 @@
    1.16        -init-macrodef-junit:     defines macro for junit execution
    1.17        -init-macrodef-debug:     defines macro for class debugging
    1.18        -init-macrodef-java:      defines macro for class execution
    1.19 -      -do-jar-with-manifest:    JAR building (if you are using a manifest)
    1.20 -      -do-jar-without-manifest: JAR building (if you are not using a manifest)
    1.21 +      -do-jar:                  JAR building
    1.22        run:                      execution of project 
    1.23        -javadoc-build:           Javadoc generation
    1.24        test-report:              JUnit report generation