[jboss-svn-commits] JBL Code SVN: r16157 - labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 30 08:49:06 EDT 2007
Author: tkirby
Date: 2007-10-30 08:49:06 -0400 (Tue, 30 Oct 2007)
New Revision: 16157
Removed:
labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/jaxb.xslt
Log:
reapplied WS2.0.1CP02 changes
Deleted: labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/jaxb.xslt
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/jaxb.xslt 2007-10-30 12:46:17 UTC (rev 16156)
+++ labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/jaxb.xslt 2007-10-30 12:49:06 UTC (rev 16157)
@@ -1,43 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:deployer="urn:jboss:bean-deployer">
- <xsl:output method="xml" encoding="UTF-8"/>
-
- <xsl:template match="deployer:deployment/deployer:bean[1]">
- <xsl:element name="bean" namespace="urn:jboss:bean-deployer">
- <xsl:attribute name="name">WSEndpointJAXBIntrosCustomizationsDeployer</xsl:attribute>
- <xsl:attribute name="class">org.jboss.wsf.spi.deployment.JAXBIntrosCustomizationsDeployer</xsl:attribute>
- </xsl:element>
- <xsl:comment>ESB Customization Deployer</xsl:comment>
- <xsl:text>
- </xsl:text>
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template match="deployer:bean[@name='WSMainDeployerManager']/deployer:property[@name='deployers']//deployer:inject[@bean='WSEndpointHandlerDeployer']">
- <xsl:element name="inject" namespace="urn:jboss:bean-deployer">
- <xsl:attribute name="bean">WSEndpointJAXBIntrosCustomizationsDeployer</xsl:attribute>
- </xsl:element>
- <xsl:comment>ESB Customization Deployer</xsl:comment>
- <xsl:text>
- </xsl:text>
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-
- <xsl:template match="deployer:bean[@name='WSWebMetaDataAdapter']">
- <xsl:element name="bean" namespace="urn:jboss:bean-deployer">
- <xsl:attribute name="name">WSWebMetaDataAdapter</xsl:attribute>
- <xsl:attribute name="class">org.jboss.soa.esb.jbossws.ESBWebMetaDataAdapter</xsl:attribute>
- </xsl:element>
- <xsl:comment>ESB Customization Deployer</xsl:comment>
- </xsl:template>
-
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-</xsl:stylesheet>
More information about the jboss-svn-commits
mailing list