[jboss-svn-commits] JBL Code SVN: r38067 - in labs/jbossesb/branches/JBESB_4_11_CP/product: install and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue May 1 11:00:43 EDT 2012
Author: tcunning
Date: 2012-05-01 11:00:41 -0400 (Tue, 01 May 2012)
New Revision: 38067
Removed:
labs/jbossesb/branches/JBESB_4_11_CP/product/lib/ext/jbpm-human-task-5.3.0.BRMS-ER6.war
Modified:
labs/jbossesb/branches/JBESB_4_11_CP/product/build-distr.xml
labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml
Log:
JBESB-3793
Remove references to jbpm5-extras directory which is no longer needed now
that the jbpm-human-task.war is not being installed by ESB, but being
installed by BRMS.
Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/build-distr.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/build-distr.xml 2012-04-30 19:57:39 UTC (rev 38066)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/build-distr.xml 2012-05-01 15:00:41 UTC (rev 38067)
@@ -54,13 +54,6 @@
</fileset>
</copy>
- <mkdir dir="${build.dir}/jbossesb/install/jbpm5-extras"/>
- <copy todir="${build.dir}/jbossesb/install/jbpm5-extras">
- <fileset dir="${installation.files.dir}/jbpm5-extras">
- <include name="*.mvel"/>
- <include name="*.xml"/>
- </fileset>
- </copy>
</target>
<target name="ftp-server" unless="skip.ftp.server">
Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml 2012-04-30 19:57:39 UTC (rev 38066)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/install/build.xml 2012-05-01 15:00:41 UTC (rev 38067)
@@ -295,20 +295,6 @@
<!-- licence file -->
<copy file="${org.jboss.esb.dist.lib}/Licenses.txt" tofile="${org.jboss.esb.server.home}/EsbLicences.txt"/>
- <!-- Set up human task WAR -->
- <mkdir dir="${deploy.dir}/jbpm-human-task.war"/>
- <unzip src="${org.jboss.esb.dist.lib}/jbpm-human-task-5.3.0.BRMS-ER6.war"
- dest="${deploy.dir}/jbpm-human-task.war"/>
- <copy todir="${deploy.dir}"
- file="${basedir}/task-ds.xml"/>
- <copy todir="${deploy.dir}/jbpm-human-task.war/WEB-INF"
- overwrite="true">
- <fileset dir="${basedir}/jbpm5-extras" includes="web.xml"/>
- </copy>
- <copy todir="${deploy.dir}/jbpm-human-task.war/WEB-INF/classes/org/jbpm"
- overwrite="true">
- <fileset dir="${basedir}/jbpm5-extras" includes="*.mvel"/>
- </copy>
</target>
@@ -441,22 +427,6 @@
<copy todir="${deploy.dir}"
file="${org.jboss.esb.dist.lib}/juddiv3.war"/>
- <!-- Set up human task WAR -->
- <mkdir dir="${deploy.dir}/jbpm-human-task.war"/>
- <unzip src="${org.jboss.esb.dist.lib}/jbpm-human-task-5.3.0.BRMS-ER6.war"
- dest="${deploy.dir}/jbpm-human-task.war"/>
- <copy todir="${deploy.dir}"
- file="${basedir}/task-ds.xml"/>
- <copy todir="${deploy.dir}/jbpm-human-task.war/WEB-INF"
- overwrite="true">
- <fileset dir="${basedir}/jbpm5-extras" includes="web.xml"/>
- </copy>
- <copy todir="${deploy.dir}/jbpm-human-task.war/WEB-INF/classes/org/jbpm"
- overwrite="true">
- <fileset dir="${basedir}/jbpm5-extras" includes="*.mvel"/>
- </copy>
-
-
<copy tofile="${deploy.dir}/jbossesb.sar/META-INF/jboss-service.xml" file="${basedir}/jboss-service-jbossas5.xml" overwrite="true"/>
<copy todir="${deploy.dir}/jbossesb-registry.sar" includeemptydirs="false" overwrite="true">
Deleted: labs/jbossesb/branches/JBESB_4_11_CP/product/lib/ext/jbpm-human-task-5.3.0.BRMS-ER6.war
===================================================================
(Binary files differ)
More information about the jboss-svn-commits
mailing list