JBossWS SVN: r4267 - in stack/native/branches/native-2.0: ant-import and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 13:38:20 -0400 (Wed, 08 Aug 2007)
New Revision: 4267
Modified:
stack/native/branches/native-2.0/.classpath
stack/native/branches/native-2.0/ant-import/build-thirdparty.xml
Log:
download src zips
Modified: stack/native/branches/native-2.0/.classpath
===================================================================
--- stack/native/branches/native-2.0/.classpath 2007-08-08 17:13:58 UTC (rev 4266)
+++ stack/native/branches/native-2.0/.classpath 2007-08-08 17:38:20 UTC (rev 4267)
@@ -36,7 +36,7 @@
<classpathentry kind="lib" path="thirdparty/jaxws-rt.jar"/>
<classpathentry kind="lib" path="thirdparty/concurrent.jar"/>
<classpathentry kind="lib" path="thirdparty/junit.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jbossws-common.jar" sourcepath="thirdparty/jbossws-common-src.zip"/>
+ <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar" sourcepath="thirdparty/jbossws-spi-src.zip"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: stack/native/branches/native-2.0/ant-import/build-thirdparty.xml
===================================================================
--- stack/native/branches/native-2.0/ant-import/build-thirdparty.xml 2007-08-08 17:13:58 UTC (rev 4266)
+++ stack/native/branches/native-2.0/ant-import/build-thirdparty.xml 2007-08-08 17:38:20 UTC (rev 4267)
@@ -47,16 +47,22 @@
<mkdir dir="${thirdparty.dir}"/>
<get src="${jboss.repository}/junit/${junit}/lib/junit.jar" dest="${thirdparty.dir}/junit.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common.jar" dest="${thirdparty.dir}/jbossws-common.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common-src.zip" dest="${thirdparty.dir}/jbossws-common-src.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework.jar" dest="${thirdparty.dir}/jbossws-framework.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-scripts.zip" dest="${thirdparty.dir}/jbossws-framework-scripts.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-src.zip" dest="${thirdparty.dir}/jbossws-framework-src.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi.jar" dest="${thirdparty.dir}/jbossws-spi.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi-src.zip" dest="${thirdparty.dir}/jbossws-spi-src.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss40/${jbossws-jboss40}/lib/jbossws-jboss40.jar" dest="${thirdparty.dir}/jbossws-jboss40.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss40/${jbossws-jboss40}/lib/jbossws-jboss40-resources.zip" dest="${thirdparty.dir}/jbossws-jboss40-resources.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss40/${jbossws-jboss40}/lib/jbossws-jboss40-src.zip" dest="${thirdparty.dir}/jbossws-jboss40-src.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss42/${jbossws-jboss42}/lib/jbossws-jboss42.jar" dest="${thirdparty.dir}/jbossws-jboss42.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss42/${jbossws-jboss42}/lib/jbossws-jboss42-resources.zip" dest="${thirdparty.dir}/jbossws-jboss42-resources.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-jboss42/${jbossws-jboss42}/lib/jbossws-jboss42-src.zip" dest="${thirdparty.dir}/jbossws-jboss42-src.zip" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss50}/lib/jbossws-jboss50.jar" dest="${thirdparty.dir}/jbossws-jboss50.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss50}/lib/jbossws-jboss50-deployer.zip" dest="${thirdparty.dir}/jbossws-jboss50-deployer.zip" usetimestamp="true" verbose="true"/>
-
+ <get src="${jboss.repository}/jboss/jbossws-jboss50/${jbossws-jboss50}/lib/jbossws-jboss50-src.zip" dest="${thirdparty.dir}/jbossws-jboss50-src.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"/>
17 years, 4 months
JBossWS SVN: r4266 - in framework/branches/framework-2.0: ant-import and 2 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 13:13:58 -0400 (Wed, 08 Aug 2007)
New Revision: 4266
Modified:
framework/branches/framework-2.0/.classpath
framework/branches/framework-2.0/ant-import/build-thirdparty.xml
framework/branches/framework-2.0/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
framework/branches/framework-2.0/src/main/java/org/jboss/wsf/framework/management/ContextServlet.java
Log:
Get impl version from ServerConfig
Modified: framework/branches/framework-2.0/.classpath
===================================================================
--- framework/branches/framework-2.0/.classpath 2007-08-08 17:09:02 UTC (rev 4265)
+++ framework/branches/framework-2.0/.classpath 2007-08-08 17:13:58 UTC (rev 4266)
@@ -12,7 +12,7 @@
<classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
<classpathentry kind="lib" path="thirdparty/dom4j.jar"/>
<classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
- <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jbossws-common.jar" sourcepath="thirdparty/jbossws-common-src.zip"/>
+ <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar" sourcepath="thirdparty/jbossws-spi-src.zip"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: framework/branches/framework-2.0/ant-import/build-thirdparty.xml
===================================================================
--- framework/branches/framework-2.0/ant-import/build-thirdparty.xml 2007-08-08 17:09:02 UTC (rev 4265)
+++ framework/branches/framework-2.0/ant-import/build-thirdparty.xml 2007-08-08 17:13:58 UTC (rev 4266)
@@ -36,13 +36,16 @@
<target name="thirdparty-get" depends="thirdparty-init" if="force.thirdparty" description="Gets the thirdparty libraries">
<mkdir dir="${thirdparty.dir}"/>
+ <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common.jar" dest="${thirdparty.dir}/jbossws-common.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common-src.zip" dest="${thirdparty.dir}/jbossws-common-src.zip" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi.jar" dest="${thirdparty.dir}/jbossws-spi.jar" usetimestamp="true" verbose="true"/>
+ <get src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi-src.zip" dest="${thirdparty.dir}/jbossws-spi-src.zip" usetimestamp="true" verbose="true"/>
+
<get src="${jboss.repository}/dom4j/${dom4j}/lib/dom4j.jar" dest="${thirdparty.dir}/dom4j.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/common-core/${jboss-common-core}/lib/jboss-common-core.jar" dest="${thirdparty.dir}/jboss-common-core.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/common-core/${jboss-common-core}/lib/jboss-common-core-sources.jar" dest="${thirdparty.dir}/jboss-common-core-sources.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/common-logging-spi/${jboss-common-logging-spi}/lib/jboss-logging-spi.jar" dest="${thirdparty.dir}/jboss-logging-spi.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jboss-javaee/${jboss-javaee}/lib/jboss-javaee.jar" dest="${thirdparty.dir}/jboss-javaee.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common.jar" dest="${thirdparty.dir}/jbossws-common.jar" usetimestamp="true" verbose="true"/>
- <get src="${jboss.repository}/jboss/jbossws-spi/${jbossws-spi}/lib/jbossws-spi.jar" dest="${thirdparty.dir}/jbossws-spi.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossxb/${jboss-jbossxb}/lib/jboss-xml-binding.jar" dest="${thirdparty.dir}/jboss-xml-binding.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/jboss/jbossxb/${jboss-jbossxb}/lib/jboss-xml-binding-sources.jar" dest="${thirdparty.dir}/jboss-xml-binding-sources.jar" usetimestamp="true" verbose="true"/>
<get src="${jboss.repository}/sun-jaxrpc/${sun-jaxrpc}/lib/jaxrpc-api.jar" dest="${thirdparty.dir}/jaxrpc-api.jar" usetimestamp="true" verbose="true"/>
Modified: framework/branches/framework-2.0/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml
===================================================================
--- framework/branches/framework-2.0/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml 2007-08-08 17:09:02 UTC (rev 4265)
+++ framework/branches/framework-2.0/hudson/hudson-home/jobs/Release-Matrix-Step1/config.xml 2007-08-08 17:13:58 UTC (rev 4266)
@@ -13,7 +13,7 @@
<enableRemoteTrigger>false</enableRemoteTrigger>
<triggers class="vector">
<hudson.triggers.TimerTrigger>
- <spec>0 2 * * *</spec>
+ <spec>0 0 * * *</spec>
</hudson.triggers.TimerTrigger>
</triggers>
<logRotator>
Modified: framework/branches/framework-2.0/src/main/java/org/jboss/wsf/framework/management/ContextServlet.java
===================================================================
--- framework/branches/framework-2.0/src/main/java/org/jboss/wsf/framework/management/ContextServlet.java 2007-08-08 17:09:02 UTC (rev 4265)
+++ framework/branches/framework-2.0/src/main/java/org/jboss/wsf/framework/management/ContextServlet.java 2007-08-08 17:13:58 UTC (rev 4266)
@@ -40,6 +40,8 @@
import org.jboss.wsf.spi.management.EndpointMetrics;
import org.jboss.wsf.spi.management.EndpointRegistry;
import org.jboss.wsf.spi.management.EndpointRegistryFactory;
+import org.jboss.wsf.spi.management.ServerConfig;
+import org.jboss.wsf.spi.management.ServerConfigFactory;
import org.jboss.wsf.spi.SPIProvider;
import org.jboss.wsf.spi.SPIProviderResolver;
@@ -171,10 +173,11 @@
private void setupHTMLResponseHeader(PrintWriter writer)
{
- Package wsPackage = Package.getPackage("org.jboss.ws");
+ SPIProvider spiProvider = SPIProviderResolver.getInstance().getProvider();
+ ServerConfig serverConfig = spiProvider.getSPI(ServerConfigFactory.class).getServerConfig();
writer.println("<head>");
writer.println("<meta http-equiv='Content-Type content='text/html; charset=iso-8859-1'>");
- writer.println("<title>JBossWS / " + wsPackage.getImplementationVersion() + "</title>");
+ writer.println("<title>JBossWS / " + serverConfig.getImplementationVersion() + "</title>");
writer.println("<link rel='stylesheet' href='./styles.css'>");
writer.println("</head>");
}
17 years, 4 months
JBossWS SVN: r4265 - spi/trunk/src/main/java/org/jboss/wsf/spi/management and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 13:09:02 -0400 (Wed, 08 Aug 2007)
New Revision: 4265
Modified:
common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfigMBean.java
spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
Log:
Move version info to ServerConfig
Modified: common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfigMBean.java
===================================================================
--- common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfigMBean.java 2007-08-08 14:56:51 UTC (rev 4264)
+++ common/trunk/src/main/java/org/jboss/wsf/common/management/AbstractServerConfigMBean.java 2007-08-08 17:09:02 UTC (rev 4265)
@@ -30,8 +30,4 @@
{
/** The object name in the MBean server */
ObjectName OBJECT_NAME = ObjectNameFactory.create("jboss.ws:service=ServerConfig");
-
- String getImplementationTitle();
-
- String getImplementationVersion();
}
Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java 2007-08-08 14:56:51 UTC (rev 4264)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java 2007-08-08 17:09:02 UTC (rev 4265)
@@ -42,6 +42,10 @@
/** The host name that is returned if there is no other defined */
String UNDEFINED_HOSTNAME = "jbossws.undefined.host";
+ String getImplementationTitle();
+
+ String getImplementationVersion();
+
File getServerTempDir();
File getServerDataDir();
17 years, 4 months
JBossWS SVN: r4264 - framework/branches/framework-2.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 10:56:51 -0400 (Wed, 08 Aug 2007)
New Revision: 4264
Modified:
framework/branches/framework-2.0/.classpath
Log:
fix eclipse claspath
Modified: framework/branches/framework-2.0/.classpath
===================================================================
--- framework/branches/framework-2.0/.classpath 2007-08-08 13:58:13 UTC (rev 4263)
+++ framework/branches/framework-2.0/.classpath 2007-08-08 14:56:51 UTC (rev 4264)
@@ -14,7 +14,5 @@
<classpathentry kind="lib" path="thirdparty/saaj-api.jar"/>
<classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
<classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
- <classpathentry kind="lib" path="thirdparty/activation.jar"/>
- <classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
17 years, 4 months
JBossWS SVN: r4263 - framework/branches/framework-2.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 09:58:13 -0400 (Wed, 08 Aug 2007)
New Revision: 4263
Modified:
framework/branches/framework-2.0/version.properties
Log:
Use version.id=2.0.1.GA
Modified: framework/branches/framework-2.0/version.properties
===================================================================
--- framework/branches/framework-2.0/version.properties 2007-08-08 13:56:41 UTC (rev 4262)
+++ framework/branches/framework-2.0/version.properties 2007-08-08 13:58:13 UTC (rev 4263)
@@ -5,7 +5,7 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.0.1.CR1
+version.id=2.0.1.GA
repository.id=2.0.1.CR1
implementation.title=JBoss Web Services - Framework
17 years, 4 months
JBossWS SVN: r4261 - stack/native/branches/native-2.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 09:51:46 -0400 (Wed, 08 Aug 2007)
New Revision: 4261
Added:
stack/native/branches/native-2.0/mergeinfo.txt
Log:
Add mergeinfo.txt
Added: stack/native/branches/native-2.0/mergeinfo.txt
===================================================================
--- stack/native/branches/native-2.0/mergeinfo.txt (rev 0)
+++ stack/native/branches/native-2.0/mergeinfo.txt 2007-08-08 13:51:46 UTC (rev 4261)
@@ -0,0 +1,13 @@
+#
+# This file records SVN merges to trunk that have already been done
+# using this branch. Please use the following format
+#
+#
+# username, dd-mmm-yyyy
+# svn merge -r start:end svn url
+#
+# thomas.diesler(a)jboss.com 14-Jun-2007
+# svn merge -r3427:3430 https://svn.jboss.org/repos/jbossws/branches/jbossws-2.0
+#
+# $Id: mergeinfo.txt 3833 2007-07-09 17:28:22Z heiko.braun(a)jboss.com $
+
17 years, 4 months
JBossWS SVN: r4260 - framework/branches/framework-2.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 09:42:56 -0400 (Wed, 08 Aug 2007)
New Revision: 4260
Modified:
framework/branches/framework-2.0/ant.properties.example
Log:
change to branches/native-2.0
Modified: framework/branches/framework-2.0/ant.properties.example
===================================================================
--- framework/branches/framework-2.0/ant.properties.example 2007-08-08 13:41:17 UTC (rev 4259)
+++ framework/branches/framework-2.0/ant.properties.example 2007-08-08 13:42:56 UTC (rev 4260)
@@ -22,9 +22,7 @@
hudson.admin.port=8150
hudson.http.port=8180
-hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/trunk
-hudson.metro.url=https://svn.jboss.org/repos/jbossws/stack/metro/trunk
-hudson.cxf.url=https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
+hudson.native.url=https://svn.jboss.org/repos/jbossws/stack/native/branches/native-2.0
hudson.jboss50.url=https://svn.jboss.org/repos/jbossas/trunk
hudson.jboss50.build=jboss-5.0.0.Beta3
17 years, 4 months
JBossWS SVN: r4259 - stack/native/branches/native-2.0.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 09:41:17 -0400 (Wed, 08 Aug 2007)
New Revision: 4259
Modified:
stack/native/branches/native-2.0/.classpath
stack/native/branches/native-2.0/version.properties
Log:
Set version.id=2.0.1
Modified: stack/native/branches/native-2.0/.classpath
===================================================================
--- stack/native/branches/native-2.0/.classpath 2007-08-08 13:40:28 UTC (rev 4258)
+++ stack/native/branches/native-2.0/.classpath 2007-08-08 13:41:17 UTC (rev 4259)
@@ -35,8 +35,8 @@
<classpathentry kind="lib" path="thirdparty/jaxws-tools.jar"/>
<classpathentry kind="lib" path="thirdparty/jaxws-rt.jar"/>
<classpathentry kind="lib" path="thirdparty/concurrent.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/spi"/>
- <classpathentry combineaccessrules="false" kind="src" path="/common"/>
<classpathentry kind="lib" path="thirdparty/junit.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jbossws-common.jar"/>
+ <classpathentry kind="lib" path="thirdparty/jbossws-spi.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>
Modified: stack/native/branches/native-2.0/version.properties
===================================================================
--- stack/native/branches/native-2.0/version.properties 2007-08-08 13:40:28 UTC (rev 4258)
+++ stack/native/branches/native-2.0/version.properties 2007-08-08 13:41:17 UTC (rev 4259)
@@ -5,8 +5,8 @@
specification.vendor=JBoss (http://www.jboss.org)
specification.version=jbossws-2.0
-version.id=2.1.0.DEV
-repository.id=snapshot
+version.id=2.0.1.GA
+repository.id=2.0.1.GA
implementation.title=JBoss Web Services - Native
implementation.url=http://www.jboss.org/products/jbossws
@@ -26,7 +26,7 @@
# Dependend integration projects
jbossws-common=1.0.0.CR1
-jbossws-framework=1.0.0.CR1
+jbossws-framework=2.0.1.CR1
jbossws-spi=1.0.0.CR1
jbossws-jboss40=2.0.1.CR1
jbossws-jboss42=2.0.1.CR1
17 years, 4 months
JBossWS SVN: r4258 - framework/branches/framework-2.0/hudson/hudson-home.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2007-08-08 09:40:28 -0400 (Wed, 08 Aug 2007)
New Revision: 4258
Modified:
framework/branches/framework-2.0/hudson/hudson-home/config.xml
Log:
REmove metro, cxf
Modified: framework/branches/framework-2.0/hudson/hudson-home/config.xml
===================================================================
--- framework/branches/framework-2.0/hudson/hudson-home/config.xml 2007-08-08 13:40:00 UTC (rev 4257)
+++ framework/branches/framework-2.0/hudson/hudson-home/config.xml 2007-08-08 13:40:28 UTC (rev 4258)
@@ -10,8 +10,6 @@
<tr><th align=left>Framework:</th><td>@hudson.framework.url@</td></tr>
<tr><td colspan=2></td></tr>
<tr><th align=left>Stack-Native:</th><td>@hudson.native.url@</td></tr>
- <tr><th align=left>Stack-Metro:</th><td>@hudson.metro.url@</td></tr>
- <tr><th align=left>Stack-CXF:</th><td>@hudson.cxf.url@</td></tr>
<tr><td colspan=2></td></tr>
<tr><th align=left>@hudson.jboss50.build@</th><td>-r(a)hudson.jboss50.rev@ @hudson.jboss50.url@</td></tr>
<tr><th align=left>@hudson.jboss42.build@</th><td>-r(a)hudson.jboss42.rev@ @hudson.jboss42.url@</td></tr>
@@ -127,11 +125,11 @@
A collection of jobs that cover the JBossWS release matrix.
<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>Metro</th><th>CXF</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>Target</th> <th>Core Tests</th> <th colspan=>Distribution Tests</th> <th>Integration Tests</th></tr>
+<tr align=center><th> </th> <th> </th> <th>Native</th> <th>Native</th></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>
]]>
</description>
</view>
17 years, 4 months