You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2008/06/04 19:12:45 UTC

svn commit: r663312 - /synapse/branches/1.2/src/main/bin/synapse.bat

Author: ruwan
Date: Wed Jun  4 10:12:45 2008
New Revision: 663312

URL: http://svn.apache.org/viewvc?rev=663312&view=rev
Log:
Fixing some text in the starting script

Modified:
    synapse/branches/1.2/src/main/bin/synapse.bat

Modified: synapse/branches/1.2/src/main/bin/synapse.bat
URL: http://svn.apache.org/viewvc/synapse/branches/1.2/src/main/bin/synapse.bat?rev=663312&r1=663311&r2=663312&view=diff
==============================================================================
--- synapse/branches/1.2/src/main/bin/synapse.bat (original)
+++ synapse/branches/1.2/src/main/bin/synapse.bat Wed Jun  4 10:12:45 2008
@@ -1,18 +1,21 @@
 @echo off
 
-REM Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+REM Licensed to the Apache Software Foundation (ASF) under one
+REM or more contributor license agreements.  See the NOTICE file
+REM distributed with this work for additional information
+REM regarding copyright ownership.  The ASF licenses this file
+REM to you under the Apache License, Version 2.0 (the
+REM "License"); you may not use this file except in compliance
+REM with the License.  You may obtain a copy of the License at
 REM
-REM Licensed under the Apache License, Version 2.0 (the "License");
-REM you may not use this file except in compliance with the License.
-REM You may obtain a copy of the License at
+REM    http://www.apache.org/licenses/LICENSE-2.0
 REM
-REM      http://www.apache.org/licenses/LICENSE-2.0
-REM
-REM Unless required by applicable law or agreed to in writing, software
-REM distributed under the License is distributed on an "AS IS" BASIS,
-REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-REM See the License for the specific language governing permissions and
-REM limitations under the License.
+REM Unless required by applicable law or agreed to in writing,
+REM software distributed under the License is distributed on an
+REM  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM KIND, either express or implied.  See the License for the
+REM specific language governing permissions and limitations
+REM under the License.
 
 if "%OS%"=="Windows_NT" @setlocal
 if "%OS%"=="WINNT" @setlocal
@@ -60,7 +63,7 @@
 if exist "%SYNAPSE_HOME%\README.TXT" goto checkJava
 
 :noSYNAPSEHome
-echo SYNAPSE_HOME is set incorrectly or WSO2 SYNAPSE could not be located. Please set SYNAPSE_HOME.
+echo SYNAPSE_HOME is set incorrectly or SYNAPSE could not be located. Please set SYNAPSE_HOME.
 goto end
 
 :checkJava
@@ -78,7 +81,7 @@
 :runServer
 @rem @echo on
 cd %SYNAPSE_HOME%
-echo "Starting WSO2 Enterprise Service Bus ..."
+echo "Starting Synapse/Java ..."
 echo Using SYNAPSE_HOME:        %SYNAPSE_HOME%
 echo Using JAVA_HOME:       %JAVA_HOME%