]> git.mxchange.org Git - jbonuscard-lib.git/commitdiff
this project was based on addressbook-lib and doesn't need jaddressbok and
authorRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 12:05:04 +0000 (14:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 13 Apr 2017 12:05:04 +0000 (14:05 +0200)
jcontacts-business-core

Signed-off-by: Roland Häder <roland@mxchange.org>
README.txt
build.xml
lib/jaddressbook-core.jar [deleted file]
lib/jcontacts-business-core.jar [deleted file]
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml

index 22e086e7fe17746b760d2d5c5eb290fa374bb4c5..1538010debc12de2c2bdaae8d26118e62dcde3fb 100644 (file)
@@ -4,5 +4,5 @@ README.txt
 1) What is this?
 ---------------
 
-This is a library for the addressbook application. It should be linked as
+This is a library for the jfinancials application. It should be linked as
 NetBeans project in all applications (Console, Swing, JSF, ...).
index 904c98de378b8a75cd343d2c5d7af1d152245e1d..45c787ba81b96bc1b90dc7c86b814f2a32987caa 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-lib" default="default" basedir=".">
-    <description>Builds, tests, and runs the project addressbook-lib.</description>
+<project name="jfinancials-lib" default="default" basedir=".">
+    <description>Builds, tests, and runs the project jfinancials-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-lib-impl.jar">
+        <target name="run" depends="jfinancials-lib-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>
diff --git a/lib/jaddressbook-core.jar b/lib/jaddressbook-core.jar
deleted file mode 100644 (file)
index 20f10c7..0000000
Binary files a/lib/jaddressbook-core.jar and /dev/null differ
diff --git a/lib/jcontacts-business-core.jar b/lib/jcontacts-business-core.jar
deleted file mode 100644 (file)
index af2b235..0000000
Binary files a/lib/jcontacts-business-core.jar and /dev/null differ
index 5c41e044ce80475012afb7bf55d0543c724632ad..c66340b97e989e32d8e41b9de1cc14c122ba7457 100644 (file)
@@ -19,7 +19,7 @@ is divided into following sections:
   - cleanup
 
         -->
-<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="addressbook-lib-impl">
+<project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="jfinancials-lib-impl">
     <fail message="Please build using Ant 1.8.0 or higher.">
         <condition>
             <not>
@@ -474,7 +474,7 @@ is divided into following sections:
                     </fileset>
                 </union>
                 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
-                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="addressbook-lib" testname="TestNG tests" workingDir="${work.dir}">
+                <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="jfinancials-lib" testname="TestNG tests" workingDir="${work.dir}">
                     <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
                     <propertyset>
                         <propertyref prefix="test-sys-prop."/>
@@ -625,7 +625,7 @@ is divided into following sections:
                 <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
                     <isset property="test.method"/>
                 </condition>
-                <condition else="-suitename addressbook-lib -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
+                <condition else="-suitename jfinancials-lib -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
                     <matches pattern=".*\.xml" string="@{testClass}"/>
                 </condition>
                 <delete dir="${build.test.results.dir}" quiet="true"/>
@@ -917,7 +917,7 @@ is divided into following sections:
         <delete file="${built-jar.properties}" quiet="true"/>
     </target>
     <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
-        <echo level="warn" message="Cycle detected: addressbook-lib was already built"/>
+        <echo level="warn" message="Cycle detected: jfinancials-lib was already built"/>
     </target>
     <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
         <mkdir dir="${build.dir}"/>
@@ -1402,7 +1402,7 @@ is divided into following sections:
         <delete file="${built-clean.properties}" quiet="true"/>
     </target>
     <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
-        <echo level="warn" message="Cycle detected: addressbook-lib was already built"/>
+        <echo level="warn" message="Cycle detected: jfinancials-lib was already built"/>
     </target>
     <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
         <mkdir dir="${build.dir}"/>
index 0a4dc2e4923e0e041b9b446759bb8daa5f5ce3d8..84a5ba8c42d736d53ee481dafa87c5f3a4da97c7 100644 (file)
@@ -3,7 +3,7 @@ annotation.processing.enabled.in.editor=true
 annotation.processing.processors.list=
 annotation.processing.run.all.processors=true
 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
-application.title=addressbook-lib
+application.title=jfinancials-lib
 application.vendor=Roland H\u00e4der
 auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
@@ -26,18 +26,16 @@ debug.test.classpath=\
 dist.archive.excludes=
 # This directory is removed when the project is cleaned:
 dist.dir=dist
-dist.jar=${dist.dir}/addressbook-lib.jar
+dist.jar=${dist.dir}/jfinancials-lib.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
-file.reference.addressbook-core.jar=lib/addressbook-core.jar
-file.reference.jaddressbook-core.jar=lib/jaddressbook-core.jar
-file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
+file.reference.jfinancials-core.jar=lib/jfinancials-core.jar
 file.reference.jcontacts-core.jar=lib/jcontacts-core.jar
 file.reference.jcountry-core.jar=lib/jcountry-core.jar
 file.reference.jphone-core.jar=lib/jphone-core.jar
 file.reference.juser-core.jar=lib/juser-core.jar
-file.reference.addressbook-core.jar=lib/addressbook-core.jar
+file.reference.jfinancials-core.jar=lib/jfinancials-core.jar
 includes=**
 jar.archive.disabled=${jnlp.enabled}
 jar.compress=false
@@ -46,10 +44,8 @@ javac.classpath=\
     ${file.reference.jcountry-core.jar}:\
     ${file.reference.jphone-core.jar}:\
     ${file.reference.jcontacts-core.jar}:\
-    ${file.reference.jcontacts-business-core.jar}:\
     ${file.reference.juser-core.jar}:\
-    ${file.reference.jaddressbook-core.jar}:\
-    ${file.reference.addressbook-core.jar}:\
+    ${file.reference.jfinancials-core.jar}:\
     ${libs.javaee-api-7.0.classpath}
 # Space-separated list of extra javac options
 javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
@@ -74,7 +70,7 @@ javadoc.private=true
 javadoc.splitindex=true
 javadoc.use=true
 javadoc.version=true
-javadoc.windowtitle=Addressbook Library
+javadoc.windowtitle=jfinancials Library
 jnlp.codebase.type=no.codebase
 jnlp.descriptor=application
 jnlp.enabled=false
@@ -100,13 +96,11 @@ run.test.classpath=\
     ${javac.test.classpath}:\
     ${build.test.classes.dir}
 source.encoding=UTF-8
-source.reference.addressbook-core.jar=../addressbook-core/src/
-source.reference.jaddressbook-core.jar=../jaddressbook-core/src/
-source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jfinancials-core.jar=../jfinancials-core/src/
 source.reference.jcontacts-core.jar=../jcontacts-core/src/
 source.reference.jcountry-core.jar=../jcountry-core/src/
 source.reference.jphone-core.jar=../jphone-core/src/
 source.reference.juser-core.jar=../juser-core/src/
-source.reference.addressbook-core.jar=../addressbook-core/src/
+source.reference.jfinancials-core.jar=../jfinancials-core/src/
 src.dir=src
 test.src.dir=test
index b484b16345263c3a67f73657d0e1c8b2a3e06f63..011eab28f10672bc771c2bc93a0241de4b2117c5 100644 (file)
@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.java.j2seproject</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
-            <name>addressbook-lib</name>
+            <name>jfinancials-lib</name>
             <source-roots>
                 <root id="src.dir"/>
             </source-roots>