samples/individualsamples/build.xml
changeset 144 cef9a41a770a
parent 143 20dad4daf81b
child 394 ee6bd6cf2bf3
     1.1 --- a/samples/individualsamples/build.xml	Sat Jun 14 09:57:12 2008 +0200
     1.2 +++ b/samples/individualsamples/build.xml	Sat Jun 14 09:57:15 2008 +0200
     1.3 @@ -2,8 +2,8 @@
     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 -<project name="single" default="default" basedir=".">
     1.8 -    <description>Builds, tests, and runs the project single.</description>
     1.9 +<project name="individualsamples" default="default" basedir=".">
    1.10 +    <description>Builds, tests, and runs the project individualsamples.</description>
    1.11      <import file="nbproject/build-impl.xml"/>
    1.12      <!--
    1.13  
    1.14 @@ -54,7 +54,7 @@
    1.15  
    1.16      An example of overriding the target for project execution could look like this:
    1.17  
    1.18 -        <target name="run" depends="single-impl.jar">
    1.19 +        <target name="run" depends="individualsamples-impl.jar">
    1.20              <exec dir="bin" executable="launcher.exe">
    1.21                  <arg file="${dist.jar}"/>
    1.22              </exec>