]> git.mxchange.org Git - jcore-utils.git/blobdiff - build.xml
Updated copyright year
[jcore-utils.git] / build.xml
index 8c0d22d34e9de769b0e0d1ec8e39ded937e5918d..31a355920b2e0cf0e84e38e98abbe4b1f83aab13 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="jsfcore" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jsfcore.</description>
+<project name="jcore-utils" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jcore-utils.</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="jsfcore-impl.jar">
+        <target name="run" depends="jcore-utils-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>