From 35acaa4931a7261fd33fc018d94dce227b023e27 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 29 Sep 2015 12:26:00 +0200 Subject: [PATCH] =?utf8?q?renamed=20project=20to=20naming=20convention=20S?= =?utf8?q?igned-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist.sh | 2 +- nbproject/project.properties | 4 ++-- nbproject/project.xml | 30 +++++++++++++++--------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist.sh b/dist.sh index 3ec2d7f..1157d4e 100755 --- 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}; diff --git a/nbproject/project.properties b/nbproject/project.properties index 7d1d4dc..2038fcb 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -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= diff --git a/nbproject/project.xml b/nbproject/project.xml index f7b4e8a..9677eed 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -1,18 +1,18 @@ - org.netbeans.modules.java.j2seproject - - - jswingcore - - - - - - - - - .\lib\nblibraries.properties - - + org.netbeans.modules.java.j2seproject + + + jcore-swing + + + + + + + + + .\lib\nblibraries.properties + + -- 2.39.5