Author: henning
Date: Fri Aug 5 03:49:16 2005
New Revision: 230437
URL: http://svn.apache.org/viewcvs?rev=230437&view=rev
Log:
use the same "relative to base" trick that Thomas used for
generator and maven-plugin
Modified:
db/torque/trunk/src/generator/src/templates/project.properties
Modified: db/torque/trunk/src/generator/src/templates/project.properties
URL:
http://svn.apache.org/viewcvs/db/torque/trunk/src/generator/src/templates/project.properties?rev=230437&r1=230436&r2=230437&view=diff
==============================================================================
--- db/torque/trunk/src/generator/src/templates/project.properties (original)
+++ db/torque/trunk/src/generator/src/templates/project.properties Fri Aug 5
03:49:16 2005
@@ -7,6 +7,19 @@
# to do site or installation specific changes to the project build.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------
+# Workaround to allow building from the source distribution.
+# In cvs, the extends path is ../../project-base.xml,
+# whereas in the source distribution, the extends path is
+# project-base.xml
+# The property in this file controls the path for the cvs version.
+# The property can be removed as soon as maven distributes a
+# project.xml where the <extends> is already resolved.
+# Outside building from the source distribution, this property has
+# no effect.
+# -------------------------------------------------------------------
+torque.project.base.path = ../../../../project-base.xml
+
#========================================================================
#
# Maven building and deploy. These settings are for deployment to
www.apache.org.
@@ -18,3 +31,8 @@
maven.repo.apache=scp://cvs.apache.org
maven.repo.apache.directory=/www/www.apache.org/dist/java-repository
+
+# display the date on the site
+maven.xdoc.date = left
+# Display the version the web site is documenting
+maven.xdoc.version = ${pom.currentVersion}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]