You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/02/10 19:37:29 UTC

svn commit: r908624 - /db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml

Author: tfischer
Date: Wed Feb 10 18:37:10 2010
New Revision: 908624

URL: http://svn.apache.org/viewvc?rev=908624&view=rev
Log:
- replaced "component" by "module " which is standard maven2 wording
- reorganized sections
- some wording changes

Modified:
    db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml?rev=908624&r1=908623&r2=908624&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/developer-info/subversion.xml Wed Feb 10 18:37:10 2010
@@ -41,7 +41,7 @@
     </p>
    </section>
 
-   <section name="The Torque repository">
+   <section name="The Torque 4 repository">
 
     <subsection name="Torque 4 Repository Structure">
 
@@ -53,25 +53,26 @@
 
       <source><![CDATA[
     db/torque/torque4/trunk
-      torque-maven-parent  <--- contains files common to all components.
-      torque-runtime       <--- contains the runtime component
-      torque-generator     <--- contains the generator component
-      torque-templates     <--- contains the generator templates component
-      torque-maven-plugin  <--- contains the maven 2 plugin component
-      torque-test          <--- contains the test component
+      torque-maven-parent  <--- contains the maven2 parent project and files
+                              common to all modules.
+      torque-runtime       <--- contains the runtime module
+      torque-generator     <--- contains the generator module
+      torque-templates     <--- contains the generator templates module
+      torque-maven-plugin  <--- contains the maven 2 plugin module
+      torque-test          <--- contains the test module
       torque-site          <--- contains the "frame" of the sources of the
                               homepage (everything not related to a specific 
-                              component)
+                              module)
       torque-tutorial      <--- contains the tutorial part of the site.
       ]]></source>
     </subsection>
 
-    <subsection name="Torque Components">
+    <subsection name="Torque 4 Modules">
      <p>
-      Torque contains the following components:
+      Torque contains the following modules:
 
       <table>
-       <tr><th>Component</th><th>Trunk repository location</th></tr>
+       <tr><th>Module</th><th>Trunk repository location</th></tr>
 
        <tr><td>Runtime</td>       <td><a href="http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime">http://svn.apache.org/db/torque/torque4/trunk/torque-runtime</a></td></tr>
        <tr><td>Generator</td>     <td><a href="http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator">http://svn.apache.org/db/torque/torque4/trunk/torque-generator</a></td></tr>
@@ -119,7 +120,7 @@
     </subsection>
    </section>
 
-   <section name="Old CVS tags and branches">
+   <section name="The Torque 3 repository">
     <subsection name="Torque 3 Repository Structure">
 
       <p>
@@ -161,7 +162,9 @@
        references.
      </p>
     </subsection>
+   </section>
 
+   <section name="Old CVS tags and branches">
     <subsection name="CVS remnants">
       <p>
        All CVS tags and branches that existed before the conversion to Subversion have



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