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 2005/09/14 08:00:43 UTC

svn commit: r280769 - in /db/torque: generator/trunk/xdocs/navigation.xml maven-plugin/trunk/xdocs/navigation.xml runtime/trunk/xdocs/navigation.xml templates/trunk/xdocs/navigation.xml

Author: tfischer
Date: Tue Sep 13 23:00:34 2005
New Revision: 280769

URL: http://svn.apache.org/viewcvs?rev=280769&view=rev
Log:
relative links at the top of the page.
Otherwise one cannot copy the stuff to a subdirectory later.

Modified:
    db/torque/generator/trunk/xdocs/navigation.xml
    db/torque/maven-plugin/trunk/xdocs/navigation.xml
    db/torque/runtime/trunk/xdocs/navigation.xml
    db/torque/templates/trunk/xdocs/navigation.xml

Modified: db/torque/generator/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/db/torque/generator/trunk/xdocs/navigation.xml?rev=280769&r1=280768&r2=280769&view=diff
==============================================================================
--- db/torque/generator/trunk/xdocs/navigation.xml (original)
+++ db/torque/generator/trunk/xdocs/navigation.xml Tue Sep 13 23:00:34 2005
@@ -21,10 +21,10 @@
   <body>
     <links>
       <item name="overview"              href="http://db.apache.org/torque/"/>
-      <item name="runtime"               href="http://db.apache.org/torque/runtime"/>
-      <item name="generator"             href="http://db.apache.org/torque/generator/"/>
-      <item name="templates"             href="http://db.apache.org/torque/templates"/>
-      <item name="maven-plugin"          href="http://db.apache.org/torque/maven-plugin/"/>
+      <item name="runtime"               href="../runtime"/>
+      <item name="generator"             href="../generator/"/>
+      <item name="templates"             href="../templates"/>
+      <item name="maven-plugin"          href="../maven-plugin/"/>
     </links>
 
     <menu name="Generator">

Modified: db/torque/maven-plugin/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/navigation.xml?rev=280769&r1=280768&r2=280769&view=diff
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/navigation.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/navigation.xml Tue Sep 13 23:00:34 2005
@@ -21,10 +21,10 @@
   <body>
     <links>
       <item name="overview"              href="http://db.apache.org/torque/"/>
-      <item name="runtime"               href="http://db.apache.org/torque/runtime"/>
-      <item name="generator"             href="http://db.apache.org/torque/generator/"/>
-      <item name="templates"             href="http://db.apache.org/torque/templates"/>
-      <item name="maven-plugin"          href="http://db.apache.org/torque/maven-plugin/"/>
+      <item name="runtime"               href="../runtime"/>
+      <item name="generator"             href="../generator/"/>
+      <item name="templates"             href="../templates"/>
+      <item name="maven-plugin"          href="../maven-plugin/"/>
     </links>
 
     <menu name="Overview">

Modified: db/torque/runtime/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/db/torque/runtime/trunk/xdocs/navigation.xml?rev=280769&r1=280768&r2=280769&view=diff
==============================================================================
--- db/torque/runtime/trunk/xdocs/navigation.xml (original)
+++ db/torque/runtime/trunk/xdocs/navigation.xml Tue Sep 13 23:00:34 2005
@@ -21,10 +21,10 @@
   <body>
     <links>
       <item name="overview"              href="http://db.apache.org/torque/"/>
-      <item name="runtime"               href="http://db.apache.org/torque/runtime"/>
-      <item name="generator"             href="http://db.apache.org/torque/generator/"/>
-      <item name="templates"             href="http://db.apache.org/torque/templates"/>
-      <item name="maven-plugin"          href="http://db.apache.org/torque/maven-plugin/"/>
+      <item name="runtime"               href="/"/>
+      <item name="generator"             href="../generator/"/>
+      <item name="templates"             href="../templates"/>
+      <item name="maven-plugin"          href="../maven-plugin/"/>
     </links>
 
     <menu name="Runtime">

Modified: db/torque/templates/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/db/torque/templates/trunk/xdocs/navigation.xml?rev=280769&r1=280768&r2=280769&view=diff
==============================================================================
--- db/torque/templates/trunk/xdocs/navigation.xml (original)
+++ db/torque/templates/trunk/xdocs/navigation.xml Tue Sep 13 23:00:34 2005
@@ -21,10 +21,10 @@
   <body>
     <links>
       <item name="overview"              href="http://db.apache.org/torque/"/>
-      <item name="runtime"               href="http://db.apache.org/torque/runtime"/>
-      <item name="generator"             href="http://db.apache.org/torque/generator/"/>
-      <item name="templates"             href="http://db.apache.org/torque/templates"/>
-      <item name="maven-plugin"          href="http://db.apache.org/torque/maven-plugin/"/>
+      <item name="runtime"               href="http://../runtime"/>
+      <item name="generator"             href="http://../generator/"/>
+      <item name="templates"             href="http://../templates"/>
+      <item name="maven-plugin"          href="http://../maven-plugin/"/>
     </links>
   </body>
 </project>



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