]> git.mxchange.org Git - jbonuscard-core.git/blobdiff - build.xml
updated jar(s)
[jbonuscard-core.git] / build.xml
index 32ac333a7a64de6e72899bc34634bf5dcd96e9cf..308070b6a3a8239b3973a81fe35404de4c7f11ba 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="jfinancials-core" default="default" basedir=".">
-    <description>Builds, tests, and runs the project jfinancials-core.</description>
+<project name="jbonuscard-core" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jbonuscard-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="jfinancials-core-impl.jar">
+        <target name="run" depends="jbonuscard-core-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>