[dna-commits] DNA SVN: r132 - trunk/build/assembly.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Thu May 8 16:51:19 EDT 2008


Author: rhauch
Date: 2008-05-08 16:51:18 -0400 (Thu, 08 May 2008)
New Revision: 132

Modified:
   trunk/build/assembly/examples.xml
Log:
Added the example's parent pom.xml to the example ZIP file

Modified: trunk/build/assembly/examples.xml
===================================================================
--- trunk/build/assembly/examples.xml	2008-05-08 19:49:44 UTC (rev 131)
+++ trunk/build/assembly/examples.xml	2008-05-08 20:51:18 UTC (rev 132)
@@ -30,5 +30,15 @@
         <exclude>target/**</exclude>
       </excludes>
 	</fileSet>
+	<fileSet>
+	  <!--
+		Gather into the distribution the examples
+	  -->
+	  <directory>docs/examples/gettingstarted</directory>
+	  <outputDirectory>examples</outputDirectory>
+      <includes>
+        <include>pom.xml</include>
+      </includes>
+	</fileSet>
   </fileSets>
 </assembly>




More information about the dna-commits mailing list