From: Roland Häder Date: Wed, 10 Aug 2016 07:58:17 +0000 (+0200) Subject: Ignored faces-config.NavData because this file will differ from user to user X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=186fc2b973b2818a207f80edce53f8a3142c1d8b;p=juser-core.git Ignored faces-config.NavData because this file will differ from user to user Signed-off-by: Roland Häder --- diff --git a/.gitignore b/.gitignore index c5bf316..ee74a86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /nbproject/private/ +/nbproject/faces-config.NavData /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}"