Author: tfischer
Date: Sun Feb 5 04:07:35 2006
New Revision: 375009
URL: http://svn.apache.org/viewcvs?rev=375009&view=rev
Log:
Fixed descriptions in project.xml of docs-all-components and tutorial
Supply nagEmailAddress in project.xml of docs-all-components
Removed groupId in project.xml of generator (is defined already in
common/project.xml)
Modified:
db/torque/docs-all-components/trunk/project.xml
db/torque/generator/trunk/project.xml
db/torque/tutorial/trunk/project.xml
Modified: db/torque/docs-all-components/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/docs-all-components/trunk/project.xml?rev=375009&r1=375008&r2=375009&view=diff
==============================================================================
--- db/torque/docs-all-components/trunk/project.xml (original)
+++ db/torque/docs-all-components/trunk/project.xml Sun Feb 5 04:07:35 2006
@@ -21,9 +21,9 @@
<id>torque-docs-all-components</id>
<name>Torque Docs (All Copmonents)</name>
- <description>Torque is a persistence layer.</description>
- <shortDescription>Persistence Layer</shortDescription>
- <url>http://db.apache.org/torque/</url>
+ <description>Documentation which affects more than one component of
Torque.</description>
+ <shortDescription>Documentation for Torque</shortDescription>
+ <url>http://db.apache.org/torque/docs-all-components</url>
<siteDirectory>/www/db.apache.org/torque/docs-all-components/</siteDirectory>
<repository>
@@ -36,5 +36,10 @@
<report>maven-license-plugin</report>
<report>maven-linkcheck-plugin</report>
</reports>
+
+ <build>
+ <defaultGoal>site:site</defaultGoal>
+ <nagEmailAddress>[email protected]</nagEmailAddress>
+ </build>
</project>
Modified: db/torque/generator/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/generator/trunk/project.xml?rev=375009&r1=375008&r2=375009&view=diff
==============================================================================
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Sun Feb 5 04:07:35 2006
@@ -19,7 +19,6 @@
<extend>common/project.xml</extend>
<pomVersion>3</pomVersion>
<id>torque-gen</id>
- <groupId>torque</groupId>
<name>Torque generator</name>
<description>Generator for Torque.</description>
Modified: db/torque/tutorial/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/db/torque/tutorial/trunk/project.xml?rev=375009&r1=375008&r2=375009&view=diff
==============================================================================
--- db/torque/tutorial/trunk/project.xml (original)
+++ db/torque/tutorial/trunk/project.xml Sun Feb 5 04:07:35 2006
@@ -21,8 +21,8 @@
<id>torque-tutorial</id>
<name>Torque Tutorial</name>
- <description>Torque is a persistence layer.</description>
- <shortDescription>Persistence Layer</shortDescription>
+ <description>Tutorial for Torque.</description>
+ <shortDescription>Tutorial for Torque</shortDescription>
<url>http://db.apache.org/torque/</url>
<siteDirectory>/www/db.apache.org/torque/tutorial/</siteDirectory>
@@ -196,7 +196,13 @@
</dependency>
</dependencies>
+ <reports>
+ <report>maven-license-plugin</report>
+ <report>maven-linkcheck-plugin</report>
+ </reports>
+
<build>
+ <defaultGoal>jar:jar</defaultGoal>
<nagEmailAddress>[email protected]</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
@@ -211,10 +217,4 @@
<defaultGoal>jar:jar</defaultGoal>
<resources/>
</build>
-
- <reports>
- <report>maven-license-plugin</report>
- <report>maven-linkcheck-plugin</report>
- </reports>
-
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]