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