You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2010/01/14 02:27:16 UTC

svn commit: r899020 - /incubator/pivot/infra/bin/maven-deploy.sh

Author: gbrown
Date: Thu Jan 14 01:27:16 2010
New Revision: 899020

URL: http://svn.apache.org/viewvc?rev=899020&view=rev
Log:
Uncomment ant call in maven-deploy.sh.

Modified:
    incubator/pivot/infra/bin/maven-deploy.sh

Modified: incubator/pivot/infra/bin/maven-deploy.sh
URL: http://svn.apache.org/viewvc/incubator/pivot/infra/bin/maven-deploy.sh?rev=899020&r1=899019&r2=899020&view=diff
==============================================================================
--- incubator/pivot/infra/bin/maven-deploy.sh (original)
+++ incubator/pivot/infra/bin/maven-deploy.sh Thu Jan 14 01:27:16 2010
@@ -65,7 +65,7 @@
 read -s PASSPHRASE
 echo
 
-# ant clean package
+ant clean package
 
 rm -Rf $BUNDLE_ROOT
 mkdir -p $BUNDLE_ROOT