From: Roland Haeder Date: Mon, 22 Aug 2016 17:46:02 +0000 (+0200) Subject: updated dist.sh + ignored more stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=71ce841aa1146c5b88a98771c1ee060b788b0211;hp=bfd4f4edf1dbf9c4e191a5afae872d589aa53011;p=jshop-receipt-core.git updated dist.sh + ignored more stuff Signed-off-by: Roland Häder --- diff --git a/.gitignore b/.gitignore index c5bf316..8983685 100644 --- a/.gitignore +++ b/.gitignore @@ -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 d08e911..58d917f 100755 --- 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 index a0261c6..0000000 --- a/nbproject/genfiles.properties +++ /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