Author: objectiser
Date: 2010-02-08 10:46:31 -0500 (Mon, 08 Feb 2010)
New Revision: 490
Modified:
trunk/distribution/src/main/release/install/README.txt
trunk/distribution/src/main/release/install/deployment.properties
Log:
Fix jbossesb version.
Modified: trunk/distribution/src/main/release/install/README.txt
===================================================================
--- trunk/distribution/src/main/release/install/README.txt 2010-02-08 15:19:07 UTC (rev
489)
+++ trunk/distribution/src/main/release/install/README.txt 2010-02-08 15:46:31 UTC (rev
490)
@@ -1,7 +1,7 @@
The build.xml script in this directory is responsible for deploying the BPEL runtime and
deployer to the JBoss AS,and the BPEL/ESB examples to the JBossESB environment.
-1) Install JBoss5.1.0.GA and JBossESB4.6.GA, and follow the JBossESB instructions for
installing it into JBossAS
+1) Install JBoss5.1.0.GA and JBossESB4.7.GA, and follow the JBossESB instructions for
installing it into JBossAS
2) Update the deployment.properties file to set the path to each of this installations
Modified: trunk/distribution/src/main/release/install/deployment.properties
===================================================================
--- trunk/distribution/src/main/release/install/deployment.properties 2010-02-08 15:19:07
UTC (rev 489)
+++ trunk/distribution/src/main/release/install/deployment.properties 2010-02-08 15:46:31
UTC (rev 490)
@@ -15,8 +15,8 @@
org.jboss.as.config=default
# The directory for JBossESB home
-# (e.g. /var/local/jbossesb-4.6.GA)
-org.jboss.esb.home=/var/local/jbossesb-4.6.GA
+# (e.g. /var/local/jbossesb-4.7)
+org.jboss.esb.home=/var/local/jbossesb-4.7
# database
# (e.g. hsql derby mysql)
Show replies by date