]> git.mxchange.org Git - jcustomer-lib.git/blobdiff - build.xml
updated jar(s)
[jcustomer-lib.git] / build.xml
index 4b97cbc0fe2a9926c709f3ab401e9fdf1743f468..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>
@@ -69,5 +69,5 @@
     properties which you can use, check the target you are overriding in the
     nbproject/build-impl.xml file. 
 
-    -->
+       -->
 </project>