giacomo 2004/02/02 02:55:23
Modified: tools/bin create-repository-jars.sh
Log:
never create the local cvs repository if you'd like to checkout from scratch
Revision Changes Path
1.4 +1 -6 cocoon-2.1/tools/bin/create-repository-jars.sh
Index: create-repository-jars.sh
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/bin/create-repository-jars.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -b -u -r1.3 -r1.4
--- create-repository-jars.sh 2 Feb 2004 10:50:23 -0000 1.3
+++ create-repository-jars.sh 2 Feb 2004 10:55:23 -0000 1.4
@@ -37,11 +37,6 @@
LOCAL_REPOSITORY=$HOME/cvs/cocoon-2.1
fi
-# create it if it doesn't exists
-if [ ! -d $LOCAL_REPOSITORY ]; then
- mkdir -p $LOCAL_REPOSITORY
-fi
-
# On which host should the artifacts be published
if [ "$REMOTEHOST" = "" ]; then
REMOTEHOST=www.apache.org