Author: jvanzyl
Date: Sun Mar 18 17:30:28 2007
New Revision: 519761

URL: http://svn.apache.org/viewvc?view=rev&rev=519761
Log:
o remove the ITs from the branch
o remove IT goop from the booty

Removed:
    maven/components/branches/maven-2.0.x/maven-core-it/
    maven/components/branches/maven-2.0.x/maven-core-it-verifier/
Modified:
    maven/components/branches/maven-2.0.x/bootstrap.sh

Modified: maven/components/branches/maven-2.0.x/bootstrap.sh
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/bootstrap.sh?view=diff&rev=519761&r1=519760&r2=519761
==============================================================================
--- maven/components/branches/maven-2.0.x/bootstrap.sh (original)
+++ maven/components/branches/maven-2.0.x/bootstrap.sh Sun Mar 18 17:30:28 2007
@@ -58,14 +58,3 @@
   ret=$?; if [ $ret != 0 ]; then exit $ret; fi
 )
 ret=$?; if [ $ret != 0 ]; then exit $ret; fi
-
-(
-  cd ./maven-core-it
-  echo
-  echo "Running maven-core integration tests ..."
-  echo
-  ./maven-core-it.sh $ARGS
-  ret=$?; if [ $ret != 0 ]; then exit $ret; fi
-)
-ret=$?; if [ $ret != 0 ]; then exit $ret; fi
-


Reply via email to