[jboss-svn-commits] JBL Code SVN: r9223 - labs/jbossesb/trunk/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jan 31 15:57:56 EST 2007
Author: kurt.stam at jboss.com
Date: 2007-01-31 15:57:56 -0500 (Wed, 31 Jan 2007)
New Revision: 9223
Modified:
labs/jbossesb/trunk/product/install/build.xml
Log:
Putting the comment in the echo
Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml 2007-01-31 20:52:58 UTC (rev 9222)
+++ labs/jbossesb/trunk/product/install/build.xml 2007-01-31 20:57:56 UTC (rev 9223)
@@ -267,12 +267,11 @@
</copy>
</target>
- <!-- This task is here for the bundle distribution and will create a ready-to-go install,
- if you already have JBossAS installed then simply run the deploy task -->
<target name="install" description="Installs JBossAS-4.0.GA with ejb3 and deploys JBossESB to it">
<echo>This task creates a ready-to-go JBossESB install deployed in /JBoss-4.0.5.GA (on the root
- of your file system) if you have downloaded the bundle. </echo>
- <unzip src="${org.jboss.esb.dist.lib}/../jboss-4.0.5.GA.zip" dest="/" />
+ of your file system) if you have downloaded the bundle. This task is here for the bundle distribution and will create a ready-to-go install,
+ if you already have JBossAS installed then simply run the deploy task.</echo>
+ <unzip src="${org.jboss.esb.dist.lib}/../jboss-4.0.5.GA.zip" dest="${org.jboss.esb.appserver.home}/../" />
<antcall target="deploy" />
</target>
More information about the jboss-svn-commits
mailing list