]> git.mxchange.org Git - jcontacts-business-lib.git/blobdiff - build.xml
Initialized project with remote interface for business contacts. This project
[jcontacts-business-lib.git] / build.xml
index 0544204921a4ad73437d48d76e1b12a908f6f505..2ee4964602b5da55518b6abc4d69f6cde8745b48 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="jcontacts-lib" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jcontacts-lib.</description>
+<project name="jcontacts-business-lib" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jcontacts-business-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="jcontacts-lib-impl.jar">
+        <target name="run" depends="jcontacts-business-lib-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>