[seam-commits] Seam SVN: r7628 - branches/Seam_2_0.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 18 20:32:38 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-03-18 20:32:38 -0400 (Tue, 18 Mar 2008)
New Revision: 7628
Modified:
branches/Seam_2_0/build.xml
Log:
Generate version number for docs
Modified: branches/Seam_2_0/build.xml
===================================================================
--- branches/Seam_2_0/build.xml 2008-03-19 00:32:03 UTC (rev 7627)
+++ branches/Seam_2_0/build.xml 2008-03-19 00:32:38 UTC (rev 7628)
@@ -594,6 +594,9 @@
</target>
<target name="refdoc" description="Generate and copy reference documentation" depends="initpoms">
+ <echo file="${doc.ref.dir}/common/Version_Info.xml">
+ <releaseinfo>${complete.version}</releaseinfo>
+ </echo>
<copy file="${docs.pom}" tofile="${doc.ref.dir}/pom.xml" overwrite="true"/>
<maven target="compile" basedir="${doc.ref.dir}">
<jvmarg line="-Xms128m -Xmx512m" />
More information about the seam-commits
mailing list