You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/01/02 06:21:58 UTC

svn commit: r491746 - in /jakarta/commons/proper/dbcp/trunk/xdocs: building.xml downloads.xml

Author: psteitz
Date: Mon Jan  1 21:21:53 2007
New Revision: 491746

URL: http://svn.apache.org/viewvc?view=rev&rev=491746
Log:
Moved link to nightlies to 'building' page, eliminated reference to collections as dependency.

Modified:
    jakarta/commons/proper/dbcp/trunk/xdocs/building.xml
    jakarta/commons/proper/dbcp/trunk/xdocs/downloads.xml

Modified: jakarta/commons/proper/dbcp/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/building.xml?view=diff&rev=491746&r1=491745&r2=491746
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/building.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/building.xml Mon Jan  1 21:21:53 2007
@@ -41,7 +41,6 @@
   </p>
   <p>
     To build the full website, run <strong><code>maven site</code></strong>.
-
     The result will be in "target/docs".
   </p>
   <p>
@@ -57,6 +56,16 @@
     The result will be in the "dist" subdirectory.
   </p>
 </section>
+<!-- ================================================== -->
+<section name="Nightly Builds">
+  <p>
+      <a href="http://people.apache.org/builds/jakarta-commons/nightly/commons-dbcp/">Nightly Builds</a>
+      are built once a day from the current SVN HEAD. These are provided purely for test purposes and are <b>NOT
+      official releases</b> of the Apache Software Foundation - Released versions of Commons DBCP are
+      available <a href="http://jakarta.apache.org/site/downloads/downloads_commons-dbcp.cgi">here</a>.
+  </p>
+</section>
+
 <!-- ================================================== -->
 </body>
 </document>

Modified: jakarta/commons/proper/dbcp/trunk/xdocs/downloads.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/downloads.xml?view=diff&rev=491746&r1=491745&r2=491746
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/downloads.xml Mon Jan  1 21:21:53 2007
@@ -39,8 +39,7 @@
          </p>
          <p>
             Commons-DBCP depends at runtime on 
-            <a href="http://jakarta.apache.org/commons/pool/">commons-pool</a> and 
-            <a href="http://jakarta.apache.org/commons/collections/">commons-collections</a>.
+            <a href="http://jakarta.apache.org/commons/pool/">commons-pool</a>.
          </p>
          <p>
             Older releases are retained by the Apache Software Foundation but are 
@@ -49,35 +48,9 @@
             special archive area</a>.
          </p>
          <p>
-           <a href="http://people.apache.org/builds/jakarta-commons/nightly/commons-dbcp/">
-           Nightly source and binary drops</a> are also available.
-         </p>
-         <p>
             Access to the source tree to see the latest and greatest code is possible
             through <a href="cvs-usage.html">anonymous SVN access</a>.
          </p>
       </section>
-<!--
-      <section name="Release Candidate">
-         <p>
-            We are currently preparing the 1.2 release following this
-            <a href="release-plan.html">release plan</a>.
-         </p>
-         <p>
-            Release candidates for the upcoming 1.2 release can be downloaded 
-            <a href="http://people.apache.org/~dirkv/builds/">here</a>.
-         </p>
-         <p>
-           Preliminary <a href="release-notes-1.2.html">release notes</a> are available.
-         </p>
-         <p>
-            Please review and report any problem on the 
-            <a href="mail-lists.html">mailing list</a>.
-         </p>
-         <p>
-            Final release target is 31 May 2004. 
-         </p>
-      </section>
--->
    </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org