Author: tv
Date: Fri Sep 8 17:02:59 2006
New Revision: 441696
URL: http://svn.apache.org/viewvc?view=rev&rev=441696
Log:
Attempt to make the handling of the site docs easier.
"maven site" should now generate the correct tree for
deployment.
Added:
db/torque/trunks/project-nav-inc.xml
db/torque/trunks/torque-nav-inc.xml
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/site/trunk/xdocs/navigation.xml
db/torque/site/trunk/xdocs/version-specific/database-howtos/mssql-howto.xml
db/torque/trunks/maven.xml
db/torque/tutorial/trunk/xdocs/index.xml
db/torque/tutorial/trunk/xdocs/navigation.xml
Modified: db/torque/generator/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/db/torque/generator/trunk/xdocs/navigation.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/generator/trunk/xdocs/navigation.xml (original)
+++ db/torque/generator/trunk/xdocs/navigation.xml Fri Sep 8 17:02:59 2006
@@ -14,29 +14,22 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!DOCTYPE project [
+<!ENTITY torque-nav SYSTEM "../../torque-nav-inc.xml">
+<!ENTITY project-nav SYSTEM "../../project-nav-inc.xml">
+]>
+
<project name="Torque" href="http://db.apache.org/torque/">
<title>Torque</title>
<body>
- <menu name="Torque">
- <item name="Overview" href="../../../index.html"/>
- <item name="News and Status" href="../../../status.html"/>
- <item name="Downloads" href="../../../download.html"/>
- <item name="Changes" href="../../../changes-report.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
- <item name="Issue tracker" href="../../../issue-tracking.html"/>
- <item name="Mailing lists" href="../../../mail-lists.html"/>
- <item name="Tools" href="../../../tools/index.html" />
- <item name="Developer Information"
href="../../../developer-info/index.html" collapse="true">
- <item name="dummy" href="/dummy.html" />
- </item>
- </menu>
-
- <menu name="Documentation">
- <item name="overview" href="/documentation/index.html"/>
- <item name="Torque 3.2" href="/documentation/torque-3.2.html">
+ &torque-nav;
+
+ <menu name="Module Documentation">
+ <item name="Overview"
href="../../../documentation/index.html"/>
+ <item name="Torque 3.2"
href="../../../documentation/torque-3.2.html">
<item name="Generator" href="/index.html" collapse="true">
<item name="Tasks Reference" href="/tasks-reference.html"/>
<item name="Schema Reference" href="/schema-reference.html"/>
@@ -70,13 +63,6 @@
<item name="Runtime" href="../runtime/index.html"
collapse="true">
<item name="dummy"/>
</item>
- <item name="Supported Databases"
href="../docs-all-components/supported-databases.html"/>
- <item name="Database Howtos"
href="../docs-all-components/database-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Other Howtos"
href="../docs-all-components/other-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
<item name="Tutorial" href="../tutorial/index.html"
collapse="true">
<item name="dummy"/>
</item>
@@ -86,18 +72,7 @@
</item>
</menu>
- <menu name="Tools">
- <item name="DBDesigner/Torque" href="/tools/index.html" />
- </menu>
-
- <menu name="Project documentation">
- <item name="Project info" href="../../../project-info.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- <item name="Site Project Reports" href="../../../project-reports.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- </menu>
+ &project-nav;
</body>
</project>
Modified: db/torque/maven-plugin/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/db/torque/maven-plugin/trunk/xdocs/navigation.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/maven-plugin/trunk/xdocs/navigation.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/navigation.xml Fri Sep 8 17:02:59 2006
@@ -14,28 +14,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<!DOCTYPE project [
+<!ENTITY torque-nav SYSTEM "../../torque-nav-inc.xml">
+<!ENTITY project-nav SYSTEM "../../project-nav-inc.xml">
+]>
+
<project name="Maven Torque Plugin">
<title>Maven Torque Plugin</title>
<body>
- <menu name="Torque">
- <item name="Overview" href="../../../index.html"/>
- <item name="News and Status" href="../../../status.html"/>
- <item name="Downloads" href="../../../download.html"/>
- <item name="Changes" href="../../../changes-report.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
- <item name="Issue tracker" href="../../../issue-tracking.html"/>
- <item name="Mailing lists" href="../../../mail-lists.html"/>
- <item name="Tools" href="../../../tools/index.html" />
- <item name="Developer Information"
href="../../../developer-info/index.html" collapse="true">
- <item name="dummy" href="/dummy.html" />
- </item>
- </menu>
+ &torque-nav;
- <menu name="Documentation">
- <item name="overview"
href="../../../documentation/index.html"/>
+ <menu name="Module Documentation">
+ <item name="Overview"
href="../../../documentation/index.html"/>
<item name="Torque 3.2"
href="../../../documentation/torque-3.2.html">
<item name="Generator" href="../generator/index.html"
collapse="true">
<item name="dummy"/>
@@ -55,13 +48,6 @@
<item name="Runtime" href="../runtime/index.html"
collapse="true">
<item name="dummy"/>
</item>
- <item name="Supported Databases"
href="../docs-all-components/supported-databases.html"/>
- <item name="Database Howtos"
href="../docs-all-components/database-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Other Howtos"
href="../docs-all-components/other-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
<item name="Tutorial" href="../tutorial/index.html"
collapse="true">
<item name="dummy"/>
</item>
@@ -71,13 +57,7 @@
</item>
</menu>
- <menu name="Project documentation">
- <item name="Project info" href="../../../project-info.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- <item name="Site Project Reports" href="../../../project-reports.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- </menu>
+ &project-nav;
+
</body>
</project>
Modified: db/torque/runtime/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/db/torque/runtime/trunk/xdocs/navigation.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/runtime/trunk/xdocs/navigation.xml (original)
+++ db/torque/runtime/trunk/xdocs/navigation.xml Fri Sep 8 17:02:59 2006
@@ -14,28 +14,21 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="Torque" href="http://db.apache.org/torque/">
-
- <title>Torque</title>
-
- <body>
-
- <menu name="Torque">
- <item name="Overview" href="../../../index.html"/>
- <item name="News and Status" href="../../../status.html"/>
- <item name="Downloads" href="../../../download.html"/>
- <item name="Changes" href="../../../changes-report.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
- <item name="Issue tracker" href="../../../issue-tracking.html"/>
- <item name="Mailing lists" href="../../../mail-lists.html"/>
- <item name="Tools" href="../../../tools/index.html" />
- <item name="Developer Information"
href="../../../developer-info/index.html" collapse="true">
- <item name="dummy" href="/dummy.html" />
- </item>
- </menu>
-
- <menu name="Documentation">
- <item name="overview"
href="../../../documentation/index.html"/>
+<!DOCTYPE project [
+<!ENTITY torque-nav SYSTEM "../../torque-nav-inc.xml">
+<!ENTITY project-nav SYSTEM "../../project-nav-inc.xml">
+]>
+
+<project name="Torque" href="http://db.apache.org/torque/">
+
+ <title>Torque</title>
+
+ <body>
+
+ &torque-nav;
+
+ <menu name="Module Documentation">
+ <item name="Overview"
href="../../../documentation/index.html"/>
<item name="Torque 3.2"
href="../../../documentation/torque-3.2.html">
<item name="Generator" href="../generator/index.html"
collapse="true">
<item name="dummy"/>
@@ -77,13 +70,6 @@
<item name="Link Check Report" href="/linkcheck.html"/>
</item>
</item>
- <item name="Supported Databases"
href="../docs-all-components/supported-databases.html"/>
- <item name="Database Howtos"
href="../docs-all-components/database-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Other Howtos"
href="../docs-all-components/other-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
<item name="Tutorial" href="../tutorial/index.html"
collapse="true">
<item name="dummy"/>
</item>
@@ -92,15 +78,8 @@
<item name="dummy"/>
</item>
</menu>
-
- <menu name="Project documentation">
- <item name="Project info" href="../../../project-info.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- <item name="Site Project Reports" href="../../../project-reports.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- </menu>
+
+ &project-nav;
</body>
</project>
Modified: db/torque/site/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/navigation.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/site/trunk/xdocs/navigation.xml (original)
+++ db/torque/site/trunk/xdocs/navigation.xml Fri Sep 8 17:02:59 2006
@@ -40,8 +40,8 @@
</item>
</menu>
- <menu name="Documentation">
- <item name="overview" href="/documentation/index.html"/>
+ <menu name="Module Documentation">
+ <item name="Overview" href="/documentation/index.html"/>
<item name="Torque 3.2" href="/documentation/torque-3.2.html">
<item name="Generator"
href="/releases/torque-3.2/generator/index.html" collapse="true">
<item name="dummy"/>
@@ -52,20 +52,6 @@
<item name="Runtime"
href="/releases/torque-3.2/runtime/index.html" collapse="true">
<item name="dummy"/>
</item>
- <item name="Supported Databases"
href="/version-specific/supported-databases.html"/>
- <item name="Database Howtos"
href="/version-specific/database-howtos/index.html" collapse="true">
- <item name="MS SQL Server"
href="/version-specific/database-howtos/mssql-howto.html"/>
- <item name="Oracle"
href="/version-specific/database-howtos/oracle-howto.html"/>
- <item name="Postgres"
href="/version-specific/database-howtos/postgres-howto.html"/>
- <item name="Sybase"
href="/version-specific/database-howtos/sybase-howto.html"/>
- <item name="HSQLDB"
href="/version-specific/database-howtos/hsqldb-howto.html"/>
- </item>
- <item name="Other Howtos"
href="/version-specific/other-howtos/index.html" collapse="true">
- <item name="Database Layout"
href="/version-specific/other-howtos/database-layout-howto.html"/>
- <item name="DB Schema Support"
href="/version-specific/other-howtos/schema-howto.html"/>
- <item name="Inheritance"
href="/version-specific/other-howtos/inheritance-guide.html"/>
- <item name="Avalon Component"
href="/version-specific/other-howtos/avalon-howto.html"/>
- </item>
<item name="Tutorial"
href="/releases/torque-3.2/tutorial/index.html" collapse="true">
<item name="dummy"/>
</item>
@@ -78,7 +64,24 @@
</item>
</menu>
- <menu name="Project documentation">
+ <menu name="Other Documentation">
+ <item name="Supported Databases"
href="/version-specific/supported-databases.html"/>
+ <item name="Database Howtos"
href="/version-specific/database-howtos/index.html" collapse="true">
+ <item name="MS SQL Server"
href="/version-specific/database-howtos/mssql-howto.html"/>
+ <item name="Oracle"
href="/version-specific/database-howtos/oracle-howto.html"/>
+ <item name="Postgres"
href="/version-specific/database-howtos/postgres-howto.html"/>
+ <item name="Sybase"
href="/version-specific/database-howtos/sybase-howto.html"/>
+ <item name="HSQLDB"
href="/version-specific/database-howtos/hsqldb-howto.html"/>
+ </item>
+ <item name="Other Howtos"
href="/version-specific/other-howtos/index.html" collapse="true">
+ <item name="Database Layout"
href="/version-specific/other-howtos/database-layout-howto.html"/>
+ <item name="DB Schema Support"
href="/version-specific/other-howtos/schema-howto.html"/>
+ <item name="Inheritance"
href="/version-specific/other-howtos/inheritance-guide.html"/>
+ <item name="Avalon Component"
href="/version-specific/other-howtos/avalon-howto.html"/>
+ </item>
+ </menu>
+
+ <menu name="Project Documentation">
<item name="Project info" href="/project-info.html"
collapse="true">
<item name="Development Team" href="/team-list.html"/>
<item name="Project License" href="/license.html"/>
Modified:
db/torque/site/trunk/xdocs/version-specific/database-howtos/mssql-howto.xml
URL:
http://svn.apache.org/viewvc/db/torque/site/trunk/xdocs/version-specific/database-howtos/mssql-howto.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/site/trunk/xdocs/version-specific/database-howtos/mssql-howto.xml
(original)
+++ db/torque/site/trunk/xdocs/version-specific/database-howtos/mssql-howto.xml
Fri Sep 8 17:02:59 2006
@@ -75,7 +75,7 @@
sun.jdbc.odbc. Sun's statement on this driver is,
"Note that the bridge driver included in the SDK is appropriate only for
experimental use or when no other driver is available." So use at your own
-risk. Also, if you are using a non-windows box to run Turbine, you will need to
+risk. Also, if you are using a non-windows box to run Torque, you will need to
find ODBC drivers for SQL server for that platform. For UNIX environments, you
can use <a href="http://www.odbc.org">unixODBC</a>. Please follow the ODBC
driver instructions and setup a DSN for the new database. You must uncheck the
Modified: db/torque/trunks/maven.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunks/maven.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/trunks/maven.xml (original)
+++ db/torque/trunks/maven.xml Fri Sep 8 17:02:59 2006
@@ -28,6 +28,7 @@
<project
xmlns:j="jelly:core"
xmlns:deploy="deploy"
+ xmlns:ant="jelly:ant"
default="build">
<goal name="build" description="Build all Torque Modules">
@@ -47,6 +48,13 @@
<attainGoal name="multiproject:goal"/>
</goal>
+ <postGoal name="site">
+ <attainGoal name="copy-generator-docs"/>
+ <attainGoal name="copy-runtime-docs"/>
+ <attainGoal name="copy-plugin1-docs"/>
+ <attainGoal name="copy-tutorial-docs"/>
+ </postGoal>
+
<goal name="site:deploy" description="Build and deploy the maven site for
all Torque Modules">
<j:set var="goal" value="site:deploy"/>
<attainGoal name="multiproject:goal"/>
@@ -55,6 +63,46 @@
<goal name="site:sshdeploy" description="Just deploy the maven site for all
Torque Modules">
<j:set var="goal" value="site:sshdeploy"/>
<attainGoal name="multiproject:goal"/>
+ </goal>
+
+ <goal name="copy-generator-docs" description="Copy generated docs to target
directory">
+ <ant:copy
todir="${basedir}/site/target/docs/releases/torque-3.2/generator">
+ <ant:fileset dir="${basedir}/generator/target/docs">
+ <ant:include name="**/*"/>
+ </ant:fileset>
+ </ant:copy>
+ </goal>
+
+ <goal name="copy-runtime-docs" description="Copy generated docs to target
directory">
+ <ant:copy todir="${basedir}/site/target/docs/releases/torque-3.2/runtime">
+ <ant:fileset dir="${basedir}/runtime/target/docs">
+ <ant:include name="**/*"/>
+ </ant:fileset>
+ </ant:copy>
+ </goal>
+
+ <goal name="copy-plugin1-docs" description="Copy generated docs to target
directory">
+ <ant:copy
todir="${basedir}/site/target/docs/releases/torque-3.2/maven-plugin">
+ <ant:fileset dir="${basedir}/maven-plugin/target/docs">
+ <ant:include name="**/*"/>
+ </ant:fileset>
+ </ant:copy>
+ </goal>
+
+ <goal name="copy-template-docs" description="Copy generated docs to target
directory">
+ <ant:copy
todir="${basedir}/site/target/docs/releases/torque-3.2/templates">
+ <ant:fileset dir="${basedir}/templates/target/docs">
+ <ant:include name="**/*"/>
+ </ant:fileset>
+ </ant:copy>
+ </goal>
+
+ <goal name="copy-tutorial-docs" description="Copy generated docs to target
directory">
+ <ant:copy todir="${basedir}/site/target/docs/releases/torque-3.2/tutorial">
+ <ant:fileset dir="${basedir}/tutorial/target/docs">
+ <ant:include name="**/*"/>
+ </ant:fileset>
+ </ant:copy>
</goal>
</project>
Added: db/torque/trunks/project-nav-inc.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunks/project-nav-inc.xml?view=auto&rev=441696
==============================================================================
--- db/torque/trunks/project-nav-inc.xml (added)
+++ db/torque/trunks/project-nav-inc.xml Fri Sep 8 17:02:59 2006
@@ -0,0 +1,19 @@
+<!-- Include file for all navigation.xmls -->
+<menu name="Other Documentation">
+ <item name="Supported Databases"
href="../../../version-specific/supported-databases.html"/>
+ <item name="Database Howtos"
href="../../../version-specific/database-howtos/index.html" collapse="true">
+ <item name="dummy"/>
+ </item>
+ <item name="Other Howtos"
href="../../../version-specific/other-howtos/index.html" collapse="true">
+ <item name="dummy"/>
+ </item>
+</menu>
+
+<menu name="Project Documentation">
+ <item name="Project info" href="../../../project-info.html"
collapse="true">
+ <item name="dummy" href="/dummy.html"/>
+ </item>
+ <item name="Site Project Reports" href="../../../project-reports.html"
collapse="true">
+ <item name="dummy" href="/dummy.html"/>
+ </item>
+</menu>
Added: db/torque/trunks/torque-nav-inc.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunks/torque-nav-inc.xml?view=auto&rev=441696
==============================================================================
--- db/torque/trunks/torque-nav-inc.xml (added)
+++ db/torque/trunks/torque-nav-inc.xml Fri Sep 8 17:02:59 2006
@@ -0,0 +1,14 @@
+<!-- Include file for all navigation.xmls -->
+<menu name="Torque">
+ <item name="Overview" href="../../../index.html"/>
+ <item name="News and Status" href="../../../status.html"/>
+ <item name="Downloads" href="../../../download.html"/>
+ <item name="Changes" href="../../../changes-report.html"/>
+ <item name="Wiki" href="http://wiki.apache.org/db-torque/"/>
+ <item name="Issue tracker" href="../../../issue-tracking.html"/>
+ <item name="Mailing lists" href="../../../mail-lists.html"/>
+ <item name="Tools" href="../../../tools/index.html" />
+ <item name="Developer Information" href="../../../developer-info/index.html"
collapse="true">
+ <item name="dummy" href="/dummy.html" />
+ </item>
+</menu>
\ No newline at end of file
Modified: db/torque/tutorial/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/db/torque/tutorial/trunk/xdocs/index.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/tutorial/trunk/xdocs/index.xml (original)
+++ db/torque/tutorial/trunk/xdocs/index.xml Fri Sep 8 17:02:59 2006
@@ -81,7 +81,7 @@
Steven F. Davis called
<a
href="http://mail-archives.apache.org/mod_mbox/jakarta-turbine-user/200109.mbox/[EMAIL
PROTECTED]">
torque outside turbine - detailed example (long)</a>.
- It has subsequently been updated for Turbine 3.1 which
+ It has subsequently been updated for Torque 3.1 which
separates the <a href="../generator/">generator</a> from
the <a href="../">runtime</a> and provides a
<a href="../maven-plugin/">Maven 1 plugin</a> for executing
Modified: db/torque/tutorial/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/db/torque/tutorial/trunk/xdocs/navigation.xml?view=diff&rev=441696&r1=441695&r2=441696
==============================================================================
--- db/torque/tutorial/trunk/xdocs/navigation.xml (original)
+++ db/torque/tutorial/trunk/xdocs/navigation.xml Fri Sep 8 17:02:59 2006
@@ -1,80 +1,59 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- Copyright 2001-2005 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License")
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<project name="Torque" href="http://db.apache.org/torque/">
-
- <title>Torque</title>
-
- <body>
-
- <menu name="Torque">
- <item name="Overview" href="../../../index.html"/>
- <item name="News and Status" href="../../../status.html"/>
- <item name="Downloads" href="../../../download.html"/>
- <item name="Changes" href="../../../changes-report.html"/>
- <item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
- <item name="Issue tracker" href="../../../issue-tracking.html"/>
- <item name="Mailing lists" href="../../../mail-lists.html"/>
- <item name="Tools" href="../../../tools/index.html" />
- <item name="Developer Information"
href="../../../developer-info/index.html" collapse="true">
- <item name="dummy" href="/dummy.html" />
- </item>
- </menu>
-
- <menu name="Documentation">
- <item name="overview" href="/documentation/index.html"/>
- <item name="Torque 3.2" href="/documentation/torque-3.2.html">
- <item name="Generator" href="../generator/index.html"
collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Maven Plugin" href="../maven-plugin/index.html"
collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Runtime" href="../runtime/index.html"
collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Supported Databases"
href="../docs-all-components/supported-databases.html"/>
- <item name="Database Howtos"
href="../docs-all-components/database-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Other Howtos"
href="../docs-all-components/other-howtos/index.html" collapse="true">
- <item name="dummy"/>
- </item>
- <item name="Tutorial" href="/index.html" collapse="true">
- <item name="Step 1" href="/step1.html"/>
- <item name="Step 2" href="/step2.html"/>
- <item name="Step 3" href="/step3.html"/>
- <item name="Step 4" href="/step4.html"/>
- <item name="Step 5" href="/step5.html"/>
- <item name="Step 6" href="/step6.html"/>
- </item>
- </item>
- <item name="Previous releases"
href="../../../documentation/previous-releases.html" collapse="true">
- <item name="dummy"/>
- </item>
- </menu>
-
- <menu name="Project documentation">
- <item name="Project info" href="../../../project-info.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- <item name="Site Project Reports" href="../../../project-reports.html"
collapse="true">
- <item name="dummy" href="/dummy.html"/>
- </item>
- </menu>
-
- </body>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!DOCTYPE project [
+<!ENTITY torque-nav SYSTEM "../../torque-nav-inc.xml">
+<!ENTITY project-nav SYSTEM "../../project-nav-inc.xml">
+]>
+
+<project name="Torque" href="http://db.apache.org/torque/">
+
+ <title>Torque</title>
+
+ <body>
+
+ &torque-nav;
+
+ <menu name="Module Documentation">
+ <item name="Overview"
href="../../../documentation/index.html"/>
+ <item name="Torque 3.2"
href="../../../documentation/torque-3.2.html">
+ <item name="Generator" href="../generator/index.html"
collapse="true">
+ <item name="dummy"/>
+ </item>
+ <item name="Maven Plugin" href="../maven-plugin/index.html"
collapse="true">
+ <item name="dummy"/>
+ </item>
+ <item name="Runtime" href="../runtime/index.html"
collapse="true">
+ <item name="dummy"/>
+ </item>
+ <item name="Tutorial" href="/index.html" collapse="true">
+ <item name="Step 1" href="/step1.html"/>
+ <item name="Step 2" href="/step2.html"/>
+ <item name="Step 3" href="/step3.html"/>
+ <item name="Step 4" href="/step4.html"/>
+ <item name="Step 5" href="/step5.html"/>
+ <item name="Step 6" href="/step6.html"/>
+ </item>
+ </item>
+ <item name="Previous releases"
href="../../../documentation/previous-releases.html" collapse="true">
+ <item name="dummy"/>
+ </item>
+ </menu>
+
+ &project-nav;
+
+ </body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]