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/02/14 00:48:19 UTC

svn commit: r507308 - in /db/derby/code/trunk: frameworks/ frameworks/NetworkServer/bin/ frameworks/embedded/bin/ tools/release/

Author: fuzzylogic
Date: Tue Feb 13 15:48:17 2007
New Revision: 507308

URL: http://svn.apache.org/viewvc?view=rev&rev=507308
Log:
DERBY-1709: Mark frameworks scripts as deprecated.

Modified:
    db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/ij.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/ij.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.ksh
    db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.bat
    db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.ksh
    db/derby/code/trunk/frameworks/embedded/bin/dblook.bat
    db/derby/code/trunk/frameworks/embedded/bin/dblook.ksh
    db/derby/code/trunk/frameworks/embedded/bin/ij.bat
    db/derby/code/trunk/frameworks/embedded/bin/ij.ksh
    db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.bat
    db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.ksh
    db/derby/code/trunk/frameworks/embedded/bin/sysinfo.bat
    db/derby/code/trunk/frameworks/embedded/bin/sysinfo.ksh
    db/derby/code/trunk/frameworks/readme.html
    db/derby/code/trunk/tools/release/build.xml

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -57,4 +61,4 @@
 echo to the location of your Derby installation.
 goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/NetworkServerControl.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -56,4 +60,4 @@
 echo to the location of your Derby installation.
 goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/dblook.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/ij.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/ij.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/ij.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/ij.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -65,4 +69,4 @@
 echo to the location of your Derby installation.
 goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/ij.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/ij.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/ij.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/ij.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -41,4 +45,4 @@
 @echo to the location of your Derby installation.
 @goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkClientCP.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -40,4 +44,4 @@
 @echo DERBY_HOME or DERBY_INSTALL not set. Set one of these variables
 @echo to the location of your Derby installation.
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/setNetworkServerCP.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/startNetworkServer.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/stopNetworkServer.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.bat (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.

Modified: db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.ksh (original)
+++ db/derby/code/trunk/frameworks/NetworkServer/bin/sysinfo.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/embedded/bin/dblook.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/dblook.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/dblook.bat (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/dblook.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -57,4 +61,4 @@
 echo to the location of your Derby installation.
 goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/embedded/bin/dblook.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/dblook.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/dblook.ksh (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/dblook.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/embedded/bin/ij.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/ij.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/ij.bat (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/ij.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -56,4 +60,4 @@
 echo to the location of your Derby installation.
 goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/embedded/bin/ij.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/ij.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/ij.ksh (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/ij.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.bat (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -41,4 +45,4 @@
 @echo to the location of your Derby installation.
 @goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.ksh (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/setEmbeddedCP.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/embedded/bin/sysinfo.bat
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/sysinfo.bat?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/sysinfo.bat (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/sysinfo.bat Tue Feb 13 15:48:17 2007
@@ -1,4 +1,8 @@
-
+@echo.
+@echo The frameworks scripts have been deprecated. Please use the new scripts in
+@echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+@echo information.
+@echo.
 @REM Licensed to the Apache Software Foundation (ASF) under one or more
 @REM contributor license agreements.  See the NOTICE file distributed with
 @REM this work for additional information regarding copyright ownership.
@@ -64,4 +68,4 @@
 echo to the location of your Derby installation.
 goto end
 
-:end
\ No newline at end of file
+:end

Modified: db/derby/code/trunk/frameworks/embedded/bin/sysinfo.ksh
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/embedded/bin/sysinfo.ksh?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/embedded/bin/sysinfo.ksh (original)
+++ db/derby/code/trunk/frameworks/embedded/bin/sysinfo.ksh Tue Feb 13 15:48:17 2007
@@ -1,3 +1,8 @@
+echo
+echo The frameworks scripts have been deprecated. Please use the new scripts in
+echo the /bin directory. See the file frameworks.DEPRECATED.txt for more
+echo information
+echo
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/frameworks/readme.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/frameworks/readme.html?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/frameworks/readme.html (original)
+++ db/derby/code/trunk/frameworks/readme.html Tue Feb 13 15:48:17 2007
@@ -22,6 +22,7 @@
 <link rel="StyleSheet" href="../demo/csfull.css" type="text/css" media="screen">
 </head>
 <body class="SmallFile">
+<h1><font color="#FF0000">NOTE: THE FRAMEWORKS SCRIPTS HAVE BEEN DEPRECATED. PLEASE BEGIN USING THE SCRIPTS IN THE /bin DIRECTORY</font></h1>
 <h1>About Derby's Frameworks</h1>
 <p><a name="framework"></a>A <em> framework</em> is the environment in which Derby runs. The framework in which you run Derby affects how you run applications against Derby.</p>
 <p>The <em>frameworks</em> directory contains subdirectories for each framework with supporting files. Depending on the framework, the subdirectory includes:

Modified: db/derby/code/trunk/tools/release/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/release/build.xml?view=diff&rev=507308&r1=507307&r2=507308
==============================================================================
--- db/derby/code/trunk/tools/release/build.xml (original)
+++ db/derby/code/trunk/tools/release/build.xml Tue Feb 13 15:48:17 2007
@@ -38,7 +38,7 @@
 
 
   <!-- Files to be included with and excluded from the source distribution -->
-  <property name="src.top.includes" value="BUILDING.txt,README,CHANGES,COPYRIGHT,KEYS,LICENSE,NOTICE,RELEASE-NOTES.html,STATUS,build.xml,index.html,published_api_overview.html"/>
+  <property name="src.top.includes" value="BUILDING.txt,README,CHANGES,COPYRIGHT,KEYS,LICENSE,NOTICE,RELEASE-NOTES.html,STATUS,build.xml,frameworks.DEPRECATED.txt,index.html,published_api_overview.html"/>
   <property name="src.tools.includes" value="tools/ant/**,tools/j2ee/**,tools/jar/**,tools/java/**,tools/javadoc/**,tools/jdbc4/**,tools/testing/**,tools/release/build.xml"/>
   <property name="src.dirs.includes" value="frameworks/**,java/**,plugins/**,bin/**,maven/**"/>
   <property name="src.includes" value="${src.top.includes},${src.tools.includes},${src.dirs.includes}"/>
@@ -69,9 +69,9 @@
     <mkdir dir="${crlf.dir}"/>
     <mkdir dir="${lf.dir}"/>
     <fixcrlf srcdir="${basedir}" destdir="${crlf.dir}" eol="crlf"
-             includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html"/>
+             includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html,frameworks.DEPRECATED.txt"/>
     <fixcrlf srcdir="${basedir}" destdir="${lf.dir}" eol="lf"
-             includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html"/>
+             includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html,frameworks.DEPRECATED.txt"/>
 
   </target>
 
@@ -81,7 +81,7 @@
     <zip destfile="${release.dir}/${derby.bin}.zip"
          compress="true">
       <!-- top-level -->
-      <zipfileset dir="${crlf.dir}" includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html"
+      <zipfileset dir="${crlf.dir}" includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html,frameworks.DEPRECATED.txt"
                   prefix="${derby.bin}/"/>
       <zipfileset dir="${basedir}" includes="index.html" prefix="${derby.bin}/"/>
       <!-- bin -->
@@ -133,7 +133,7 @@
     <tar destfile="${release.dir}/${derby.bin}.tar.gz"
          compression="gzip" longfile="gnu">
       <!-- top-level -->
-      <tarfileset dir="${lf.dir}" includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html"
+      <tarfileset dir="${lf.dir}" includes="CHANGES,COPYRIGHT,LICENSE,KEYS,NOTICE,RELEASE-NOTES.html,frameworks.DEPRECATED.txt"
                   prefix="${derby.bin}/"/>
       <tarfileset dir="${basedir}" includes="index.html" prefix="${derby.bin}/"/>
       <!-- bin -->