samples/apifest1/day1/pinbasedsolution/build.xml
changeset 132 3bc4c54f4bcc
parent 52 4257f4cf226b
child 153 b5cbb797ec0a
     1.1 --- a/samples/apifest1/day1/pinbasedsolution/build.xml	Sat Jun 14 09:52:45 2008 +0200
     1.2 +++ b/samples/apifest1/day1/pinbasedsolution/build.xml	Sat Jun 14 09:56:12 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="pinbasedsolution" default="default" basedir=".">
     1.8 -    <description>Builds, tests, and runs the project pinbasedsolution.</description>
     1.9 +<project name="pinbasedsolution_-_day1" default="default" basedir=".">
    1.10 +    <description>Builds, tests, and runs the project pinbasedsolution - day1.</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="pinbasedsolution-impl.jar">
    1.19 +        <target name="run" depends="pinbasedsolution_-_day1-impl.jar">
    1.20              <exec dir="bin" executable="launcher.exe">
    1.21                  <arg file="${dist.jar}"/>
    1.22              </exec>