currency/build.xml
changeset 1 676b4c07fa0a
parent 0 e0003d2fb0c2
     1.1 --- a/currency/build.xml	Fri Sep 19 23:16:43 2008 +0200
     1.2 +++ b/currency/build.xml	Sat Sep 20 18:26:55 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="boolcircuit" default="default" basedir=".">
     1.8 -    <description>Builds, tests, and runs the project boolcircuit.</description>
     1.9 +<project name="currency" default="default" basedir=".">
    1.10 +    <description>Builds, tests, and runs the project.</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="boolcircuit-impl.jar">
    1.19 +        <target name="run" depends="currency-impl.jar">
    1.20              <exec dir="bin" executable="launcher.exe">
    1.21                  <arg file="${dist.jar}"/>
    1.22              </exec>