You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2007/01/05 08:55:53 UTC

svn commit: r492931 - in /db/derby/code/branches/10.2/bin: NetworkServerControl.bat dblook.bat ij.bat startNetworkServer.bat stopNetworkServer.bat sysinfo.bat

Author: fuzzylogic
Date: Thu Jan  4 23:55:52 2007
New Revision: 492931

URL: http://svn.apache.org/viewvc?view=rev&rev=492931
Log:
DERBY-1955: merge revision 492930 to 10.2 branch.

Modified:
    db/derby/code/branches/10.2/bin/NetworkServerControl.bat
    db/derby/code/branches/10.2/bin/dblook.bat
    db/derby/code/branches/10.2/bin/ij.bat
    db/derby/code/branches/10.2/bin/startNetworkServer.bat
    db/derby/code/branches/10.2/bin/stopNetworkServer.bat
    db/derby/code/branches/10.2/bin/sysinfo.bat

Modified: db/derby/code/branches/10.2/bin/NetworkServerControl.bat
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/bin/NetworkServerControl.bat?view=diff&rev=492931&r1=492930&r2=492931
==============================================================================
--- db/derby/code/branches/10.2/bin/NetworkServerControl.bat (original)
+++ db/derby/code/branches/10.2/bin/NetworkServerControl.bat Thu Jan  4 23:55:52 2007
@@ -17,7 +17,7 @@
 @REM specific language governing permissions and limitations
 @REM under the License.
 
-CALL %~dp0derby_common.bat %*
+CALL "%~dp0derby_common.bat" %*
 
 if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
 if not "%CLASSPATH%"=="" goto runWithClasspath

Modified: db/derby/code/branches/10.2/bin/dblook.bat
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/bin/dblook.bat?view=diff&rev=492931&r1=492930&r2=492931
==============================================================================
--- db/derby/code/branches/10.2/bin/dblook.bat (original)
+++ db/derby/code/branches/10.2/bin/dblook.bat Thu Jan  4 23:55:52 2007
@@ -17,7 +17,7 @@
 @REM specific language governing permissions and limitations
 @REM under the License.
 
-CALL %~dp0derby_common.bat %*
+CALL "%~dp0derby_common.bat" %*
 
 if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
 if not "%CLASSPATH%"=="" goto runWithClasspath

Modified: db/derby/code/branches/10.2/bin/ij.bat
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/bin/ij.bat?view=diff&rev=492931&r1=492930&r2=492931
==============================================================================
--- db/derby/code/branches/10.2/bin/ij.bat (original)
+++ db/derby/code/branches/10.2/bin/ij.bat Thu Jan  4 23:55:52 2007
@@ -17,7 +17,7 @@
 @REM specific language governing permissions and limitations
 @REM under the License.
 
-CALL %~dp0derby_common.bat %*
+CALL "%~dp0derby_common.bat" %*
 
 if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
 if not "%CLASSPATH%"=="" goto runWithClasspath

Modified: db/derby/code/branches/10.2/bin/startNetworkServer.bat
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/bin/startNetworkServer.bat?view=diff&rev=492931&r1=492930&r2=492931
==============================================================================
--- db/derby/code/branches/10.2/bin/startNetworkServer.bat (original)
+++ db/derby/code/branches/10.2/bin/startNetworkServer.bat Thu Jan  4 23:55:52 2007
@@ -17,7 +17,7 @@
 @REM specific language governing permissions and limitations
 @REM under the License.
 
-CALL %~dp0derby_common.bat %*
+CALL "%~dp0derby_common.bat" %*
 
 if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
 if not "%CLASSPATH%"=="" goto runWithClasspath

Modified: db/derby/code/branches/10.2/bin/stopNetworkServer.bat
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/bin/stopNetworkServer.bat?view=diff&rev=492931&r1=492930&r2=492931
==============================================================================
--- db/derby/code/branches/10.2/bin/stopNetworkServer.bat (original)
+++ db/derby/code/branches/10.2/bin/stopNetworkServer.bat Thu Jan  4 23:55:52 2007
@@ -17,7 +17,7 @@
 @REM specific language governing permissions and limitations
 @REM under the License.
 
-CALL %~dp0derby_common.bat %*
+CALL "%~dp0derby_common.bat" %*
 
 if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
 if not "%CLASSPATH%"=="" goto runWithClasspath

Modified: db/derby/code/branches/10.2/bin/sysinfo.bat
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.2/bin/sysinfo.bat?view=diff&rev=492931&r1=492930&r2=492931
==============================================================================
--- db/derby/code/branches/10.2/bin/sysinfo.bat (original)
+++ db/derby/code/branches/10.2/bin/sysinfo.bat Thu Jan  4 23:55:52 2007
@@ -17,7 +17,7 @@
 @REM specific language governing permissions and limitations
 @REM under the License.
 
-CALL %~dp0derby_common.bat %*
+CALL "%~dp0derby_common.bat" %*
 
 if "%_USE_CLASSPATH%"=="no" goto runNoClasspath
 if not "%CLASSPATH%"=="" goto runWithClasspath