[seam-commits] Seam SVN: r9279 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 13 07:46:15 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-13 07:46:15 -0400 (Mon, 13 Oct 2008)
New Revision: 9279
Modified:
trunk/build/ci.build.xml
Log:
move nightly docs build to a separate target...
Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml 2008-10-12 19:29:54 UTC (rev 9278)
+++ trunk/build/ci.build.xml 2008-10-13 11:46:15 UTC (rev 9279)
@@ -45,11 +45,7 @@
<target name="snapshot">
<build target="cleanall" />
- <build target="dist">
- <properties>
- <property name="build.translations" value="true" />
- </properties>
- </build>
+ <build target="dist" />
<ant target="deploySeamSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
<property name="qualifier" value="-SNAPSHOT" />
@@ -57,14 +53,22 @@
<ant target="deployExamplesSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
<property name="qualifier" value="-SNAPSHOT" />
</ant>
- <ant target="deployDocumentation" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
- <property name="qualifier" value="-SNAPSHOT" />
- </ant>
<ant target="tests" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
<property name="qualifier" value="-SNAPSHOT" />
</ant>
</target>
+ <target name="snapshotDocumentation">
+ <build target="refdoc">
+ <properties>
+ <property name="build.translations" value="true" />
+ </properties>
+ </build>
+ <ant target="deployDocumentation" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
+ <property name="qualifier" value="-SNAPSHOT" />
+ </ant>
+ </target>
+
<target name="deployExamplesSnapshot" depends="initdav">
<deployExample name="booking" repositoryId="snapshots.jboss.org" />
<deployExampleNoDs name="numberguess" repositoryId="snapshots.jboss.org" />
More information about the seam-commits
mailing list