Author: keith Date: Thu Feb 19 18:45:55 2009 New Revision: 31139 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31139
Log: Fixing ant filter Modified: branches/mashup/java/1.5/java/modules/distribution/bin/wso2mashup.bat Modified: branches/mashup/java/1.5/java/modules/distribution/bin/wso2mashup.bat URL: http://wso2.org/svn/browse/wso2/branches/mashup/java/1.5/java/modules/distribution/bin/wso2mashup.bat?rev=31139&r1=31138&r2=31139&view=diff ============================================================================== --- branches/mashup/java/1.5/java/modules/distribution/bin/wso2mashup.bat (original) +++ branches/mashup/java/1.5/java/modules/distribution/bin/wso2mashup.bat Thu Feb 19 18:45:55 2009 @@ -16,7 +16,7 @@ REM limitations under the License. rem --------------------------------------------------------------------------- -rem Main Script for the WSO2 Mashup Server vSNAPSHOT +rem Main Script for the WSO2 Mashup Server v...@mashup_version@ rem rem Environment Variable Prequisites rem @@ -111,7 +111,7 @@ rem ----- commandVersion ------------------------------------------------------- :commandVersion shift -echo WSO2 Mashup Server vSNAPSHOT +echo WSO2 Mashup Server v...@mashup_version@ goto end rem ----- commandDebug --------------------------------------------------------- @@ -170,7 +170,7 @@ goto jdk16 :unknownJdk -echo Starting WSO2 Mashup Server vSNAPSHOT (in unsupported JDK) +echo Starting WSO2 Mashup Server v...@mashup_version@ (in unsupported JDK) echo [ERROR] WSO2 Mashup Server is supported only on JDK 1.5 and higher goto runServer _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
