JBossWS SVN: r6696 - container/jboss50/branches/jbossws-jboss500.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:53:56 -0400 (Fri, 25 Apr 2008)
New Revision: 6696
Modified:
container/jboss50/branches/jbossws-jboss500/pom.xml
Log:
Add resources/jbossws-jboss50.jar
Modified: container/jboss50/branches/jbossws-jboss500/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss500/pom.xml 2008-04-25 11:53:51 UTC (rev 6695)
+++ container/jboss50/branches/jbossws-jboss500/pom.xml 2008-04-25 11:53:56 UTC (rev 6696)
@@ -103,6 +103,9 @@
<directory>src/main/etc</directory>
<filtering>true</filtering>
</resource>
+ <resource>
+ <directory>src/main/resources/jbossws-jboss50.jar</directory>
+ </resource>
</resources>
<plugins>
<plugin>
18 years
JBossWS SVN: r6695 - container/jboss50/branches/jbossws-jboss501.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:53:51 -0400 (Fri, 25 Apr 2008)
New Revision: 6695
Modified:
container/jboss50/branches/jbossws-jboss501/pom.xml
Log:
Add resources/jbossws-jboss50.jar
Modified: container/jboss50/branches/jbossws-jboss501/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/pom.xml 2008-04-25 11:31:30 UTC (rev 6694)
+++ container/jboss50/branches/jbossws-jboss501/pom.xml 2008-04-25 11:53:51 UTC (rev 6695)
@@ -101,6 +101,9 @@
<directory>src/main/etc</directory>
<filtering>true</filtering>
</resource>
+ <resource>
+ <directory>src/main/resources/jbossws-jboss50.jar</directory>
+ </resource>
</resources>
<plugins>
<plugin>
18 years
JBossWS SVN: r6694 - in stack/native/trunk: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:31:30 -0400 (Fri, 25 Apr 2008)
New Revision: 6694
Modified:
stack/native/trunk/ant-import/build-prepare-deploy.xml
stack/native/trunk/ant-import/build-thirdparty.xml
stack/native/trunk/ant-import/jbossws-deploy-macros.xml
stack/native/trunk/build.xml
stack/native/trunk/version.properties
Log:
Add AS500 integration
Modified: stack/native/trunk/ant-import/build-prepare-deploy.xml
===================================================================
--- stack/native/trunk/ant-import/build-prepare-deploy.xml 2008-04-25 11:28:45 UTC (rev 6693)
+++ stack/native/trunk/ant-import/build-prepare-deploy.xml 2008-04-25 11:31:30 UTC (rev 6694)
@@ -34,8 +34,10 @@
<include name="jbossws-jboss421.jar"/>
<include name="jbossws-jboss422.jar"/>
<include name="jbossws-jboss423.jar"/>
- <include name="jbossws-jboss50.jar"/>
- <include name="jbossws-jboss50-container.jar"/>
+ <include name="jbossws-jboss500.jar"/>
+ <include name="jbossws-jboss501.jar"/>
+ <include name="jbossws-jboss500-container.jar"/>
+ <include name="jbossws-jboss501-container.jar"/>
<include name="juddi-service.sar"/>
</fileset>
<fileset dir="${core.output.lib.dir}">
Modified: stack/native/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/native/trunk/ant-import/build-thirdparty.xml 2008-04-25 11:28:45 UTC (rev 6693)
+++ stack/native/trunk/ant-import/build-thirdparty.xml 2008-04-25 11:31:30 UTC (rev 6694)
@@ -74,10 +74,14 @@
<get src="${jboss.repository}/jboss/jbossws-jboss423/${jbossws-jboss423}/lib/jbossws-jboss423.jar" dest="${thirdparty.dir}/jbossws-jboss423.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss423/${jbossws-jboss423}/lib/jbossws-jboss423-src.jar" dest="${thirdparty.dir}/jbossws-jboss423-src.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss423/${jbossws-jboss423}/lib/jbossws-jboss423-resources.zip" dest="${thirdparty.dir}/jbossws-jboss423-resources.zip" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss501}/lib/jbossws-jboss50.jar" dest="${thirdparty.dir}/jbossws-jboss50.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss501}/lib/jbossws-jboss50-src.zip" dest="${thirdparty.dir}/jbossws-jboss50-src.zip" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss501}/lib/jbossws-jboss50-container.jar" dest="${thirdparty.dir}/jbossws-jboss50-container.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss501}/lib/jbossws-jboss50-deployer-resources.zip" dest="${thirdparty.dir}/jbossws-jboss50-deployer-resources.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss500/${jbossws-jboss500}/lib/jbossws-jboss500.jar" dest="${thirdparty.dir}/jbossws-jboss500.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss500/${jbossws-jboss500}/lib/jbossws-jboss500-container.jar" dest="${thirdparty.dir}/jbossws-jboss500-container.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss500/${jbossws-jboss500}/lib/jbossws-jboss500-src.jar" dest="${thirdparty.dir}/jbossws-jboss500-src.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss500/${jbossws-jboss500}/lib/jbossws-jboss500-resources.zip" dest="${thirdparty.dir}/jbossws-jboss500-resources.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss501/${jbossws-jboss501}/lib/jbossws-jboss501.jar" dest="${thirdparty.dir}/jbossws-jboss501.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss501/${jbossws-jboss501}/lib/jbossws-jboss501-container.jar" dest="${thirdparty.dir}/jbossws-jboss501-container.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss501/${jbossws-jboss501}/lib/jbossws-jboss501-src.jar" dest="${thirdparty.dir}/jbossws-jboss501-src.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss501/${jbossws-jboss501}/lib/jbossws-jboss501-resources.zip" dest="${thirdparty.dir}/jbossws-jboss501-resources.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-ant/${apache-ant}/lib/ant.jar" dest="${thirdparty.dir}/ant.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-collections/${apache-collections}/lib/commons-collections.jar" dest="${thirdparty.dir}/commons-collections.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/apache-log4j/${apache-log4j}/lib/log4j.jar" dest="${thirdparty.dir}/log4j.jar" usetimestamp="true" verbose="true"/>
Modified: stack/native/trunk/ant-import/jbossws-deploy-macros.xml
===================================================================
--- stack/native/trunk/ant-import/jbossws-deploy-macros.xml 2008-04-25 11:28:45 UTC (rev 6693)
+++ stack/native/trunk/ant-import/jbossws-deploy-macros.xml 2008-04-25 11:31:30 UTC (rev 6694)
@@ -143,13 +143,14 @@
<macrodef name="macro-deploy-jbossws-deployers50">
<attribute name="thirdpartydir"/>
<attribute name="targetdir"/>
+ <attribute name="jbossid"/>
<sequential>
<mkdir dir="@{targetdir}"/>
<copy todir="@{targetdir}" flatten="true" overwrite="true">
<fileset dir="@{thirdpartydir}">
<include name="**/jbossws-common.jar"/>
<include name="**/jbossws-framework.jar"/>
- <include name="**/jbossws-jboss50.jar"/>
+ <include name="**/jbossws-(a){jbossid}.jar"/>
</fileset>
</copy>
<copy todir="@{targetdir}/META-INF" flatten="true" overwrite="true">
@@ -167,11 +168,12 @@
<macrodef name="macro-deploy-jbossws-deploy50">
<attribute name="thirdpartydir"/>
<attribute name="targetdir"/>
+ <attribute name="jbossid"/>
<sequential>
<mkdir dir="@{targetdir}"/>
<copy todir="@{targetdir}" flatten="true" overwrite="true">
<fileset dir="@{thirdpartydir}">
- <include name="**/jbossws-jboss50-container.jar"/>
+ <include name="**/jbossws-(a){jbossid}-container.jar"/>
</fileset>
</copy>
</sequential>
@@ -334,8 +336,8 @@
<macro-deploy-jbossws-client targetdir="${installserver}/../../client" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
<macro-deploy-jbossws-lib50 targetdir="${installserver}/../../lib" thirdpartydir="${thirdpartydir}"/>
<macro-deploy-jbossws-server-lib50 targetdir="${installserver}/lib" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-deployers50 targetdir="${installserver}/deployers/jbossws.deployer/" thirdpartydir="${thirdpartydir}"/>
- <macro-deploy-jbossws-deploy50 targetdir="${installserver}/deploy" thirdpartydir="${thirdpartydir}"/>
+ <macro-deploy-jbossws-deployers50 targetdir="${installserver}/deployers/jbossws.deployer/" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
+ <macro-deploy-jbossws-deploy50 targetdir="${installserver}/deploy" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
<macro-deploy-jbossws-native50-sar targetdir="${installserver}/deploy/jbossws.sar" thirdpartydir="${thirdpartydir}" jbossid="${jbossid}"/>
</target>
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2008-04-25 11:28:45 UTC (rev 6693)
+++ stack/native/trunk/build.xml 2008-04-25 11:31:30 UTC (rev 6694)
@@ -216,10 +216,20 @@
<target name="compile50-resources">
- <unzip dest="${core.output.resources.dir}" src="${thirdparty.dir}/jbossws-jboss50-deployer-resources.zip"/>
+ <unzip dest="${core.output.resources.dir}/jbossws-jboss500" src="${thirdparty.dir}/jbossws-jboss500-resources.zip"/>
+ <unzip dest="${core.output.resources.dir}/jbossws-jboss501" src="${thirdparty.dir}/jbossws-jboss501-resources.zip"/>
+ <!-- Concat jbossws-jboss500-beans.xml -->
+ <concat destfile="${core.output.resources.dir}/jbossws-jboss500/jbossws-jboss500-beans.xml">
+ <header trimleading="yes">
+ <deployment xmlns="urn:jboss:bean-deployer:2.0"> </header>
+ <fileset file="${core.resources.dir}/jbossws-native-config.xml"/>
+ <footer trimleading="yes">
+ </deployment> </footer>
+ </concat>
+
<!-- Concat jbossws-jboss501-beans.xml -->
- <concat destfile="${core.output.resources.dir}/jbossws-jboss501-beans.xml">
+ <concat destfile="${core.output.resources.dir}/jbossws-jboss501/jbossws-jboss501-beans.xml">
<header trimleading="yes">
<deployment xmlns="urn:jboss:bean-deployer:2.0"> </header>
<fileset file="${core.resources.dir}/jbossws-native-config.xml"/>
Modified: stack/native/trunk/version.properties
===================================================================
--- stack/native/trunk/version.properties 2008-04-25 11:28:45 UTC (rev 6693)
+++ stack/native/trunk/version.properties 2008-04-25 11:31:30 UTC (rev 6694)
@@ -30,7 +30,8 @@
jbossws-jboss422=3.0.0-SNAPSHOT
jbossws-jboss423=3.0.0-SNAPSHOT
-jbossws-jboss501=5.0.1.DEV
+jbossws-jboss500=3.0.0-SNAPSHOT
+jbossws-jboss501=3.0.0-SNAPSHOT
# JBossAS-5.0
jboss-jbossxb-jboss50=2.0.0.CR7
18 years
JBossWS SVN: r6693 - framework/trunk/testsuite/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:28:45 -0400 (Fri, 25 Apr 2008)
New Revision: 6693
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
Add jbossws-jboss501
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2008-04-25 11:19:06 UTC (rev 6692)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2008-04-25 11:28:45 UTC (rev 6693)
@@ -234,7 +234,8 @@
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/jboss-xml-binding.jar"/>
<pathelement location="${jboss.client}/jbossall-client.jar"/>
- <pathelement location="${jboss.client}/jbossws-jboss50.jar"/>
+ <pathelement location="${jboss.client}/jbossws-jboss500.jar"/>
+ <pathelement location="${jboss.client}/jbossws-jboss501.jar"/>
<pathelement location="${jboss.client}/jaxws-tools.jar"/>
<pathelement location="${jboss.client}/jboss-wsit-tools.jar"/>
<pathelement location="${jboss.client}/log4j.jar"/>
18 years
JBossWS SVN: r6692 - container/jboss50/branches/jbossws-jboss500.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:19:06 -0400 (Fri, 25 Apr 2008)
New Revision: 6692
Added:
container/jboss50/branches/jbossws-jboss500/README.txt
Log:
Add readme
Added: container/jboss50/branches/jbossws-jboss500/README.txt
===================================================================
--- container/jboss50/branches/jbossws-jboss500/README.txt (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/README.txt 2008-04-25 11:19:06 UTC (rev 6692)
@@ -0,0 +1,7 @@
+This is a copy of the jbossws-jboss501 integration. To finish this you need to
+
+#1 update the sources
+#2 change the dependencies to 5.0.0.Bata4 have a look at jbossws-jboss422 on hos to do this
+#3 deploy to the repos
+
+good luck
\ No newline at end of file
Property changes on: container/jboss50/branches/jbossws-jboss500/README.txt
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
18 years
JBossWS SVN: r6691 - container/jboss42/branches/jbossws-jboss422/src/main/etc.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:15:42 -0400 (Fri, 25 Apr 2008)
New Revision: 6691
Removed:
container/jboss42/branches/jbossws-jboss422/src/main/etc/default.mf
Log:
Remove default metainf
Deleted: container/jboss42/branches/jbossws-jboss422/src/main/etc/default.mf
===================================================================
--- container/jboss42/branches/jbossws-jboss422/src/main/etc/default.mf 2008-04-25 11:15:31 UTC (rev 6690)
+++ container/jboss42/branches/jbossws-jboss422/src/main/etc/default.mf 2008-04-25 11:15:42 UTC (rev 6691)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.2
-Created-By: @java.vm.version@ (@java.vm.vendor@)
-Specification-Title: @specification.title@
-Specification-Version: @specification.version@
-Specification-Vendor: @specification.vendor@
-Implementation-Title: @implementation.title@
-Implementation-URL: @implementation.url@
-Implementation-Version: @implementation.version@ (build=(a)build.id@)
-Implementation-Vendor: @implementation.vendor@
-Implementation-Vendor-Id: @implementation.vendor.id@
18 years
JBossWS SVN: r6690 - container/jboss50/branches/jbossws-jboss500/src/main/etc.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:15:31 -0400 (Fri, 25 Apr 2008)
New Revision: 6690
Removed:
container/jboss50/branches/jbossws-jboss500/src/main/etc/default.mf
Modified:
container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml
Log:
Remove default metainf
Modified: container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml 2008-04-25 11:15:21 UTC (rev 6689)
+++ container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml 2008-04-25 11:15:31 UTC (rev 6690)
@@ -1,14 +1,14 @@
-<project name="jboss/jbossws-jboss501">
+<project name="jboss/jbossws-jboss500">
- <component id="jboss/jbossws-jboss501"
+ <component id="jboss/jbossws-jboss500"
description="JBossWS container integration layer"
version="${version}"
licenseType="lgpl">
- <artifact id="jbossws-jboss501.jar"/>
- <artifact id="jbossws-jboss501-container.jar"/>
- <artifact id="jbossws-jboss501-resources.zip"/>
- <artifact id="jbossws-jboss501-src.jar"/>
+ <artifact id="jbossws-jboss500.jar"/>
+ <artifact id="jbossws-jboss500-container.jar"/>
+ <artifact id="jbossws-jboss500-resources.zip"/>
+ <artifact id="jbossws-jboss500-src.jar"/>
<import componentref="jboss/jbossws-common">
<compatible version="${jbossws.common.version}"/>
@@ -18,7 +18,7 @@
</import>
<export>
- <include input="jbossws-jboss501.jar"/>
+ <include input="jbossws-jboss500.jar"/>
</export>
</component>
Deleted: container/jboss50/branches/jbossws-jboss500/src/main/etc/default.mf
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/etc/default.mf 2008-04-25 11:15:21 UTC (rev 6689)
+++ container/jboss50/branches/jbossws-jboss500/src/main/etc/default.mf 2008-04-25 11:15:31 UTC (rev 6690)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.2
-Created-By: @java.vm.version@ (@java.vm.vendor@)
-Specification-Title: @specification.title@
-Specification-Version: @specification.version@
-Specification-Vendor: @specification.vendor@
-Implementation-Title: @implementation.title@
-Implementation-URL: @implementation.url@
-Implementation-Version: @implementation.version@ (build=(a)build.id@)
-Implementation-Vendor: @implementation.vendor@
-Implementation-Vendor-Id: @implementation.vendor.id@
18 years
JBossWS SVN: r6689 - container/jboss50/branches/jbossws-jboss501/src/main/etc.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:15:21 -0400 (Fri, 25 Apr 2008)
New Revision: 6689
Removed:
container/jboss50/branches/jbossws-jboss501/src/main/etc/default.mf
Log:
Remove default metainf
Deleted: container/jboss50/branches/jbossws-jboss501/src/main/etc/default.mf
===================================================================
--- container/jboss50/branches/jbossws-jboss501/src/main/etc/default.mf 2008-04-25 11:15:15 UTC (rev 6688)
+++ container/jboss50/branches/jbossws-jboss501/src/main/etc/default.mf 2008-04-25 11:15:21 UTC (rev 6689)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.2
-Created-By: @java.vm.version@ (@java.vm.vendor@)
-Specification-Title: @specification.title@
-Specification-Version: @specification.version@
-Specification-Vendor: @specification.vendor@
-Implementation-Title: @implementation.title@
-Implementation-URL: @implementation.url@
-Implementation-Version: @implementation.version@ (build=(a)build.id@)
-Implementation-Vendor: @implementation.vendor@
-Implementation-Vendor-Id: @implementation.vendor.id@
18 years
JBossWS SVN: r6688 - container/jboss42/branches/jbossws-jboss423/src/main/etc.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:15:15 -0400 (Fri, 25 Apr 2008)
New Revision: 6688
Removed:
container/jboss42/branches/jbossws-jboss423/src/main/etc/default.mf
Log:
Remove default metainf
Deleted: container/jboss42/branches/jbossws-jboss423/src/main/etc/default.mf
===================================================================
--- container/jboss42/branches/jbossws-jboss423/src/main/etc/default.mf 2008-04-25 11:09:10 UTC (rev 6687)
+++ container/jboss42/branches/jbossws-jboss423/src/main/etc/default.mf 2008-04-25 11:15:15 UTC (rev 6688)
@@ -1,10 +0,0 @@
-Manifest-Version: 1.2
-Created-By: @java.vm.version@ (@java.vm.vendor@)
-Specification-Title: @specification.title@
-Specification-Version: @specification.version@
-Specification-Vendor: @specification.vendor@
-Implementation-Title: @implementation.title@
-Implementation-URL: @implementation.url@
-Implementation-Version: @implementation.version@ (build=(a)build.id@)
-Implementation-Vendor: @implementation.vendor@
-Implementation-Vendor-Id: @implementation.vendor.id@
18 years
JBossWS SVN: r6687 - in container/jboss50/branches: jbossws-jboss500 and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-04-25 07:09:10 -0400 (Fri, 25 Apr 2008)
New Revision: 6687
Added:
container/jboss50/branches/jbossws-jboss500/
container/jboss50/branches/jbossws-jboss500/.classpath
container/jboss50/branches/jbossws-jboss500/pom.xml
container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml
container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml
container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-container.xml
container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml
Removed:
container/jboss50/branches/jbossws-jboss500/.classpath
container/jboss50/branches/jbossws-jboss500/THIS-IS-3.0
container/jboss50/branches/jbossws-jboss500/ant-import/
container/jboss50/branches/jbossws-jboss500/ant.properties.example
container/jboss50/branches/jbossws-jboss500/build-as.xml
container/jboss50/branches/jbossws-jboss500/build.xml
container/jboss50/branches/jbossws-jboss500/pom.xml
container/jboss50/branches/jbossws-jboss500/src/assembly/
container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml
container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml
container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml
container/jboss50/branches/jbossws-jboss500/version.properties
container/jboss50/branches/jbossws-jboss500/version.properties.md5
Log:
Add jbossws-jboss500 template
Copied: container/jboss50/branches/jbossws-jboss500 (from rev 6683, container/jboss50/branches/jbossws-jboss501)
Property changes on: container/jboss50/branches/jbossws-jboss500
___________________________________________________________________
Name: svn:ignore
+ .settings
target
Deleted: container/jboss50/branches/jbossws-jboss500/.classpath
===================================================================
--- container/jboss50/branches/jbossws-jboss501/.classpath 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/.classpath 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="lib" path="output/lib/jbossws-jboss50-container.jar"/>
- <classpathentry kind="lib" path="output/lib/jbossws-jboss50.jar"/>
- <classpathentry kind="lib" path="thirdparty/jboss-jaxrpc.jar"/>
- <classpathentry kind="lib" path="thirdparty/jboss-jaxws.jar"/>
- <classpathentry kind="lib" path="thirdparty/jboss-saaj.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-framework.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
- <classpathentry kind="lib" path="thirdparty/servlet-api.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
-</classpath>
Copied: container/jboss50/branches/jbossws-jboss500/.classpath (from rev 6685, container/jboss50/branches/jbossws-jboss501/.classpath)
===================================================================
--- container/jboss50/branches/jbossws-jboss500/.classpath (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/.classpath 2008-04-25 11:09:10 UTC (rev 6687)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+ <classpathentry kind="output" path="target/eclipse-classes"/>
+</classpath>
Deleted: container/jboss50/branches/jbossws-jboss500/THIS-IS-3.0
===================================================================
Deleted: container/jboss50/branches/jbossws-jboss500/ant.properties.example
===================================================================
--- container/jboss50/branches/jbossws-jboss501/ant.properties.example 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/ant.properties.example 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,26 +0,0 @@
-#
-# A sample ant properties file
-#
-# $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler(a)jboss.com $
-
-# JBoss Home
-jboss50.home=/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1
-
-# The JBoss settings
-jboss.server.instance=default
-
-# JBoss Repository
-jboss.repository=file:/home/tdiesler/svn/jboss.local.repository
-#jboss.repository=http://repository.jboss.org
-
-# JBossWS Release
-jboss.local.repository=/home/tdiesler/svn/jboss.local.repository
-
-# Force thirdparty HTTP get
-#force.thirdparty.get=true
-
-# Java Compiler options
-javac.debug=yes
-javac.deprecation=no
-javac.fail.onerror=yes
-javac.verbose=no
Deleted: container/jboss50/branches/jbossws-jboss500/build-as.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/build-as.xml 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/build-as.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,212 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!-- -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<!-- $Id$ -->
-
-<project default="main" name="JBoss/Webservices">
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <!-- ================================================================== -->
- <!-- Configuration -->
- <!-- ================================================================== -->
-
- <!--
- | Configure the build system.
- |
- | This target is invoked by the Buildmagic initialization logic and
- | should contain module specific configuration elements.
- -->
-
- <target name="configure" unless="configure.disable">
-
- <!-- =================== -->
- <!-- Basic Configuration -->
- <!-- =================== -->
-
- <!-- Module name(s) & version -->
- <property name="module.name" value="webservices"/>
- <property name="module.Name" value="JBossWS Container Integration"/>
- <property name="module.version" value="DEV"/>
-
- <!-- ========= -->
- <!-- Libraries -->
- <!-- ========= -->
-
- <!-- The combined library classpath -->
- <!--path id="library.classpath">
- <path refid="apache.xerces.classpath"/>
- <path refid="dom4j.dom4j.classpath"/>
- <path refid="jboss.aop.classpath"/>
- <path refid="jboss.common.core.classpath"/>
- <path refid="jboss.common.logging.spi.classpath"/>
- <path refid="jboss.jboss.ejb3.core.classpath" />
- <path refid="jboss.jboss.ejb3.ext.api.classpath" />
- <path refid="jboss.jboss.ejb3.interceptors.classpath" />
- <path refid="jboss.jboss.javaee.classpath"/>
- <path refid="jboss.jboss.security.spi.classpath"/>
- <path refid="jboss.jboss.vfs.classpath"/>
- <path refid="jboss.jbosssx.classpath"/>
- <path refid="jboss.jbossws.classpath"/>
- <path refid="jboss.jbossws.common.classpath"/>
- <path refid="jboss.jbossws.framework.classpath"/>
- <path refid="jboss.jbossws.spi.classpath"/>
- <path refid="jboss.jbossxb.classpath"/>
- <path refid="jboss.metadata.classpath"/>
- <path refid="jboss.jboss.deployers.classpath"/>
- <path refid="jboss.microcontainer.classpath"/>
- <path refid="sun.jaxb.classpath"/>
- <path refid="sun.servlet.classpath"/>
- </path-->
-
-
- <!-- The combined dependant module classpath -->
- <!--path id="dependentmodule.classpath">
- <path refid="jboss.aspects.classpath"/>
- <path refid="jboss.j2se.classpath"/>
- <path refid="jboss.jmx.classpath"/>
- <path refid="jboss.server.classpath"/>
- <path refid="jboss.system.classpath"/>
- <path refid="jboss.systemjmx.classpath"/>
- <path refid="jboss.tomcat.classpath"/>
- </path-->
-
- <!-- ===== -->
- <!-- Tasks -->
- <!-- ===== -->
-
- <property name="jar.prefix" value="jbossws-jboss50"/>
- <property name="javac.target" value="1.5"/>
- <property name="javac.source" value="1.5"/>
-
- <call target="_default:task-init"/>
-
- </target>
-
- <!-- ================================================================== -->
- <!-- Compile -->
- <!-- ================================================================== -->
-
- <!--
- | Compile everything.
- |
- | This target should depend on other compile-* targets for each
- | different type of compile that needs to be performed, short of
- | documentation compiles.
- -->
-
- <target name="compile"
- description="Compile all source files."
- depends="_default:compile-classes,
- _default:compile-resources,
- _default:compile-etc"/>
-
- <!-- ================================================================== -->
- <!-- Archives -->
- <!-- ================================================================== -->
-
- <!--
- | Build all jar files.
- -->
- <target name="module-jars" depends="compile">
-
- <!-- Concat jbossws-beans.xml -->
- <concat destfile="${build.resources}/jbossws-beans.xml">
- <header trimleading="yes">
- <deployment xmlns="urn:jboss:bean-deployer:2.0">
- </header>
- <fileset file="${jboss.jbossws.resources}/jbossws-native-config.xml"/>
- <footer trimleading="yes">
- </deployment>
- </footer>
- </concat>
-
- <!-- Build jbossws-jboss50.jar -->
- <jar jarfile="${build.lib}/jbossws-jboss50.jar" manifest="${build.etc}/default.mf">
- <fileset dir="${build.classes}" />
- <metainf dir="${build.resources}/jbossws-jboss50.jar/META-INF"/>
- </jar>
-
- <!-- Build jbossws-native50.deployer -->
- <zip zipfile="${build.lib}/jbossws-jboss50-deployer.zip">
- <fileset dir="${build.lib}">
- <include name="jbossws-jboss50.jar"/>
- </fileset>
- <fileset dir="${jboss.jbossws.common.lib}">
- <include name="jbossws-common.jar"/>
- </fileset>
- <fileset dir="${jboss.jbossws.framework.lib}">
- <include name="jbossws-framework.jar"/>
- </fileset>
- <fileset dir="${build.resources}/jbossws-jboss50.deployer">
- <include name="META-INF/jbossws-deployer-beans.xml"/>
- </fileset>
- </zip>
-
- <!-- Build jbossws.sar -->
- <jar jarfile="${build.lib}/jbossws.sar">
- <fileset dir="${jboss.jbossws.lib}">
- <include name="jbossws-core.jar"/>
- </fileset>
- <fileset dir="${wscommons.policy.lib}">
- <include name="policy.jar"/>
- </fileset>
- <fileset dir="${ibm.wsdl4j.lib}">
- <include name="wsdl4j.jar"/>
- </fileset>
- <fileset dir="${apache.xmlsec.lib}">
- <include name="xmlsec.jar"/>
- </fileset>
- <fileset dir="${jboss.jaxbintros.lib}">
- <include name="jboss-jaxb-intros.jar"/>
- </fileset>
- <metainf dir="${jboss.jbossws.resources}">
- <include name="standard-*-config.xml"/>
- </metainf>
- <metainf dir="${build.resources}">
- <include name="jbossws-beans.xml"/>
- </metainf>
- </jar>
-
- <!-- jbossws-jboss50-container.jar -->
- <jar jarfile="${build.lib}/jbossws-jboss50-container.jar">
- <metainf dir="${build.resources}/jbossws-jboss50-container.jar/META-INF">
- <include name="jbossws-container-beans.xml"/>
- </metainf>
- </jar>
-
-
- </target>
-
- <!-- ================================================================== -->
- <!-- Deployment -->
- <!-- ================================================================== -->
-
- <!--
- | Build all jar files.
- -->
- <target name="deploy" depends="main,module-jars">
-
-
- <!-- Build jbossws-native50.deployer -->
- <unzip dest="../build/output/jboss-${specification.version}/server/default/deployers/jbossws.deployer"
- src="${build.lib}/jbossws-jboss50-deployer.zip">
- </unzip>
-
- <copy todir="../build/output/jboss-${specification.version}/server/default/deploy">
- <fileset dir="${build.lib}">
- <include name="jbossws-jboss50-container.jar"/>
- </fileset>
- </copy>
- </target>
-</project>
Deleted: container/jboss50/branches/jbossws-jboss500/build.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/build.xml 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/build.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,170 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!-- -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<!-- $Id$ -->
-
-<project default="main" basedir="." name="JBossWS-JBoss50">
-
- <import file="${basedir}/ant-import/build-setup.xml"/>
- <import file="${basedir}/ant-import/build-release.xml"/>
- <import file="${basedir}/ant-import/build-thirdparty.xml"/>
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <property name="jbws50.dir" value="${int.jboss50.dir}"/>
- <property name="jbws50.src.dir" value="${jbws50.dir}/src/main"/>
- <property name="jbws50.etc.dir" value="${jbws50.src.dir}/etc"/>
- <property name="jbws50.java.dir" value="${jbws50.src.dir}/java"/>
- <property name="jbws50.resources.dir" value="${jbws50.src.dir}/resources"/>
- <property name="jbws50.output.dir" value="${jbws50.dir}/output"/>
- <property name="jbws50.output.apidocs.dir" value="${jbws50.output.dir}/apidocs"/>
- <property name="jbws50.output.classes.dir" value="${jbws50.output.dir}/classes"/>
- <property name="jbws50.output.etc.dir" value="${jbws50.output.dir}/etc"/>
- <property name="jbws50.output.lib.dir" value="${jbws50.output.dir}/lib"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init" depends="prepare,thirdparty-get">
- <fail message="Not available: ${jboss50.available.file}" unless="jboss50.available"/>
- </target>
-
- <!-- ================================================================== -->
- <!-- Compile -->
- <!-- ================================================================== -->
-
- <!--
- | Compile everything.
- |
- | This target should depend on other compile-* targets for each
- | different type of compile that needs to be performed, short of
- | documentation compiles.
- -->
-
- <target name="compile" depends="init,compile-classes,compile-etc" description="Compile all source files."/>
-
- <!-- Compile integration java sources -->
- <target name="compile-classes" depends="init">
- <mkdir dir="${jbws50.output.classes.dir}"/>
- <javac srcdir="${jbws50.java.dir}" sourcepath="" destdir="${jbws50.output.classes.dir}" encoding="utf-8" debug="${javac.debug}" verbose="${javac.verbose}"
- deprecation="${javac.deprecation}" failonerror="${javac.fail.onerror}">
- <include name="org/jboss/ws/integration/**"/>
- <include name="org/jboss/wsf/container/jboss50/**"/>
- <exclude name="org/jboss/wsf/container/jboss50/jms/**"/>
- <classpath refid="jbws50.integration.classpath"/>
- </javac>
- </target>
-
- <!-- Compile etc files (manifests and such) -->
- <target name="compile-etc" depends="init">
- <mkdir dir="${jbws50.output.etc.dir}"/>
- <copy todir="${jbws50.output.etc.dir}" filtering="yes" overwrite="true">
- <fileset dir="${jbws50.etc.dir}">
- <include name="default.mf"/>
- </fileset>
- <filterset>
- <filter token="java.vm.version" value="${java.vm.version}"/>
- <filter token="java.vm.vendor" value="${java.vm.vendor}"/>
- <filter token="build.id" value="${build.id}"/>
- <filter token="implementation.version" value="jbossws-${version.id}"/>
- <filtersfile file="${jbws50.dir}/version.properties"/>
- </filterset>
- </copy>
- </target>
-
- <!-- ================================================================== -->
- <!-- Archives -->
- <!-- ================================================================== -->
-
- <!--
- | Build all jar files.
- -->
- <target name="jars" depends="compile,module-jars" description="Builds all jar files.">
- </target>
-
- <!--
- | Build all jar files.
- -->
- <target name="module-jars" depends="init">
-
- <!-- Build jbossws-jboss50.jar -->
- <mkdir dir="${jbws50.output.lib.dir}"/>
- <jar jarfile="${jbws50.output.lib.dir}/jbossws-jboss50.jar" manifest="${jbws50.output.etc.dir}/default.mf">
- <fileset dir="${jbws50.output.classes.dir}">
- <include name="org/jboss/ws/integration/**"/>
- <include name="org/jboss/wsf/container/jboss50/**"/>
- </fileset>
- <metainf dir="${jbws50.resources.dir}/jbossws-jboss50.jar/META-INF"/>
- </jar>
-
- <!-- Build jbossws-jboss50-resources.zip -->
- <zip zipfile="${jbws50.output.lib.dir}/jbossws-jboss50-resources.zip" >
- <fileset dir="${jbws50.resources.dir}"/>
- </zip>
-
- <zip zipfile="${jbws50.output.lib.dir}/jbossws-jboss50-deployer-resources.zip">
- <fileset dir="${jbws50.resources.dir}/jbossws-jboss50.deployer/META-INF">
- <include name="jbossws-deployer-beans.xml"/>
- </fileset>
- </zip>
- <!-- Build jbossws-jboss50-src.zip -->
- <zip zipfile="${jbws50.output.lib.dir}/jbossws-jboss50-src.zip" >
- <fileset dir="${jbws50.java.dir}"/>
- </zip>
-
- <!-- jbossws-jboss50-container.jar -->
- <jar jarfile="${jbws50.output.lib.dir}/jbossws-jboss50-container.jar">
- <metainf dir="${jbws50.resources.dir}/jbossws-jboss50-container.jar/META-INF">
- <include name="jbossws-container-beans.xml"/>
- </metainf>
- </jar>
-
- </target>
-
- <!-- Generate the JavaDoc -->
- <target name="javadoc" depends="init" description="Generate the Javadoc">
-
- <mkdir dir="${jbws50.output.apidocs.dir}"/>
- <javadoc destdir="${jbws50.output.apidocs.dir}" author="true" version="true" use="true" windowtitle="JBossWS API">
- <classpath>
- <path refid="jbws50.integration.classpath"/>
- </classpath>
- <packageset dir="${jbws50.java.dir}" defaultexcludes="yes">
- <include name="org/jboss/wsf/**"/>
- </packageset>
- <doctitle><![CDATA[<h1>JBoss Web Service Framework - Container integration AS 4.0</h1>]]></doctitle>
- <tag name="todo" scope="all" description="To do:"/>
- </javadoc>
- </target>
-
- <!-- ================================================================== -->
- <!-- Miscellaneous -->
- <!-- ================================================================== -->
-
- <target name="clean" depends="prepare" description="Cleans up most generated files.">
- <delete dir="${jbws50.output.dir}"/>
- </target>
-
- <target name="clobber" depends="clean" description="Cleans up all generated files.">
- <delete dir="${jbws50.dir}/thirdparty"/>
- </target>
-
- <target name="main" description="Executes the default target (most)." depends="most"/>
-
- <target name="most" description="Builds almost everything." depends="jars"/>
-
- <target name="all" description="Create a distribution zip file" depends="main">
- </target>
-
-</project>
Deleted: container/jboss50/branches/jbossws-jboss500/pom.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/pom.xml 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/pom.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,112 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <name>JBoss Web Services - Container JBoss-5.0.1</name>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501</artifactId>
-
- <version>3.0.0-SNAPSHOT</version>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-component-matrix</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- </parent>
-
- <!-- Properties -->
- <properties>
- <jboss.version>5.0.0-SNAPSHOT</jboss.version>
- <jbossws.common.version>3.0.0-SNAPSHOT</jbossws.common.version>
- <jbossws.spi.version>3.0.0-SNAPSHOT</jbossws.spi.version>
- </properties>
-
- <!-- Dependencies -->
- <dependencies>
-
- <!-- jbossws dependencies -->
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-common</artifactId>
- <version>${jbossws.common.version}</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-spi</artifactId>
- <version>${jbossws.spi.version}</version>
- </dependency>
-
- <!-- provided apis -->
-
- <!-- jboss thirdparty dependencies -->
- <dependency>
- <groupId>org.jboss</groupId>
- <artifactId>jbossxb</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.deployers</groupId>
- <artifactId>jboss-deployers-structure-spi</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.metadata</groupId>
- <artifactId>jboss-metadata</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-core</artifactId>
- </dependency>
- </dependencies>
-
- <!-- Plugins -->
- <build>
- <resources>
- <resource>
- <targetPath>../etc</targetPath>
- <directory>src/main/etc</directory>
- <filtering>true</filtering>
- </resource>
- <resource>
- <directory>src/main/resources/jbossws-jboss50.jar</directory>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>install</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <property name="artifact.id" value="${project.artifactId}"/>
- <property name="version.id" value="${project.version}"/>
- <property name="jboss.local.repository" value="${jboss.local.repository}"/>
- <ant antfile="src/main/scripts/antrun-install.xml" target="install"/>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <descriptors>
- <descriptor>src/main/scripts/assembly-resources.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: container/jboss50/branches/jbossws-jboss500/pom.xml (from rev 6685, container/jboss50/branches/jbossws-jboss501/pom.xml)
===================================================================
--- container/jboss50/branches/jbossws-jboss500/pom.xml (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/pom.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -0,0 +1,147 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Container JBoss-5.0.0</name>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500</artifactId>
+
+ <version>3.0.0-SNAPSHOT</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ <!-- Use this version and have a look at jbossws-jboss422 on how to declare the dependencies -->
+ <!--jboss.version>5.0.0.Beta4</jboss.version-->
+ <jboss.version>5.0.0-SNAPSHOT</jboss.version>
+ <jbossws.common.version>3.0.0-SNAPSHOT</jbossws.common.version>
+ <jbossws.spi.version>3.0.0-SNAPSHOT</jbossws.spi.version>
+ </properties>
+
+ <!-- DependencyManagement -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-component-matrix</artifactId>
+ <version>${jboss.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <!-- Dependencies -->
+ <dependencies>
+
+ <!-- FIXME: Remove this dependency -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-framework</artifactId>
+ <version>3.0.2-SNAPSHOT</version>
+ </dependency>
+
+ <!-- jbossws dependencies -->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-common</artifactId>
+ <version>${jbossws.common.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-spi</artifactId>
+ <version>${jbossws.spi.version}</version>
+ </dependency>
+
+ <!-- provided apis -->
+
+ <!-- jboss dependencies -->
+ <dependency>
+ <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-server</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
+
+ <!-- jboss thirdparty dependencies -->
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossxb</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-structure-spi</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.metadata</groupId>
+ <artifactId>jboss-metadata</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-ext-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.security</groupId>
+ <artifactId>jboss-security-spi</artifactId>
+ </dependency>
+ </dependencies>
+
+ <!-- Plugins -->
+ <build>
+ <resources>
+ <resource>
+ <targetPath>../etc</targetPath>
+ <directory>src/main/etc</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>install</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="artifact.id" value="${project.artifactId}"/>
+ <property name="version.id" value="${project.version}"/>
+ <property name="jboss.local.repository" value="${jboss.local.repository}"/>
+ <ant antfile="src/main/scripts/antrun-install.xml" target="install"/>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-container.xml</descriptor>
+ <descriptor>src/main/scripts/assembly-resources.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Deleted: container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/src/main/etc/component-info.xml 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,28 +0,0 @@
-<project name="jboss/jbossws-jboss50">
-
- <component id="jboss/jbossws-jboss50"
- description="JBossWS container integration layer"
- version="@repository.id@"
- licenseType="lgpl">
-
- <artifact id="jbossws-jboss50.jar"/>
- <artifact id="jbossws-jboss50-deployer.zip"/>
- <artifact id="jbossws-jboss50-src.zip"/>
-
- <import componentref="jboss/jbossws-common">
- <compatible version="@jbossws-common@"/>
- </import>
- <import componentref="jboss/jbossws-framework">
- <compatible version="@jbossws-framework@"/>
- </import>
- <import componentref="jboss/jbossws-spi">
- <compatible version="@jbossws-spi@"/>
- </import>
-
- <export>
- <include input="jbossws-jboss50.jar"/>
- </export>
-
- </component>
-
-</project>
Copied: container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml (from rev 6685, container/jboss50/branches/jbossws-jboss501/src/main/etc/component-info.xml)
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/src/main/etc/component-info.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -0,0 +1,26 @@
+<project name="jboss/jbossws-jboss501">
+
+ <component id="jboss/jbossws-jboss501"
+ description="JBossWS container integration layer"
+ version="${version}"
+ licenseType="lgpl">
+
+ <artifact id="jbossws-jboss501.jar"/>
+ <artifact id="jbossws-jboss501-container.jar"/>
+ <artifact id="jbossws-jboss501-resources.zip"/>
+ <artifact id="jbossws-jboss501-src.jar"/>
+
+ <import componentref="jboss/jbossws-common">
+ <compatible version="${jbossws.common.version}"/>
+ </import>
+ <import componentref="jboss/jbossws-spi">
+ <compatible version="${jbossws.spi.version}"/>
+ </import>
+
+ <export>
+ <include input="jbossws-jboss501.jar"/>
+ </export>
+
+ </component>
+
+</project>
Deleted: container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/src/main/scripts/antrun-install.xml 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!-- -->
-<!-- JBoss, the OpenSource J2EE webOS -->
-<!-- -->
-<!-- Distributable under LGPL license. -->
-<!-- See terms of license at http://www.gnu.org. -->
-<!-- -->
-<!-- ====================================================================== -->
-
-<!-- $Id$ -->
-
-<project>
-
- <!-- ================================================================== -->
- <!-- Setup -->
- <!-- ================================================================== -->
-
- <property name="project.dir" value="${basedir}"/>
- <property name="project.etc.dir" value="${project.dir}/src/main/etc"/>
- <property name="project.target.dir" value="${project.dir}/target"/>
-
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
-
- <target name="init">
- <property name="repository.id" value="${version.id}"/>
- <echo message="version.id=${version.id}"/>
- <echo message="repository.id=${repository.id}"/>
- <echo message="jboss.local.repository=${jboss.local.repository}"/>
- </target>
-
- <target name="check-properties" depends="init">
- <available property="jboss.local.repository.available" type="dir" file="${jboss.local.repository}"/>
- <fail message="Cannot find directory ${jboss.local.repository}. Did you copy profiles-example.xml?" unless="jboss.local.repository.available"/>
- </target>
-
-
- <!-- ================================================================== -->
- <!-- Installation -->
- <!-- ================================================================== -->
-
- <!-- Install to jboss.local.repository -->
- <target name="install" depends="check-properties" description="Install to jboss.local.repository">
-
- <!-- Check if the target jar is available -->
- <available property="jar.available" file="${project.target.dir}/${artifact.id}-${version.id}.jar"/>
- <fail message="Cannot find ${artifact.id}-${version.id}.jar. Did you run 'mvn package'?" unless="jar.available"/>
-
- <!-- jboss/jbossws-project -->
- <property name="jboss.repository.dir" value="${jboss.local.repository}/jboss/${artifact.id}/${repository.id}"/>
- <mkdir dir="${jboss.repository.dir}/lib"/>
- <copy file="${project.target.dir}/${artifact.id}-${version.id}.jar" tofile="${jboss.repository.dir}/lib/${artifact.id}.jar" overwrite="true"/>
- <copy file="${project.target.dir}/${artifact.id}-${version.id}-sources.jar" tofile="${jboss.repository.dir}/lib/${artifact.id}-src.jar" overwrite="true"/>
- <copy file="${project.target.dir}/${artifact.id}-${version.id}-resources.zip" tofile="${jboss.repository.dir}/lib/${artifact.id}-resources.zip" overwrite="true"/>
- <copy file="${project.target.dir}/etc/component-info.xml" tofile="${jboss.repository.dir}/component-info.xml" overwrite="true"/>
- </target>
-
-</project>
Copied: container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml (from rev 6685, container/jboss50/branches/jbossws-jboss501/src/main/scripts/antrun-install.xml)
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/src/main/scripts/antrun-install.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Setup -->
+ <!-- ================================================================== -->
+
+ <property name="project.dir" value="${basedir}"/>
+ <property name="project.etc.dir" value="${project.dir}/src/main/etc"/>
+ <property name="project.target.dir" value="${project.dir}/target"/>
+
+ <!-- ================================================================== -->
+ <!-- Initialization -->
+ <!-- ================================================================== -->
+
+ <target name="init">
+ <property name="repository.id" value="${version.id}"/>
+ <echo message="version.id=${version.id}"/>
+ <echo message="repository.id=${repository.id}"/>
+ <echo message="jboss.local.repository=${jboss.local.repository}"/>
+ </target>
+
+ <target name="check-properties" depends="init">
+ <available property="jboss.local.repository.available" type="dir" file="${jboss.local.repository}"/>
+ <fail message="Cannot find directory ${jboss.local.repository}. Did you copy profiles-example.xml?" unless="jboss.local.repository.available"/>
+ </target>
+
+
+ <!-- ================================================================== -->
+ <!-- Installation -->
+ <!-- ================================================================== -->
+
+ <!-- Install to jboss.local.repository -->
+ <target name="install" depends="check-properties" description="Install to jboss.local.repository">
+
+ <!-- Check if the target jar is available -->
+ <available property="jar.available" file="${project.target.dir}/${artifact.id}-${version.id}.jar"/>
+ <fail message="Cannot find ${artifact.id}-${version.id}.jar. Did you run 'mvn package'?" unless="jar.available"/>
+
+ <!-- jboss/jbossws-project -->
+ <property name="jboss.repository.dir" value="${jboss.local.repository}/jboss/${artifact.id}/${repository.id}"/>
+ <mkdir dir="${jboss.repository.dir}/lib"/>
+ <copy file="${project.target.dir}/${artifact.id}-${version.id}.jar" tofile="${jboss.repository.dir}/lib/${artifact.id}.jar" overwrite="true"/>
+ <copy file="${project.target.dir}/${artifact.id}-${version.id}-container.jar" tofile="${jboss.repository.dir}/lib/${artifact.id}-container.jar" overwrite="true"/>
+ <copy file="${project.target.dir}/${artifact.id}-${version.id}-sources.jar" tofile="${jboss.repository.dir}/lib/${artifact.id}-src.jar" overwrite="true"/>
+ <copy file="${project.target.dir}/${artifact.id}-${version.id}-resources.zip" tofile="${jboss.repository.dir}/lib/${artifact.id}-resources.zip" overwrite="true"/>
+ <copy file="${project.target.dir}/etc/component-info.xml" tofile="${jboss.repository.dir}/component-info.xml" overwrite="true"/>
+ </target>
+
+</project>
Copied: container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-container.xml (from rev 6685, container/jboss50/branches/jbossws-jboss501/src/main/scripts/assembly-container.xml)
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-container.xml (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-container.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -0,0 +1,14 @@
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+ <id>container</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/resources/jbossws-jboss50-container.jar</directory>
+ <outputDirectory>/</outputDirectory>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Deleted: container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml
===================================================================
--- container/jboss50/branches/jbossws-jboss501/src/main/scripts/assembly-resources.xml 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,18 +0,0 @@
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
- <id>resources</id>
- <formats>
- <format>zip</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <fileSets>
- <fileSet>
- <directory>src/main/resources</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>jbossws-jboss42.sar/**</include>
- <include>jbossws-jboss42-config.xml</include>
- </includes>
- </fileSet>
- </fileSets>
-</assembly>
\ No newline at end of file
Copied: container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml (from rev 6685, container/jboss50/branches/jbossws-jboss501/src/main/scripts/assembly-resources.xml)
===================================================================
--- container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml (rev 0)
+++ container/jboss50/branches/jbossws-jboss500/src/main/scripts/assembly-resources.xml 2008-04-25 11:09:10 UTC (rev 6687)
@@ -0,0 +1,18 @@
+<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+ <id>resources</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/resources</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>jbossws-jboss50.deployer/**</include>
+ <include>jbossws-jboss50.jar/**</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+</assembly>
\ No newline at end of file
Deleted: container/jboss50/branches/jbossws-jboss500/version.properties
===================================================================
--- container/jboss50/branches/jbossws-jboss501/version.properties 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/version.properties 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1,44 +0,0 @@
-
-# $Id: version.properties 3956 2007-07-19 18:03:54Z thomas.diesler(a)jboss.com $
-
-specification.title=JBossWS
-specification.vendor=JBoss (http://www.jboss.org)
-specification.version=jbossws-3.0
-
-version.id=5.0.1.DEV
-repository.id=5.0.1.DEV
-
-implementation.title=JBoss Web Services - Integration JBoss42
-implementation.url=http://www.jboss.org/products/jbossws
-implementation.vendor=JBoss Inc.
-implementation.vendor.id=http://www.jboss.org
-
-# Dependend integration projects
-jbossws=snapshot
-jbossws-spi=3.0.0-SNAPSHOT
-jbossws-common=snapshot
-jbossws-framework=3.0.2-SNAPSHOT
-
-# JBossAS-5.0
-jboss-jbossxb-jboss50=2.0.0.CR5
-jboss-remoting-jboss50=2.4.0.Beta2
-
-# Thirdparty library versions
-apache-xerces=2.9.0
-dom4j=1.6.1
-
-jboss-common-core=2.2.3.GA
-jboss-common-logging-log4j=2.0.2.GA
-jboss-common-logging-spi=2.0.2.GA
-jboss-javaee=5.0.0.Beta3
-jboss-jaxbintros=1.0.0.beta2
-
-jboss-microcontainer=2.0.0.Beta11
-jboss-reflect=2.0.0.Beta12
-jboss-mdr=2.0.0.Beta12
-
-jboss-security=4.0.5.GA
-jboss-vfs=2.0.0.Beta2
-jbossas-core-libs=4.2.0.GA
-
-sun-servlet=2.4
Deleted: container/jboss50/branches/jbossws-jboss500/version.properties.md5
===================================================================
--- container/jboss50/branches/jbossws-jboss501/version.properties.md5 2008-04-25 09:58:15 UTC (rev 6683)
+++ container/jboss50/branches/jbossws-jboss500/version.properties.md5 2008-04-25 11:09:10 UTC (rev 6687)
@@ -1 +0,0 @@
-fbfda5f69d542401d6ca5854decba9cb
18 years