]> git.mxchange.org Git - jshop-receipt-core.git/commitdiff
updated dist.sh + ignored more stuff
authorRoland Haeder <roland@mxchange.org>
Mon, 22 Aug 2016 17:46:02 +0000 (19:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 22 Aug 2016 17:47:19 +0000 (19:47 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
.gitignore
dist.sh
nbproject/genfiles.properties [deleted file]

index c5bf3164c956f4b481accecd79f44acb5ff3ba30..8983685bf689aaf35db7412261df81336e15d41a 100644 (file)
@@ -1,4 +1,6 @@
 /nbproject/private/
+/nbproject/faces-config.NavData
+/nbproject/genfiles.properties
 /nbproject/*~
 /manifest.mf
 /build/
diff --git a/dist.sh b/dist.sh
index d08e91158fa2a18332f75f5a17b6195a4b910086..58d917f92024ee2326b909ed17a6c2232f4bc602 100755 (executable)
--- a/dist.sh
+++ b/dist.sh
@@ -69,7 +69,7 @@ do
 
 done
 
-if [ "$1" != "r" -a "${NAME}" != "jcore-swing" -a -n "${GLASSFISH_SSH_PATH}" -a -n "${GLASSFISH_SSH_SERVER}" ]
+if [ "$1" != "r" -a -n "${GLASSFISH_SSH_PATH}" -a -n "${GLASSFISH_SSH_SERVER}" ]
 then
        echo "$0: Copying to remote '${GLASSFISH_SSH_SERVER}' ..."
        scp "${DIST}" "${GLASSFISH_SSH_SERVER}:${GLASSFISH_SSH_PATH}"
diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties
deleted file mode 100644 (file)
index a0261c6..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-build.xml.data.CRC32=ac09f4d8
-build.xml.script.CRC32=b7ea3264
-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.
-nbproject/build-impl.xml.data.CRC32=ac09f4d8
-nbproject/build-impl.xml.script.CRC32=9ae915c1
-nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48