[seam-commits] Seam SVN: r9389 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 23 08:49:42 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-23 08:49:42 -0400 (Thu, 23 Oct 2008)
New Revision: 9389
Modified:
trunk/build/ci.build.xml
Log:
add examples to justSnapshot target
Modified: trunk/build/ci.build.xml
===================================================================
--- trunk/build/ci.build.xml 2008-10-23 12:40:41 UTC (rev 9388)
+++ trunk/build/ci.build.xml 2008-10-23 12:49:42 UTC (rev 9389)
@@ -60,11 +60,14 @@
<target name="justSnapshot">
<build target="cleanall" />
- <build target="build" />
+ <build target="dist" />
<ant target="deploySeamSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
<property name="qualifier" value="-SNAPSHOT" />
</ant>
+ <ant target="deployExamplesSnapshot" antfile="${ant.file}" inheritall="false" inheritrefs="false" dir=".">
+ <property name="qualifier" value="-SNAPSHOT" />
+ </ant>
</target>
<target name="snapshotDocumentation">
More information about the seam-commits
mailing list