]> git.mxchange.org Git - jcore-swing.git/commitdiff
renamed project to naming convention
authorRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 10:26:00 +0000 (12:26 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 29 Sep 2015 10:31:38 +0000 (12:31 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

dist.sh
nbproject/project.properties
nbproject/project.xml

diff --git a/dist.sh b/dist.sh
index 3ec2d7ffb3bb78176776b7b6a5b0c7457df86b0d..1157d4e3cbc5dfb7782bfde52c7d9ae8b5d411c0 100755 (executable)
--- a/dist.sh
+++ b/dist.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-NAME="jswingcore"
+NAME="jcore-swing"
 LIST=`find ../*/lib/${NAME}.jar`
 
 for entry in ${LIST};
index 7d1d4dc39bed50d7c35a0c5532c808b28c3bd192..2038fcb0037127543b41258f008704d83dcfee91 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=jswingcore
+application.title=jcore-swing
 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}/jswingcore.jar
+dist.jar=${dist.dir}/jcore-swing.jar
 dist.javadoc.dir=${dist.dir}/javadoc
 endorsed.classpath=
 excludes=
index f7b4e8af399f012ab15e9c11c9f382fb051afd6d..9677eed5847a771ae802f285a5614667968aa701 100644 (file)
@@ -1,18 +1,18 @@
 <?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>jswingcore</name>
-                       <source-roots>
-                               <root id="src.dir"/>
-                       </source-roots>
-                       <test-roots>
-                               <root id="test.src.dir"/>
-                       </test-roots>
-               </data>
-               <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
-                       <definitions>.\lib\nblibraries.properties</definitions>
-               </libraries>
-       </configuration>
+    <type>org.netbeans.modules.java.j2seproject</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+            <name>jcore-swing</name>
+            <source-roots>
+                <root id="src.dir"/>
+            </source-roots>
+            <test-roots>
+                <root id="test.src.dir"/>
+            </test-roots>
+        </data>
+        <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
+            <definitions>.\lib\nblibraries.properties</definitions>
+        </libraries>
+    </configuration>
 </project>