You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2013/03/14 23:48:20 UTC

svn commit: r1456708 - /openoffice/ooo-site/trunk/content/dba/development/project_structure.html

Author: kschenk
Date: Thu Mar 14 22:48:20 2013
New Revision: 1456708

URL: http://svn.apache.org/r1456708
Log:
More changes to bring DBA area up to date

Modified:
    openoffice/ooo-site/trunk/content/dba/development/project_structure.html

Modified: openoffice/ooo-site/trunk/content/dba/development/project_structure.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/dba/development/project_structure.html?rev=1456708&r1=1456707&r2=1456708&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/dba/development/project_structure.html (original)
+++ openoffice/ooo-site/trunk/content/dba/development/project_structure.html Thu Mar 14 22:48:20 2013
@@ -29,7 +29,7 @@
             <td style="vertical-align: top;">Functionality</td>
           </tr>
           <tr class="OddTableRow">
-            <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/dba/connectivity/">connectivity</a><br/>
+            <td style="vertical-align: top;" width="15%"><a href="http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/">connectivity</a><br/>
             </td>
             <td style="vertical-align: top;">Base connectivity. This module contains database
               driver implementations for ODBC 3.0, JDBC, ADO, dBase, and CSV files. The way
@@ -38,7 +38,7 @@
             </td>
           </tr>
           <tr class="EvenTableRow">
-            <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/dba/dbaccess/">dbaccess</a><br/>
+            <td style="vertical-align: top;" width="15%"><a href="http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/">dbaccess</a><br/>
             </td>
             <td style="vertical-align: top;">Database access layer. This module contains code
               for accessing databases from applications. It also contains the following:
@@ -72,7 +72,7 @@
             </td>
           </tr>
           <tr class="OddTableRow">
-            <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/gsl/forms/">forms</a><br/>
+            <td style="vertical-align: top;" width="15%"><a href="http://svn.apache.org/viewvc/openoffice/trunk/main/forms/">forms</a><br/>
             </td>
             <td style="vertical-align: top;">This module, though currently part of the GSL
               project, is related to Database access as well. It contains most of the code
@@ -82,7 +82,7 @@
             </td>
           </tr>
           <tr class="EvenTableRow">
-            <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/graphics/svx/">svx</a><br/>
+            <td style="vertical-align: top;" width="15%"><a href="http://svn.apache.org/viewvc/openoffice/trunk/main/svx/">svx</a><br/>
             </td>
             <td style="vertical-align: top;">Additional implementations for integrating the
               form layer into the aplications can be found in the SVX module, project