Author: thomas.diesler(a)jboss.com
Date: 2008-05-31 14:39:40 -0400 (Sat, 31 May 2008)
New Revision: 7259
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/src/main/scripts/assembly-bin-dist.xml
Log:
Fix build-bin-dist
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-05-30 18:38:52 UTC (rev 7258)
+++ stack/native/trunk/modules/management/pom.xml 2008-05-31 18:39:40 UTC (rev 7259)
@@ -32,6 +32,13 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <classifier>testsuite</classifier>
+ <scope>runtime</scope>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss421</artifactId>
<scope>runtime</scope>
</dependency>
Modified: stack/native/trunk/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-30 18:38:52 UTC (rev
7258)
+++ stack/native/trunk/src/main/scripts/assembly-bin-dist.xml 2008-05-31 18:39:40 UTC (rev
7259)
@@ -72,27 +72,36 @@
</fileSets>
<!-- framework tests -->
- <dependencySets>
- <dependencySet>
- <outputDirectory>tests</outputDirectory>
- <useStrictFiltering>true</useStrictFiltering>
- <scope>runtime</scope>
- <unpack>true</unpack>
+ <moduleSets>
+ <moduleSet>
<includes>
- <include>*:jbossws-framework:zip:testsuite</include>
+ <include>org.jboss.ws.native:jbossws-native-management</include>
</includes>
- <unpackOptions>
- <includes>
- <include>ant-import/**</include>
- <include>java/org/jboss/test/ws/console/**</include>
- <include>java/org/jboss/test/ws/jaxws/samples/**</include>
- <include>java/org/jboss/test/ws/projectGenerator/**</include>
- <include>resources/console/**</include>
- <include>resources/jaxws/samples/**</include>
- <include>resources/projectGenerator/**</include>
- </includes>
- </unpackOptions>
- </dependencySet>
- </dependencySets>
+ <binaries>
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>tests</outputDirectory>
+ <useStrictFiltering>true</useStrictFiltering>
+ <scope>runtime</scope>
+ <unpack>true</unpack>
+ <includes>
+ <include>*:jbossws-framework:zip:testsuite</include>
+ </includes>
+ <unpackOptions>
+ <includes>
+ <include>ant-import/**</include>
+ <include>java/org/jboss/test/ws/console/**</include>
+ <include>java/org/jboss/test/ws/jaxws/samples/**</include>
+
<include>java/org/jboss/test/ws/projectGenerator/**</include>
+ <include>resources/console/**</include>
+ <include>resources/jaxws/samples/**</include>
+ <include>resources/projectGenerator/**</include>
+ </includes>
+ </unpackOptions>
+ </dependencySet>
+ </dependencySets>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
</assembly>
\ No newline at end of file
Show replies by date