]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - build.xml
Continued a bit:
[jcustomer-lib.git] / build.xml
index e1b5260c3c2dbadcb67b207b2ec1acfd9ac03125..2771440f3892f62fafde3eaa40c73b04b26a9fe2 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="jshop-ee-lib" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jshop-ee-lib.</description>
+<project name="jcustomer-lib" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jcustomer-lib.</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="jshop-ee-lib-impl.jar">
+        <target name="run" depends="jcustomer-lib-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>