Author: azeez Date: Tue Aug 11 02:19:29 2009 New Revision: 43081 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43081
Log: Updated build Modified: branches/esb/java/2.1.1/build.sh Modified: branches/esb/java/2.1.1/build.sh URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1.1/build.sh?rev=43081&r1=43080&r2=43081&view=diff ============================================================================== --- branches/esb/java/2.1.1/build.sh (original) +++ branches/esb/java/2.1.1/build.sh Tue Aug 11 02:19:29 2009 @@ -1,8 +1,8 @@ #!/bin/sh -# Builds the ESB 2.1 with the carbon platform +# Builds the ESB 2.1.1 with the carbon platform f_printhelp() { - echo "\n ** Build Script for WSO2 ESB 2.1 - Help **" + echo "\n ** Build Script for WSO2 ESB 2.1.1 - Help **" echo " ================================================\n" echo "Available optional parameters :" echo "\t-o\t\tBuild Offline" @@ -44,11 +44,11 @@ fi done -echo "Building the ESB 2.1 with the Carbon Platform 2.0" +echo "Building the ESB 2.1.1 with the Carbon Platform 2.0.1" cd $PRGDIR/carbon-platform sh build.sh -p esb $CMD cd $PRGDIR/product mvn clean install $CMD -echo "Completed the ESB 2.1 build" +echo "Completed the ESB 2.1.1 build" _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
