You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/01/24 17:26:08 UTC

svn commit: r499467 - /maven/continuum/trunk/ci_continuum.sh

Author: evenisse
Date: Wed Jan 24 08:26:07 2007
New Revision: 499467

URL: http://svn.apache.org/viewvc?view=rev&rev=499467
Log: (empty)

Modified:
    maven/continuum/trunk/ci_continuum.sh

Modified: maven/continuum/trunk/ci_continuum.sh
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/ci_continuum.sh?view=diff&rev=499467&r1=499466&r2=499467
==============================================================================
--- maven/continuum/trunk/ci_continuum.sh (original)
+++ maven/continuum/trunk/ci_continuum.sh Wed Jan 24 08:26:07 2007
@@ -161,7 +161,7 @@
     (
       cd $DIR/continuum/continuum-plexus-runtime
 
-      mv target/continuum*.war $DEPLOY_DIR/$DIST_APP
+      mv target/continuum*.tar.gz $DEPLOY_DIR/$DIST_APP
     )
     ret=$?; if [ $ret != 0 ]; then exit $ret; fi