[jboss-cvs] JBossAS SVN: r90095 - projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/src/main/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 11 10:59:24 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-06-11 10:59:24 -0400 (Thu, 11 Jun 2009)
New Revision: 90095

Modified:
   projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/src/main/assembly/dist.xml
Log:
Get spring example jars properly created and copied

Modified: projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/src/main/assembly/dist.xml
===================================================================
--- projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/src/main/assembly/dist.xml	2009-06-11 14:54:52 UTC (rev 90094)
+++ projects/microcontainer/mcdocs/trunk/examples/User_Guide/pojoDevelopment/spring/src/main/assembly/dist.xml	2009-06-11 14:59:24 UTC (rev 90095)
@@ -4,6 +4,21 @@
     <format>zip</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>target</directory>
+      <outputDirectory/>
+      <includes>
+        <include>*.jar</include>
+      </includes>
+    </fileSet>
+  </fileSets>
+  <files>
+    <file>
+      <source>${parent.relative.dir}/log4j.properties</source>
+      <outputDirectory/>
+    </file>
+  </files>  
   <dependencySets>
     <dependencySet>
       <outputDirectory>/lib</outputDirectory>




More information about the jboss-cvs-commits mailing list