]> git.mxchange.org Git - jfinancials-lib.git/commitdiff
all projects are named lowercase
authorRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 10:13:46 +0000 (12:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 10:13:46 +0000 (12:13 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

build.xml
nbproject/genfiles.properties
nbproject/project.properties
nbproject/project.xml

index c24405d92227b060e9dbe0be371ca20129c99e7a..e2f0ff890ee2bba6e0aa5d0081d3157e443b3ef0 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" default="default" basedir=".">
-    <description>Builds, tests, and runs the project Addressbook.</description>
+<project name="addressbook" default="default" basedir=".">
+    <description>Builds, tests, and runs the project addressbook.</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-impl.jar">
+        <target name="run" depends="addressbook-impl.jar">
             <exec dir="bin" executable="launcher.exe">
                 <arg file="${dist.jar}"/>
             </exec>
index 095c44ac69e3c3778b9f1ee38a7fc8078fa48539..d699ebf884e4e17ef9ed1d8d0dfbb8d52a6e957a 100644 (file)
@@ -1,5 +1,5 @@
-build.xml.data.CRC32=870ba066
-build.xml.script.CRC32=e7acbc61
+build.xml.data.CRC32=f834ac06
+build.xml.script.CRC32=8387809e
 build.xml.stylesheet.CRC32=8064a381@1.75.2.48
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
index b1c1453024805a9308217f324b126ac80e89780d..1b4b492985b0365cf57321ec41e3bcb3e380e4f5 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
+application.title=addressbook
 application.vendor=Roland Haeder
 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}/Addressbook.jar
+dist.jar=${dist.dir}/addressbook.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
index ce7901856c7d46a84379aeafd516906cc04707cb..28529e4ee0065968bfb7b5ff9384f5089a3f4a89 100644 (file)
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://www.netbeans.org/ns/project/1">\r
-    <type>org.netbeans.modules.java.j2seproject</type>\r
-    <configuration>\r
-        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">\r
-            <name>Addressbook</name>\r
-            <source-roots>\r
-                <root id="src.dir"/>\r
-            </source-roots>\r
-            <test-roots>\r
-                <root id="test.src.dir"/>\r
-            </test-roots>\r
-        </data>\r
-    </configuration>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.java.j2seproject</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+            <name>addressbook</name>
+            <source-roots>
+                <root id="src.dir"/>
+            </source-roots>
+            <test-roots>
+                <root id="test.src.dir"/>
+            </test-roots>
+        </data>
+    </configuration>
+</project>