]> git.mxchange.org Git - pizzaservice-swing.git/blobdiff - build.xml
Updated jar(s)
[pizzaservice-swing.git] / build.xml
index 7f99c195a18a0aae5889f968b860c8a5ff74e12a..fdeb657581e75de3bd2a660ad5482c418a44ab1f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
 <!-- the Compile on Save feature is turned off for the project. -->
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
 <!-- in the project's Project Properties dialog box.-->
-<project name="PizzaService-swing" default="default" basedir=".">
-    <description>Builds, tests, and runs the project PizzaService-swing.</description>
+<project name="pizzaservice-swing" default="default" basedir=".">
+    <description>Builds, tests, and runs the project pizzaservice-swing.</description>
     <import file="nbproject/build-impl.xml"/>
     <!--
 
@@ -58,7 +58,7 @@
 
     An example of overriding the target for project execution could look like this:
 
-        <target name="run" depends="PizzaService-swing-impl.jar">
+        <target name="run" depends="pizzaservice-swing-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>