Author: alessio.soldano(a)jboss.com
Date: 2011-12-06 12:32:41 -0500 (Tue, 06 Dec 2011)
New Revision: 15358
Removed:
stack/cxf/branches/JBWS-3393/modules/dist/management/
Modified:
stack/cxf/branches/JBWS-3393/build.xml
stack/cxf/branches/JBWS-3393/modules/dist/pom.xml
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
Log:
Remove management module which is not required anymore
Modified: stack/cxf/branches/JBWS-3393/build.xml
===================================================================
--- stack/cxf/branches/JBWS-3393/build.xml 2011-12-06 17:10:53 UTC (rev 15357)
+++ stack/cxf/branches/JBWS-3393/build.xml 2011-12-06 17:32:41 UTC (rev 15358)
@@ -33,7 +33,6 @@
<property name="dist.output.dir"
value="${dist.dir}/target"/>
<property name="stack.output.dir"
value="${stack.dir}/target"/>
<property name="stack.modules.dir"
value="${stack.dir}/modules"/>
- <property name="stack.management.dir"
value="${stack.modules.dir}/management"/>
<property name="stack.client.dir"
value="${stack.modules.dir}/client"/>
<property name="stack.server.dir"
value="${stack.modules.dir}/server"/>
<property name="stack.resources.dir"
value="${stack.dir}/modules/resources/src/main/resources"/>
Modified: stack/cxf/branches/JBWS-3393/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/JBWS-3393/modules/dist/pom.xml 2011-12-06 17:10:53 UTC (rev 15357)
+++ stack/cxf/branches/JBWS-3393/modules/dist/pom.xml 2011-12-06 17:32:41 UTC (rev 15358)
@@ -16,10 +16,6 @@
<properties>
</properties>
- <modules>
- <module>management</module>
- </modules>
-
<dependencies>
<dependency>
<groupId>org.jboss.ws.cxf</groupId>
Modified:
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
---
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2011-12-06
17:10:53 UTC (rev 15357)
+++
stack/cxf/branches/JBWS-3393/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml 2011-12-06
17:32:41 UTC (rev 15358)
@@ -34,15 +34,6 @@
</includes>
</fileSet>
- <!-- management console and port component link servlet -->
- <fileSet>
- <directory>./management/target</directory>
- <outputDirectory>deploy-artifacts/lib</outputDirectory>
- <includes>
- <include>jbossws-cxf-management.war</include>
- <include>jbossws-cxf-management-pcl.war</include>
- </includes>
- </fileSet>
</fileSets>
<dependencySets>
Modified:
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml
===================================================================
---
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-12-06
17:10:53 UTC (rev 15357)
+++
stack/cxf/branches/JBWS-3393/modules/resources/src/main/resources/resources/jbossws-deploy-macros.xml 2011-12-06
17:32:41 UTC (rev 15358)
@@ -250,23 +250,6 @@
</macrodef>
<!-- ================================================================== -->
- <!-- Deploy JBossWS Console -->
- <!-- ================================================================== -->
-
- <macrodef name="macro-deploy-jbossws-deployment">
- <attribute name="thirdpartydir"/>
- <attribute name="targetdir"/>
- <sequential>
- <mkdir dir="@{targetdir}"/>
- <unzip dest="@{targetdir}">
- <fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-cxf-management.war"/>
- </fileset>
- </unzip>
- </sequential>
- </macrodef>
-
- <!-- ================================================================== -->
<!-- Deploy Deployers -->
<!-- ================================================================== -->
@@ -431,7 +414,6 @@
<macro-deploy-jbossws-lib targetdir="${installserver}/../../lib"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-endorsed
targetdir="${installserver}/../../lib/endorsed"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-server-lib
targetdir="${installserver}/../../common/lib"
thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-deployment
targetdir="${installserver}/deploy/jbossws-console.war"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-deployers
targetdir="${installserver}/deployers/jbossws.deployer/"
thirdpartydir="${thirdpartydir}" artifactsdir="${artifactsdir}"
jbossid="${jbossid}"/>
<macro-deploy-juddi-sar
targetdir="${installserver}/deploy/juddi-service.sar"
thirdpartydir="${thirdpartydir}"/>
</target>
@@ -442,7 +424,6 @@
<macro-deploy-jbossws-lib targetdir="${installserver}/../../lib"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-endorsed
targetdir="${installserver}/../../lib/endorsed"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-server-lib
targetdir="${installserver}/../../common/lib"
thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-deployment
targetdir="${installserver}/deploy/jbossws-console.war"
thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-deployers
targetdir="${installserver}/deployers/jbossws.deployer/"
thirdpartydir="${thirdpartydir}" artifactsdir="${artifactsdir}"
jbossid="${jbossid}"/>
<macro-deploy-jbossws-jaxrpc-deployers
targetdir="${installserver}/deployers/jbossws-jaxrpc.deployer/"
artifactsdir="${artifactsdir}" jbossid="${jbossid}"/>
<macro-deploy-juddi-sar
targetdir="${installserver}/deploy/juddi-service.sar"
thirdpartydir="${thirdpartydir}"/>
Show replies by date