]> git.mxchange.org Git - jcore-utils.git/blobdiff - build.xml
Continued:
[jcore-utils.git] / build.xml
index 03162943e34ec6762987dc1d3923e0274c51c34b..6c4e6fe29c4c549c26db0facd5420bc8702d2de8 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="jcore-ejb" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jcore-ejb.</description>
+<project name="jcoreee" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jcoreee.</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="jcore-ejb-impl.jar">
+        <target name="run" depends="jcoreee-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>