mpoeschl 2003/07/10 22:56:42
Modified: src/generator maven.xml
src/generator/xdocs navigation.xml
Log:
add database.dtd to the docs
Revision Changes Path
1.7 +13 -0 db-torque/src/generator/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- maven.xml 26 Jun 2003 07:01:23 -0000 1.6
+++ maven.xml 11 Jul 2003 05:56:41 -0000 1.7
@@ -1,5 +1,6 @@
<project
default="java:jar"
+ xmlns:pom="pom"
xmlns:deploy="deploy">
<!-- Allow any user specific values to override the defaults -->
@@ -39,6 +40,18 @@
<fileset dir="${maven.src.dir}/templates" />
</copy>
</postGoal>
+
+
+ <!-- ================================================================== -->
+ <!-- X D O C : I N I T P O S T G O A L -->
+ <!-- ================================================================== -->
+ <postGoal name="xdoc:init">
+ <!-- copy database.dtd to docs dir -->
+ <copy
+ file="${maven.src.dir}/dtd/database.dtd"
+ tofile="target/docs/database.dtd.txt"
+ />
+ </postGoal>
<!-- ================================================================== -->
<!-- D I S T : B U I L D _ B I N P R E G O A L -->
1.3 +1 -0 db-torque/src/generator/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/db-torque/src/generator/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 26 Jun 2003 21:41:36 -0000 1.2
+++ navigation.xml 11 Jul 2003 05:56:42 -0000 1.3
@@ -12,6 +12,7 @@
<menu name="Overview">
<item name="Schema Reference" href="/schema-reference.html"/>
<item name="Properties Reference" href="/properties-reference.html"/>
+ <item name="database.dtd" href="/database.dtd.txt"/>
</menu>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]