JBossWS SVN: r3428 - branches/jbossws-2.0/build/hudson/hudson-home.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 09:28:42 -0400 (Mon, 04 Jun 2007)
New Revision: 3428
Modified:
branches/jbossws-2.0/build/hudson/hudson-home/hudson.tasks.Mailer.xml
Log:
Use hudson.http.port
Modified: branches/jbossws-2.0/build/hudson/hudson-home/hudson.tasks.Mailer.xml
===================================================================
--- branches/jbossws-2.0/build/hudson/hudson-home/hudson.tasks.Mailer.xml 2007-06-04 10:48:20 UTC (rev 3427)
+++ branches/jbossws-2.0/build/hudson/hudson-home/hudson.tasks.Mailer.xml 2007-06-04 13:28:42 UTC (rev 3428)
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<hudson.tasks.Mailer-DescriptorImpl>
<defaultSuffix>jboss.com</defaultSuffix>
- <hudsonUrl>http://@hudson.host@:@hudson.port@/hudson/</hudsonUrl>
+ <hudsonUrl>http://@hudson.host@:@hudson.http.port@/hudson/</hudsonUrl>
<adminAddress>thomas.diesler(a)jboss.com</adminAddress>
<smtpHost>@hudson.smtp.host@</smtpHost>
</hudson.tasks.Mailer-DescriptorImpl>
\ No newline at end of file
18 years, 10 months
JBossWS SVN: r3427 - branches/jbossws-2.0/build/eclipse.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 06:48:20 -0400 (Mon, 04 Jun 2007)
New Revision: 3427
Modified:
branches/jbossws-2.0/build/eclipse/jbossws.userlibraries
Log:
Update exclipse libraries
Modified: branches/jbossws-2.0/build/eclipse/jbossws.userlibraries
===================================================================
--- branches/jbossws-2.0/build/eclipse/jbossws.userlibraries 2007-06-04 10:16:02 UTC (rev 3426)
+++ branches/jbossws-2.0/build/eclipse/jbossws.userlibraries 2007-06-04 10:48:20 UTC (rev 3427)
@@ -3,11 +3,15 @@
<library name="jboss-4.0.x" systemlibrary="false">
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/lib/jboss-jmx.jar"/>
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/lib/jboss-system.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/lib/jboss-common.jar"/>
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/lib/jboss.jar"/>
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar"/>
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/ejb3.deployer/jboss-annotations-ejb3.jar"/>
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/ejb3.deployer/jboss-ejb3.jar"/>
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/ejb3.deployer/jboss-ejb3x.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/jboss-bean.deployer/jboss-container.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/jboss-bean.deployer/jboss-dependency.jar"/>
+<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_0/build/output/jboss-4.0.5.SP1-ejb3/server/default/deploy/jboss-bean.deployer/jboss-microcontainer.jar"/>
</library>
<library name="jboss-4.2.x" systemlibrary="false">
<archive path="/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.GA/lib/jboss-jmx.jar"/>
18 years, 10 months
JBossWS SVN: r3426 - branches/jbossws-2.0/build/ant-import.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 06:16:02 -0400 (Mon, 04 Jun 2007)
New Revision: 3426
Modified:
branches/jbossws-2.0/build/ant-import/build-hudson.xml
Log:
Fix build-hudson
Modified: branches/jbossws-2.0/build/ant-import/build-hudson.xml
===================================================================
--- branches/jbossws-2.0/build/ant-import/build-hudson.xml 2007-06-04 10:06:04 UTC (rev 3425)
+++ branches/jbossws-2.0/build/ant-import/build-hudson.xml 2007-06-04 10:16:02 UTC (rev 3426)
@@ -32,7 +32,7 @@
<fail message="Cannot use default hudson password: ${hudson.password}" if="hudson.password.changeme"/>
<property name="thirdparty.dir" value="${core.dir}/thirdparty"/>
- <mkdir dir="${build.output.dir}"/>
+ <mkdir dir="${build.dir}/output"/>
<mkdir dir="${thirdparty.dir}"/>
</target>
@@ -71,11 +71,11 @@
description="Setup the Hudson QA environment">
<!-- get the svn url -->
- <exec dir="${build.dir}/.." executable="svn" failonerror="true" output="${build.output.dir}/svn-info.xml">
+ <exec dir="${build.dir}/.." executable="svn" failonerror="true" output="${build.dir}/output/svn-info.xml">
<arg line="info"/>
<arg line="--xml"/>
</exec>
- <xmlproperty file="${build.output.dir}/svn-info.xml"/>
+ <xmlproperty file="${build.dir}/output/svn-info.xml"/>
<property name="svn.url" value="${info.entry.url}"/>
<exec executable="dirname" outputproperty="svn.basedir.local">
@@ -124,8 +124,8 @@
<target name="hudson-start" depends="init-hudson" description="Start the Hudson QA environment">
- <mkdir dir="${build.output.dir}"/>
- <exec executable="${hudson.tomcat}/bin/catalina.sh" failonerror="true" output="${build.output.dir}/hudson.log">
+ <mkdir dir="${build.dir}/output"/>
+ <exec executable="${hudson.tomcat}/bin/catalina.sh" failonerror="true" output="${build.dir}/output/hudson.log">
<arg line="start"/>
</exec>
18 years, 10 months
JBossWS SVN: r3425 - branches.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 06:06:04 -0400 (Mon, 04 Jun 2007)
New Revision: 3425
Added:
branches/jbossws-2.0/
Log:
Recreate branches/jbossws-2.0 from jbossws-2.1.0.Beta1
Copied: branches/jbossws-2.0 (from rev 3424, branches/tdiesler/trunk)
18 years, 10 months
JBossWS SVN: r3424 - in branches/tdiesler/trunk: build/ant-import and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 06:03:55 -0400 (Mon, 04 Jun 2007)
New Revision: 3424
Removed:
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-4.2/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-SunRI-AS-5.0/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-4.2/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-XFire-AS-5.0/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-4.2/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-SunRI-AS-5.0/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-4.2/
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-XFire-AS-5.0/
branches/tdiesler/trunk/integration/sunri/
branches/tdiesler/trunk/integration/xfire/
Modified:
branches/tdiesler/trunk/build/ant-import/build-setup.xml
branches/tdiesler/trunk/build/build.xml
branches/tdiesler/trunk/build/hudson/hudson-home/config.xml
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-ALL/config.xml
branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-ALL/config.xml
branches/tdiesler/trunk/build/version.properties
branches/tdiesler/trunk/integration/native/ant-import/build-bin-dist.xml
branches/tdiesler/trunk/integration/native/ant-import/build-deploy.xml
branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-build.xml
branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-deploy.xml
Log:
Remove sunri, xfire integration
Modified: branches/tdiesler/trunk/build/ant-import/build-setup.xml
===================================================================
--- branches/tdiesler/trunk/build/ant-import/build-setup.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/build/ant-import/build-setup.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -25,8 +25,6 @@
<property name="int.jboss42.dir" value="${basedir}/integration/jboss42"/>
<property name="int.jboss40.dir" value="${basedir}/integration/jboss40"/>
<property name="int.native.dir" value="${basedir}/integration/native"/>
- <property name="int.sunri.dir" value="${basedir}/integration/sunri"/>
- <property name="int.xfire.dir" value="${basedir}/integration/xfire"/>
<!-- Check if ant.properties is available -->
<available property="ant.properties.available" file="${build.dir}/ant.properties"/>
@@ -78,4 +76,4 @@
</tstamp>
</target>
-</project>
\ No newline at end of file
+</project>
Modified: branches/tdiesler/trunk/build/build.xml
===================================================================
--- branches/tdiesler/trunk/build/build.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/build/build.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -23,19 +23,19 @@
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | |
WS SPI: | jbossws-spi | | |
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- WS Stack Integration: | jbossws-native | | jbossws-sunri | | jbossws-xfire | | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- WS Stack: | jbossws-core | | Sun JAXWS | | Codehaus XFire | | |
- +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ +~~~~~~~~~~~~~~~~~+ | |
- WS-* Extensions: +~+ +~+ +~+ +~+ +~+ +~+ | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- | | | | | | | | | | | | | |
- +~+ +~+ +~+ +~+ +~+ +~+ +~~~~+
+ +~~~~~~~~~~~~~~~~~+ | |
+ WS Stack Integration: | jbossws-native | | |
+ +~~~~~~~~~~~~~~~~~+ | |
+ +~~~~~~~~~~~~~~~~~+ | |
+ WS Stack: | jbossws-core | | |
+ +~~~~~~~~~~~~~~~~~+ | |
+ WS-* Extensions: +~+ +~+ | |
+ | | | | | |
+ | | | | | |
+ | | | | | |
+ | | | | | |
+ | | | | | |
+ +~+ +~+ +~~~~+
JAXWS Testsuite
@@ -129,8 +129,6 @@
<ant antfile="${int.jboss40.dir}/build.xml" target="clean" inheritall="false"/>
<ant antfile="${testsuite.dir}/build.xml" target="clean" inheritall="false"/>
<ant antfile="${int.native.dir}/build.xml" target="clean" inheritall="false"/>
- <ant antfile="${int.sunri.dir}/build.xml" target="clean" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="clean" inheritall="false"/>
</target>
<target name="clobber" depends="prepare" description="Cleans up all generated files.">
@@ -141,8 +139,6 @@
<ant antfile="${int.jboss42.dir}/build.xml" target="clobber" inheritall="false"/>
<ant antfile="${int.jboss40.dir}/build.xml" target="clobber" inheritall="false"/>
<ant antfile="${int.native.dir}/build.xml" target="clobber" inheritall="false"/>
- <ant antfile="${int.sunri.dir}/build.xml" target="clobber" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="clobber" inheritall="false"/>
</target>
<target name="main" description="Executes the default target (most)." depends="jars">
@@ -155,15 +151,11 @@
<target name="most" description="Builds almost everything." depends="prepare">
<ant antfile="${core.dir}/build.xml" target="most" inheritall="false"/>
<ant antfile="${int.native.dir}/build.xml" target="most" inheritall="false"/>
- <ant antfile="${int.sunri.dir}/build.xml" target="most" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="most" inheritall="false"/>
</target>
<target name="all" description="Create a distribution zip file" depends="prepare">
<ant antfile="${core.dir}/build.xml" target="all" inheritall="false"/>
<ant antfile="${int.native.dir}/build.xml" target="all" inheritall="false"/>
- <ant antfile="${int.sunri.dir}/build.xml" target="all" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="all" inheritall="false"/>
</target>
</project>
Modified: branches/tdiesler/trunk/build/hudson/hudson-home/config.xml
===================================================================
--- branches/tdiesler/trunk/build/hudson/hudson-home/config.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/build/hudson/hudson-home/config.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -75,10 +75,6 @@
<string>Distro-Native-AS-5.0</string>
<string>Distro-Native-AS-4.2</string>
<string>Distro-Native-AS-4.0</string>
- <string>Distro-SunRI-AS-5.0</string>
- <string>Distro-SunRI-AS-4.2</string>
- <string>Distro-XFire-AS-5.0</string>
- <string>Distro-XFire-AS-4.2</string>
</jobNames>
<name>Distribution Tests</name>
<description>
@@ -99,10 +95,6 @@
<string>Integration-Native-AS-5.0</string>
<string>Integration-Native-AS-4.2</string>
<string>Integration-Native-AS-4.0</string>
- <string>Integration-SunRI-AS-5.0</string>
- <string>Integration-SunRI-AS-4.2</string>
- <string>Integration-XFire-AS-5.0</string>
- <string>Integration-XFire-AS-4.2</string>
</jobNames>
<name>Integration Tests</name>
<description>
@@ -129,10 +121,9 @@
<p/>
<table border=1>
<tr align=center><th>Target</th> <th>Core Tests</th> <th colspan=3>Distribution Tests</th> <th colspan=3>Integration Tests</th></tr>
-<tr align=center><th> </th> <th> </th> <th>Native</th><th>SunRI</th><th>XFire</th> <th>Native</th><th>SunRI</th><th>XFire</th></tr>
-<tr align=center><th align=left>AS-5.0</th> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td></tr>
-<tr align=center><th align=left>AS-4.2</th> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td> <td>ok</td></tr>
-<tr align=center><th align=left>AS-4.0</th> <td>ok</td> <td>ok</td> <td>N/A</td> <td>N/A</td> <td>ok</td> <td>N/A</td> <td>N/A</td></tr>
+<tr align=center><th align=left>AS-5.0</th> <td>ok</td> <td>ok</td> <td>ok</td></tr>
+<tr align=center><th align=left>AS-4.2</th> <td>ok</td> <td>ok</td> <td>ok</td></tr>
+<tr align=center><th align=left>AS-4.0</th> <td>ok</td> <td>ok</td> <td>ok</td></tr>
</table>
]]>
</description>
@@ -156,4 +147,4 @@
</view>
</views>
-</hudson>
\ No newline at end of file
+</hudson>
Modified: branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-ALL/config.xml
===================================================================
--- branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-ALL/config.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Distro-ALL/config.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>Distro-Native-AS-5.0, Distro-Native-AS-4.2, Distro-Native-AS-4.0, Distro-SunRI-AS-5.0, Distro-SunRI-AS-4.2, Distro-XFire-AS-5.0, Distro-XFire-AS-4.2</childProjects>
+ <childProjects>Distro-Native-AS-5.0, Distro-Native-AS-4.2, Distro-Native-AS-4.0</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
@@ -20,4 +20,4 @@
<properties/>
<description>Run all distribution tests</description>
<actions class="vector"/>
-</project>
\ No newline at end of file
+</project>
Modified: branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-ALL/config.xml
===================================================================
--- branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-ALL/config.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/build/hudson/hudson-home/jobs/Integration-ALL/config.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -3,7 +3,7 @@
<builders class="vector"/>
<publishers class="vector">
<hudson.tasks.BuildTrigger>
- <childProjects>Integration-Native-AS-5.0, Integration-Native-AS-4.2, Integration-Native-AS-4.0, Integration-SunRI-AS-5.0, Integration-SunRI-AS-4.2, Integration-XFire-AS-5.0, Integration-XFire-AS-4.2</childProjects>
+ <childProjects>Integration-Native-AS-5.0, Integration-Native-AS-4.2, Integration-Native-AS-4.0</childProjects>
</hudson.tasks.BuildTrigger>
</publishers>
<buildWrappers class="vector"/>
@@ -20,4 +20,4 @@
<properties/>
<description>Run all integration tests</description>
<actions class="vector"/>
-</project>
\ No newline at end of file
+</project>
Modified: branches/tdiesler/trunk/build/version.properties
===================================================================
--- branches/tdiesler/trunk/build/version.properties 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/build/version.properties 2007-06-04 10:03:55 UTC (rev 3424)
@@ -3,10 +3,10 @@
specification.title=JBossWS
specification.vendor=JBoss (http://www.jboss.org)
-specification.version=jbossws-2.1
+specification.version=jbossws-2.0
-version.id=2.1.0.Beta1
-repository.id=2.1.0.Beta1
+version.id=2.0.0.GA
+repository.id=2.0.0.GA
implementation.title=JBoss Web Services - JBossWS
implementation.url=http://www.jboss.org/products/jbossws
Modified: branches/tdiesler/trunk/integration/native/ant-import/build-bin-dist.xml
===================================================================
--- branches/tdiesler/trunk/integration/native/ant-import/build-bin-dist.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/integration/native/ant-import/build-bin-dist.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -53,15 +53,9 @@
<fileset dir="${int.native.dir}/ant-import">
<include name="macros-deploy-native.xml"/>
</fileset>
- <fileset dir="${int.sunri.dir}/ant-import">
- <include name="macros-deploy-sunri.xml"/>
- </fileset>
<fileset dir="${spi.dir}/ant-import">
<include name="macros-deploy-spi.xml"/>
</fileset>
- <fileset dir="${int.xfire.dir}/ant-import">
- <include name="macros-deploy-xfire.xml"/>
- </fileset>
<fileset dir="${testsuite.dir}/ant-import">
<include name="build-jars-jaxws.xml"/>
</fileset>
Modified: branches/tdiesler/trunk/integration/native/ant-import/build-deploy.xml
===================================================================
--- branches/tdiesler/trunk/integration/native/ant-import/build-deploy.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/integration/native/ant-import/build-deploy.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -22,8 +22,6 @@
<!-- Deploy jbossws to jboss50 -->
<target name="deploy-jboss50" depends="jars-jboss50,undeploy-jboss50" description="Deploy jbossws to jboss50">
- <ant antfile="${int.sunri.dir}/build.xml" target="undeploy-jboss50" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="undeploy-jboss50" inheritall="false"/>
<macro-deploy-native50
spilibs="${spi.dir}/output/lib"
jbosslibs="${int.jboss50.dir}/output/lib"
@@ -46,8 +44,6 @@
<!-- Deploy jbossws to jboss42 -->
<target name="deploy-jboss42" depends="jars-jboss42,undeploy-jboss42" description="Deploy jbossws to jboss42">
- <ant antfile="${int.sunri.dir}/build.xml" target="undeploy-jboss42" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml" target="undeploy-jboss42" inheritall="false"/>
<macro-deploy-native42
spilibs="${spi.dir}/output/lib"
jbosslibs="${int.jboss42.dir}/output/lib"
Modified: branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-build.xml
===================================================================
--- branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-build.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-build.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -64,8 +64,6 @@
<import file="${basedir}/build/build-testsuite.xml"/>
<import file="${basedir}/build/macros-deploy-spi.xml"/>
<import file="${basedir}/build/macros-deploy-native.xml"/>
- <import file="${basedir}/build/macros-deploy-sunri.xml"/>
- <import file="${basedir}/build/macros-deploy-xfire.xml"/>
<!-- ================================================================== -->
<!-- Initialization -->
Modified: branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-deploy.xml
===================================================================
--- branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-deploy.xml 2007-06-04 09:38:07 UTC (rev 3423)
+++ branches/tdiesler/trunk/integration/native/src/main/etc/bin-dist-deploy.xml 2007-06-04 10:03:55 UTC (rev 3424)
@@ -19,8 +19,6 @@
<!-- Deploy jbossws/native to jboss50 -->
<target name="deploy-jboss50" depends="undeploy-jboss50" description="Deploy jbossws/native to jboss50">
- <macro-undeploy-sunri50/>
- <macro-undeploy-xfire50/>
<macro-deploy-native50
spilibs="${lib.dir}"
jbosslibs="${lib.dir}"
@@ -43,8 +41,6 @@
<!-- Deploy jbossws/native to jboss42 -->
<target name="deploy-jboss42" depends="undeploy-jboss42" description="Deploy jbossws/native to jboss42">
- <macro-undeploy-sunri42/>
- <macro-undeploy-xfire42/>
<macro-deploy-native42
spilibs="${lib.dir}"
jbosslibs="${lib.dir}"
18 years, 10 months
JBossWS SVN: r3423 - branches/tdiesler.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 05:38:07 -0400 (Mon, 04 Jun 2007)
New Revision: 3423
Added:
branches/tdiesler/trunk/
Log:
Recreate userbranch
Copied: branches/tdiesler/trunk (from rev 3422, tags/jbossws-2.1.0.Beta1)
18 years, 10 months
JBossWS SVN: r3422 - branches/tdiesler.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 05:37:25 -0400 (Mon, 04 Jun 2007)
New Revision: 3422
Removed:
branches/tdiesler/trunk/
Log:
Recreate userbranch
18 years, 10 months
JBossWS SVN: r3421 - branches/dlofthouse.
by jbossws-commits@lists.jboss.org
Author: darran.lofthouse(a)jboss.com
Date: 2007-06-04 05:30:49 -0400 (Mon, 04 Jun 2007)
New Revision: 3421
Removed:
branches/dlofthouse/JBWS-1452/
Log:
Incomplete Jira description.
18 years, 10 months
JBossWS SVN: r3420 - trunk/build.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 05:29:50 -0400 (Mon, 04 Jun 2007)
New Revision: 3420
Modified:
trunk/build/version.properties
Log:
2.1.0.DEV
Modified: trunk/build/version.properties
===================================================================
--- trunk/build/version.properties 2007-06-04 09:28:25 UTC (rev 3419)
+++ trunk/build/version.properties 2007-06-04 09:29:50 UTC (rev 3420)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.1
-version.id=2.1.0.Beta1
-repository.id=2.1.0.Beta1
+version.id=2.1.0.DEV
+repository.id=snapshot
implementation.title=JBoss Web Services - JBossWS
implementation.url=http://www.jboss.org/products/jbossws
18 years, 10 months
JBossWS SVN: r3419 - tags.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-06-04 05:28:25 -0400 (Mon, 04 Jun 2007)
New Revision: 3419
Added:
tags/jbossws-2.1.0.Beta1/
Log:
Relaese jbossws-2.1.0.Beta1
Copied: tags/jbossws-2.1.0.Beta1 (from rev 3418, trunk)
18 years, 10 months