Author: carlos
Date: Mon Jan 30 16:15:51 2006
New Revision: 373640

URL: http://svn.apache.org/viewcvs?rev=373640&view=rev
Log:
Don't fail if license is not present, fixed typo
PR: MRM-65

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=373640&r1=373639&r2=373640&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/deploy-bundle (original)
+++ maven/components/trunk/maven-meeper/src/bin/deploy-bundle Mon Jan 30 
16:15:51 2006
@@ -99,7 +99,7 @@
   # A little help for manually created upload bundles
   [ -f license.txt ] && mv license.txt $LIC
 
-  if [ ! -f $LIC ]
+  if [ -f $LIC ]
   then
     ../d2u $LIC
     mkdir -p $REPODIR/${groupId}/licenses


Reply via email to