summaryrefslogtreecommitdiffstats
path: root/maven/make-deploy-one.sh
diff options
context:
space:
mode:
authorMark Raynsford <[email protected]>2014-03-11 20:54:50 +0000
committerMark Raynsford <[email protected]>2014-03-11 20:54:50 +0000
commit75322060978ed360ebf3ad355abd915e868c92a4 (patch)
tree63115d7efbcb942feee43b94424fa9ea914ad946 /maven/make-deploy-one.sh
parentf538477c6467f046533b3fc584566dccc768c6f5 (diff)
Massively rewrite project handling. Projects are now defined by directories of
(mostly) single-line config files (essentially a glorified directory-based key/value db). The scripts have been adjusted to work better in isolation (in particular the old copy-jars script has been split into a copy-jars-one and copy-jars script, with the latter executing the former on all projects). Bug 999: Is now fixed. Essentially a variable name was accidentally re-used, meaning the source zip file was copied over the project's main jar file. The -n option was passed to cp, but not the subsequent mv, so the overwrite occurred silently!
Diffstat (limited to 'maven/make-deploy-one.sh')
-rwxr-xr-xmaven/make-deploy-one.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/maven/make-deploy-one.sh b/maven/make-deploy-one.sh
index 40c2e3a..5b60137 100755
--- a/maven/make-deploy-one.sh
+++ b/maven/make-deploy-one.sh
@@ -36,9 +36,6 @@ DEPLOY_FILES=""
DEPLOY_CLASSIFIERS=""
DEPLOY_TYPES=""
-IFS="
-"
-
for LINE in `cat manifest.txt`
do
if [ "${LINE}" = "${NAME}.jar" ]