Author: carlos Date: Wed Apr 19 23:05:39 2006 New Revision: 395503 URL: http://svn.apache.org/viewcvs?rev=395503&view=rev Log: Use a temp file for bundle as some people keep naming it as the contents
Modified: maven/components/trunk/maven-meeper/src/bin/deploy-bundle Modified: maven/components/trunk/maven-meeper/src/bin/deploy-bundle URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-meeper/src/bin/deploy-bundle?rev=395503&r1=395502&r2=395503&view=diff ============================================================================== --- maven/components/trunk/maven-meeper/src/bin/deploy-bundle (original) +++ maven/components/trunk/maven-meeper/src/bin/deploy-bundle Wed Apr 19 23:05:39 2006 @@ -20,6 +20,8 @@ BUNDLE=`echo $BUNDLEURL | sed -e 's#^.*/##;'` echo $BUNDLE +mv $BUNDLE tmp.jar +BUNDLE = tmp.jar (