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 rh...@apache.org on 2007/10/26 00:35:12 UTC

svn commit: r588378 - in /db/derby/site/trunk: build/site/dev/derby_source.html src/documentation/content/xdocs/dev/derby_source.xml

Author: rhillegas
Date: Thu Oct 25 15:35:11 2007
New Revision: 588378

URL: http://svn.apache.org/viewvc?rev=588378&view=rev
Log:
DERBY-1670: Remove the optional osgi instructions from the build instructions on the website.

Modified:
    db/derby/site/trunk/build/site/dev/derby_source.html
    db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml

Modified: db/derby/site/trunk/build/site/dev/derby_source.html
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/build/site/dev/derby_source.html?rev=588378&r1=588377&r2=588378&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/dev/derby_source.html (original)
+++ db/derby/site/trunk/build/site/dev/derby_source.html Thu Oct 25 15:35:11 2007
@@ -306,16 +306,6 @@
     
 <tr>
     
-<td colspan="1" rowspan="1"> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
-    <td colspan="1" rowspan="1">
-        <a class="external" href="http://osgi.org">http://osgi.org</a>
-    </td>
-    
-</tr>
-
-    
-<tr>
-    
 <td colspan="1" rowspan="1"> Java Development Kit (JDK) release 6 (optional)</td>
     <td colspan="1" rowspan="1"> Any Java 6 JDK, Java's reference implementation is at
           <a class="external" href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>
@@ -328,7 +318,7 @@
 </div>
 
 
-<a name="N1010C"></a><a name="How+to+build+Derby"></a>
+<a name="N100FB"></a><a name="How+to+build+Derby"></a>
 <h2 class="boxed">How to build Derby</h2>
 <div class="section">
 <p>
@@ -347,7 +337,7 @@
 </div>
 
 
-<a name="N1012F"></a><a name="How+to+test+Derby"></a>
+<a name="N1011E"></a><a name="How+to+test+Derby"></a>
 <h2 class="boxed">How to test Derby</h2>
 <div class="section">
 <p>
@@ -373,7 +363,7 @@
 </div>
 
 
-<a name="N10159"></a><a name="How+to+submit+a+patch"></a>
+<a name="N10148"></a><a name="How+to+submit+a+patch"></a>
 <h2 class="boxed">How to submit a patch</h2>
 <div class="section">
 <p>

Modified: db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml?rev=588378&r1=588377&r2=588378&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/dev/derby_source.xml Thu Oct 25 15:35:11 2007
@@ -183,13 +183,6 @@
     </tr>
 
     <tr>
-    <td> OSGi Service Platform Release 3 (osgi.jar) (optional) </td>
-    <td>
-        <a href="http://osgi.org">http://osgi.org</a>
-    </td>
-    </tr>
-
-    <tr>
     <td> Java Development Kit (JDK) release 6 (optional)</td>
     <td> Any Java 6 JDK, Java's reference implementation is at
           <a href="http://java.sun.com/j2se/">http://java.sun.com/j2se/</a>