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