[jboss-cvs] JBossAS SVN: r89346 - 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
Sun May 24 06:53:53 EDT 2009
Author: kabir.khan at jboss.com
Date: 2009-05-24 06:53:52 -0400 (Sun, 24 May 2009)
New Revision: 89346
Modified:
projects/jboss-man/tags/2.0.0.GA/build/src/assembly/dist.xml
Log:
Update dist build. Although I should not commit to the tag, this should not really affect anything
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-24 09:27:07 UTC (rev 89345)
+++ projects/jboss-man/tags/2.0.0.GA/build/src/assembly/dist.xml 2009-05-24 10:53:52 UTC (rev 89346)
@@ -1,16 +1,11 @@
<assembly>
<formats>
- <!--<format>tar.gz</format>-->
<format>zip</format>
</formats>
- <fileSets>
- <fileSet>
- <directory>../metatype/target/classes</directory>
- <outputDirectory></outputDirectory>
- </fileSet>
- <fileSet>
- <directory>../managed/target/classes</directory>
- <outputDirectory></outputDirectory>
- </fileSet>
- </fileSets>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>/</outputDirectory>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ </dependencySet>
+ </dependencySets>
</assembly>
More information about the jboss-cvs-commits
mailing list