From 71ce841aa1146c5b88a98771c1ee060b788b0211 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 22 Aug 2016 19:46:02 +0200 Subject: [PATCH] updated dist.sh + ignored more stuff MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitignore | 2 ++ dist.sh | 2 +- nbproject/genfiles.properties | 8 -------- 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 nbproject/genfiles.properties 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 -- 2.39.2