[jboss-svn-commits] JBL Code SVN: r16156 - 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:46:17 EDT 2007
Author: tkirby
Date: 2007-10-30 08:46:17 -0400 (Tue, 30 Oct 2007)
New Revision: 16156
Modified:
labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/build.xml
Log:
reapplied WS2.0.1CP02 changes
Modified: labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/build.xml
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/build.xml 2007-10-30 12:29:58 UTC (rev 16155)
+++ labs/jbossesb/workspace/platform/JBESB_4_2_1_IR2/product/install/build.xml 2007-10-30 12:46:17 UTC (rev 16156)
@@ -226,34 +226,13 @@
</target>
<target name="deployIntros">
- <echo message="***** DEPRECATED: Sorry, this target has been deprecated. Please run the 'patch-jbossws' target." />
+ <echo message="***** This target is no longer supported." />
</target>
- <target name="patch-jbossws" depends="check.deploy.props, dependencies" description="Deploys JAXB Intros to the application server">
- <property name="jbossws.location" location="${deploy.dir}/jbossws.sar"/>
- <property name="jbossws.beans.location" location="${jbossws.location}/jbossws.beans/META-INF/jboss-beans.xml"/>
- <property name="jbossws.beans.tmp.location" location="${jbossws.location}/jbossws.beans/META-INF/jboss-beans.new.xml"/>
+ <target name="patch-jbossws" >
+ <echo message="***** This target is no longer supported." />
- <property name="jaxb.intros.jar" value="jboss-jaxb-intros.jar"/>
- <property name="jbossesb.soap.jar" value="jbossesb-soap.jar"/>
-
- <available property="jbossws.exists" file="${org.jboss.esb.server.home}/server/${org.jboss.esb.server.config}/lib/jbossws-spi.jar"/>
- <fail unless="jbossws.exists" message="Please install JBossWS into the Application Server"/>
-
- <available property="jaxb.intros.exist" file="${jbossws.location}/${jaxb.intros.jar}" type="file"/>
- <copy todir="${jbossws.location}">
- <fileset dir="${org.jboss.esb.dist.lib}" includes="${jaxb.intros.jar}"/>
- <fileset dir="${org.jboss.esb.dist.lib}/soap.esb" includes="${jbossesb.soap.jar}"/>
- </copy>
-
- <antcall target="apply-jbossws-xslt" />
- </target>
- <target name="apply-jbossws-xslt" unless="jaxb.intros.exist">
- <xslt style="jaxb.xslt" in="${jbossws.beans.location}" out="${jbossws.beans.tmp.location}"/>
- <move file="${jbossws.beans.tmp.location}" tofile="${jbossws.beans.location}"/>
- </target>
-
<target name="init.bindings.props" depends="check.deploy.props, dependencies">
<property name="bindings.dir" location="${org.jboss.esb.server.home}/docs/examples/binding-manager"/>
<property name="bindings.location" location="${bindings.dir}/sample-bindings.xml"/>
More information about the jboss-svn-commits
mailing list