]> git.mxchange.org Git - jfinancials-core.git/commitdiff
This project is based on pizzaservice-core
authorRoland Haeder <roland@mxchange.org>
Wed, 27 Apr 2016 20:40:14 +0000 (22:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 Apr 2016 20:40:14 +0000 (22:40 +0200)
build.xml
nbproject/build-impl.xml
nbproject/project.properties
nbproject/project.xml

index a6e9b6a3bb6d344f814ec7cfec2830398756ee30..694b90b234c16cd495a61ce0dbff01297b156f87 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -7,8 +7,8 @@
 <!-- the Compile on Save feature is turned off for the project. -->\r
 <!-- You can turn off the Compile on Save (or Deploy on Save) setting -->\r
 <!-- in the project's Project Properties dialog box.-->\r
-<project name="pizzaservice-core" default="default" basedir=".">\r
-    <description>Builds, tests, and runs the project pizzaservice-core.</description>\r
+<project name="addressbook-core" default="default" basedir=".">\r
+    <description>Builds, tests, and runs the project addressbook-core.</description>\r
     <import file="nbproject/build-impl.xml"/>\r
     <!--\r
 \r
@@ -58,7 +58,7 @@
 \r
     An example of overriding the target for project execution could look like this:\r
 \r
-        <target name="run" depends="pizzaservice-core-impl.jar">\r
+        <target name="run" depends="addressbook-core-impl.jar">\r
             <exec dir="bin" executable="launcher.exe">\r
                 <arg file="${dist.jar}"/>\r
             </exec>\r
index 8d941109298b943a8510a1a56baf12ca8fead5e3..eaa3933fa01c460335f6b5dfdb71213df04ab48c 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="pizzaservice-core-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="addressbook-core-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="pizzaservice-core" 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="addressbook-core" 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 pizzaservice-core -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
+                <condition else="-suitename addressbook-core -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: pizzaservice-core was already built"/>
+        <echo level="warn" message="Cycle detected: addressbook-core 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: pizzaservice-core was already built"/>
+        <echo level="warn" message="Cycle detected: addressbook-core was already built"/>
     </target>
     <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
         <mkdir dir="${build.dir}"/>
index 82dd2edee7973435ed3853230b797be16f60dcd6..3b1ebaffc61843bd229cbe17df4397b259410983 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=pizzaservice-core
+application.title=addressbook-core
 application.vendor=Cho-Time GmbH
 auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
@@ -26,7 +26,7 @@ debug.test.classpath=\
 dist.archive.excludes=
 # This directory is removed when the project is cleaned:
 dist.dir=dist
-dist.jar=${dist.dir}/pizzaservice-core.jar
+dist.jar=${dist.dir}/addressbook-core.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
@@ -77,7 +77,7 @@ javadoc.private=true
 javadoc.splitindex=true
 javadoc.use=true
 javadoc.version=true
-javadoc.windowtitle=RateCalc Core Library
+javadoc.windowtitle=Addressbook Core Library
 jnlp.codebase.type=no.codebase
 jnlp.descriptor=application
 jnlp.enabled=false
@@ -98,8 +98,7 @@ manifest.custom.permissions=
 meta.inf.dir=${src.dir}/META-INF
 mkdist.disabled=true
 platform.active=default_platform
-project.license=default
-project.licensePath=./nbproject/licenseheader.txt
+project.license=gpl30
 run.classpath=\
     ${javac.classpath}:\
     ${build.classes.dir}
index ba9f799f3f27eda3d142c7a49521136f86ab986b..1232b24e17191ae18beac80d80f9d4609880f2ef 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>pizzaservice-core</name>
+            <name>addressbook-core</name>
             <source-roots>
                 <root id="src.dir"/>
             </source-roots>