[jboss-cvs] JBossAS SVN: r89438 - projects/jboss-man/tags/2.0.0.GA/build/src/assembly.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 10:03:54 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-05-26 10:03:54 -0400 (Tue, 26 May 2009)
New Revision: 89438

Modified:
   projects/jboss-man/tags/2.0.0.GA/build/src/assembly/dist.xml
Log:
Undo last commit, I was working with the wrong version

Modified: projects/jboss-man/tags/2.0.0.GA/build/src/assembly/dist.xml
===================================================================
--- projects/jboss-man/tags/2.0.0.GA/build/src/assembly/dist.xml	2009-05-26 13:47:25 UTC (rev 89437)
+++ projects/jboss-man/tags/2.0.0.GA/build/src/assembly/dist.xml	2009-05-26 14:03:54 UTC (rev 89438)
@@ -1,11 +1,16 @@
 <assembly>
   <formats>
+    <!--<format>tar.gz</format>-->
     <format>zip</format>
   </formats>
-  <dependencySets>
-    <dependencySet>
-      <outputDirectory>/</outputDirectory>
-      <useTransitiveDependencies>false</useTransitiveDependencies>
-    </dependencySet>
-  </dependencySets>
+  <fileSets>
+    <fileSet>
+      <directory>../metatype/target/classes</directory>
+      <outputDirectory></outputDirectory>
+    </fileSet>
+    <fileSet>
+      <directory>../managed/target/classes</directory>
+      <outputDirectory></outputDirectory>
+    </fileSet>
+  </fileSets>
 </assembly>




More information about the jboss-cvs-commits mailing list