samples/componentinjection/anagram-plain/build.xml
changeset 343 8e220093e4bf
parent 213 de35ca154c1d
     1.1 --- a/samples/componentinjection/anagram-plain/build.xml	Sat Jun 14 10:06:39 2008 +0200
     1.2 +++ b/samples/componentinjection/anagram-plain/build.xml	Wed Jan 27 18:30:57 2010 +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="anagram-plain" default="default" basedir=".">
    1.13      <description>Builds, tests, and runs the project anagram-plain.</description>
    1.14      <import file="nbproject/build-impl.xml"/>