You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/06 02:04:10 UTC

svn commit: r278891 - in /beehive/trunk/samples: controls-webservices-blank/ petstoreWeb/ petstoreWeb/web/WEB-INF/tags/beehive/petstore/

Author: ekoneil
Date: Mon Sep  5 17:03:56 2005
New Revision: 278891

URL: http://svn.apache.org/viewcvs?rev=278891&view=rev
Log:
Fixing URLs for both the graduation from Incubation of both Beehive and Derby.

Various download documentation and HREFs were referring to old http://incubator URLs.

BB: self
Test: build.dist



Modified:
    beehive/trunk/samples/controls-webservices-blank/README.txt
    beehive/trunk/samples/controls-webservices-blank/build-svn.xml
    beehive/trunk/samples/petstoreWeb/README.txt
    beehive/trunk/samples/petstoreWeb/build-dist.xml
    beehive/trunk/samples/petstoreWeb/build.xml
    beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag

Modified: beehive/trunk/samples/controls-webservices-blank/README.txt
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/controls-webservices-blank/README.txt?rev=278891&r1=278890&r2=278891&view=diff
==============================================================================
--- beehive/trunk/samples/controls-webservices-blank/README.txt (original)
+++ beehive/trunk/samples/controls-webservices-blank/README.txt Mon Sep  5 17:03:56 2005
@@ -3,7 +3,7 @@
 web-service.  
 
 For a detailed documentation of the build process please see: 
-    http://incubator.apache.org/beehive/system-controls/webservices/sample-ws-control-blank.html
+    http://beehive.apache.org/releases/nightly/system-controls/webservices/sample-ws-control-blank.html
 
 The same documentation is also available in this distribution:
     <BeehiveRoot>/docs/system-controls/webservices/sample-ws-control-blank.html

Modified: beehive/trunk/samples/controls-webservices-blank/build-svn.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/controls-webservices-blank/build-svn.xml?rev=278891&r1=278890&r2=278891&view=diff
==============================================================================
--- beehive/trunk/samples/controls-webservices-blank/build-svn.xml (original)
+++ beehive/trunk/samples/controls-webservices-blank/build-svn.xml Mon Sep  5 17:03:56 2005
@@ -213,11 +213,7 @@
                 </fileset>
             </batchtest>
         </junit>
-        <fail if="testfailed" message="One or more tests failed.  The unit test requires
-            the wsm-addressbook-enhanced web serivce to be running.  Please verify
-     that http://localhost:8080/EnhancedAddressBook/ is available before trying the unit testing.
-         See the http://incubator.apache.org/beehive/wsm/sample_AddressBook.html for instruction
-    on running the sample." />
+        <fail if="testfailed" message="One or more tests failed.  The unit test requires the wsm-addressbook-enhanced web serivce to be running.  Please verify that http://localhost:8080/EnhancedAddressBook/ is available before trying the unit testing."/>
     </target>
 
     <target name="usage" description="Print the usage for this build.xml">

Modified: beehive/trunk/samples/petstoreWeb/README.txt
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/petstoreWeb/README.txt?rev=278891&r1=278890&r2=278891&view=diff
==============================================================================
--- beehive/trunk/samples/petstoreWeb/README.txt (original)
+++ beehive/trunk/samples/petstoreWeb/README.txt Mon Sep  5 17:03:56 2005
@@ -34,7 +34,7 @@
 
 4) Derby 10.0.x
 
-   Download: http://incubator.apache.org/derby/derby_downloads.html
+   Download: http://db.apache.org/derby/derby_downloads.html
 
 Once Derby has been downloaded, set the "derby.jar" property in build.properties
 so that derby.jar can be located by the build file and copied to the webapp's 

Modified: beehive/trunk/samples/petstoreWeb/build-dist.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/petstoreWeb/build-dist.xml?rev=278891&r1=278890&r2=278891&view=diff
==============================================================================
--- beehive/trunk/samples/petstoreWeb/build-dist.xml (original)
+++ beehive/trunk/samples/petstoreWeb/build-dist.xml Mon Sep  5 17:03:56 2005
@@ -60,7 +60,7 @@
 
         <available file="${derby.jar}" property="derby.present"/>
         <fail unless="derby.present" 
-              message="Unable to locate ${derby.jar}.  Please download Derby from http://incubator.apache.org/derby/derby_downloads.html and set the derby.jar property in build.properties"/>
+              message="Unable to locate ${derby.jar}.  Please download Derby from http://db.apache.org/derby/derby_downloads.html and set the derby.jar property in build.properties"/>
 
         <copy todir="${build.dir}/WEB-INF/lib" file="${beehive.home}/lib/controls/beehive-jdbc-control.jar"/>
         <copy todir="${build.dir}/WEB-INF/lib" file="${derby.jar}"/>

Modified: beehive/trunk/samples/petstoreWeb/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/petstoreWeb/build.xml?rev=278891&r1=278890&r2=278891&view=diff
==============================================================================
--- beehive/trunk/samples/petstoreWeb/build.xml (original)
+++ beehive/trunk/samples/petstoreWeb/build.xml Mon Sep  5 17:03:56 2005
@@ -53,7 +53,7 @@
 
         <available file="${derby.jar}" property="derby.present"/>
         <fail unless="derby.present" 
-              message="Unable to locate ${derby.jar}.  Please download Derby from http://incubator.apache.org/derby/derby_downloads.html"/>
+              message="Unable to locate ${derby.jar}.  Please download Derby from http://db.apache.org/derby/derby_downloads.html"/>
 
         <copy todir="${build.dir}/WEB-INF/lib" file="${derby.jar}"/>
         <copy todir="${build.dir}/WEB-INF/lib" file="${beehive.home}/system-controls/build/jars/beehive-jdbc-control.jar"/>

Modified: beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag
URL: http://svn.apache.org/viewcvs/beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag?rev=278891&r1=278890&r2=278891&view=diff
==============================================================================
--- beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag (original)
+++ beehive/trunk/samples/petstoreWeb/web/WEB-INF/tags/beehive/petstore/copyright.tag Mon Sep  5 17:03:56 2005
@@ -31,15 +31,13 @@
         <table>
             <tr>
                 <td valign="center">
-                <netui:anchor href="http://incubator.apache.org/beehive">
+                <netui:anchor href="http://beehive.apache.org">
                     <netui:image src="${contextPath}/images/beehive_logo.gif" style="height:20px;width:20px;border:none;"/>
                 </netui:anchor>
                 </td>
                 <td valign="center">
                     <netui:span value="Powered by"/>
-                    <netui:anchor style="font-color:#00cccc;"
-                                  href="http://incubator.apache.org/beehive"
-                                  value="Apache Beehive"/>
+                    <netui:anchor style="font-color:#00cccc;" href="http://beehive.apache.org/" value="Apache Beehive"/>
                 </td>
             </tr>
         </table>