You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/04/20 08:05:41 UTC

svn commit: r395503 - /maven/components/trunk/maven-meeper/src/bin/deploy-bundle

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
 
 (