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/05/03 07:59:27 UTC

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

Author: carlos
Date: Tue May  2 22:59:25 2006
New Revision: 399159

URL: http://svn.apache.org/viewcvs?rev=399159&view=rev
Log:
Close if correctly

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=399159&r1=399158&r2=399159&view=diff
==============================================================================
--- maven/components/trunk/maven-meeper/src/bin/deploy-bundle (original)
+++ maven/components/trunk/maven-meeper/src/bin/deploy-bundle Tue May  2 22:59:25 2006
@@ -170,6 +170,7 @@
     cp -i ${artifactId}-${version}.jar $REPODIR/${groupId}/jars
     cp -i ${artifactId}-${version}.jar ${m2dir}
     if [ -f ${m2dir}/${artifactId}-${version}.jar ]
+    then
       md5sum  ${m2dir}/${artifactId}-${version}.jar > ${m2dir}/${artifactId}-${version}.jar.md5
       sha1sum ${m2dir}/${artifactId}-${version}.jar > ${m2dir}/${artifactId}-${version}.jar.sha1
     fi