Author: azeez Date: Wed Aug 12 02:52:46 2009 New Revision: 43255 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43255
Log: Changing svn:external \ Modified: branches/wsas/java/3.1.1/ (props changed) branches/wsas/java/3.1.1/build.sh Modified: branches/wsas/java/3.1.1/build.sh URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1.1/build.sh?rev=43255&r1=43254&r2=43255&view=diff ============================================================================== --- branches/wsas/java/3.1.1/build.sh (original) +++ branches/wsas/java/3.1.1/build.sh Wed Aug 12 02:52:46 2009 @@ -2,7 +2,7 @@ # Builds the ESB 2.1 with the carbon platform f_printhelp() { - echo "\n ** Build Script for WSO2 WSAS 3.1 - Help **" + echo "\n ** Build Script for WSO2 WSAS 3.1.1 - Help **" echo " ================================================\n" echo "Available optional parameters :" echo "\t-o\t\tBuild Offline" @@ -44,11 +44,11 @@ fi done -echo "Building the WSAS 3.1 with the Carbon Platform 2.0" +echo "Building the WSAS 3.1.1 with the Carbon Platform 2.0" cd $PRGDIR/carbon-platform sh build.sh -p wsas $CMD cd $PRGDIR/product mvn clean install $CMD -echo "Completed the WSAS 3.1 build" +echo "Completed the WSAS 3.1.1 build" _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
