Author: jeff.yuchang
Date: 2008-09-10 04:31:40 -0400 (Wed, 10 Sep 2008)
New Revision: 319
Modified:
cdl/trunk/distribution/src/main/release/install/build.xml
Log:
* Take out the jbossesb when deploy to JBossESB server.
Modified: cdl/trunk/distribution/src/main/release/install/build.xml
===================================================================
--- cdl/trunk/distribution/src/main/release/install/build.xml 2008-09-10 08:17:38 UTC (rev
318)
+++ cdl/trunk/distribution/src/main/release/install/build.xml 2008-09-10 08:31:40 UTC (rev
319)
@@ -26,12 +26,12 @@
<target name="deploy-cdl-runtime-jbossesb" description="Deploys
Overlord CDL JBossESB Runtime to the server">
<echo message="unpack cdl-runtime-jbossesb runtime to JBoss ESB
server" />
- <unzip src="${modules}/jbossesb-assembly-1.0-SNAPSHOT.esb"
dest="${deploy.dir}/overlord-cdl-runtime-jbossesb.esb" />
+ <unzip src="${modules}/jbossesb-assembly-1.0-SNAPSHOT.esb"
dest="${deploy.dir}/overlord-cdl-runtime.esb" />
</target>
<target name="undeploy-cdl-runtime-jbossesb" description="Undeploys
Overlord CDL JBossESB Runtime">
- <echo message="Remove the overlord-cdl-runtime-jbossesb.esb from JBoss ESB
server" />
- <delete dir="${deploy.dir}/overlord-cdl-runtime-jbossesb.esb"
/>
+ <echo message="Remove the overlord-cdl-runtime.esb from JBoss ESB server"
/>
+ <delete dir="${deploy.dir}/overlord-cdl-runtime.esb" />
</target>
<target name="deploy-cdl-validator-jbossesb"
depends="check.deploy.props" description="Deploys Overlord CDL JBossESB
validator to the server">
Show replies by date