Author: alessio.soldano(a)jboss.com
Date: 2011-01-04 12:54:23 -0500 (Tue, 04 Jan 2011)
New Revision: 13544
Modified:
stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/Install.txt
stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/ant.properties.example
Log:
Updating install instructions and ant.properties.example to guide users on installing
3.4.1 on top of JBoss AS 6 Final which is now released
Modified: stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/Install.txt
===================================================================
--- stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/Install.txt 2011-01-04
17:00:05 UTC (rev 13543)
+++ stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/Install.txt 2011-01-04
17:54:23 UTC (rev 13544)
@@ -11,12 +11,9 @@
1.) Copy ant.properties.examples to ant.properties
2.) Modify the target container location in ant.properties
-3.) Execute one of the following
+3.) Execute
- ant deploy-jboss501
- ant deploy-jboss510
ant deploy-jboss600
- ant deploy-jboss601
By default the SOAP stack will be installed to 'default' configuration.
If users want to install SOAP stack to different JBossAS configuration then
Modified:
stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/ant.properties.example
===================================================================
---
stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/ant.properties.example 2011-01-04
17:00:05 UTC (rev 13543)
+++
stack/native/tags/jbossws-native-3.4.1.GA/src/main/distro/ant.properties.example 2011-01-04
17:54:23 UTC (rev 13544)
@@ -3,13 +3,9 @@
#
# Optional JBoss Home
-jboss501.home=(a)jboss501.home@
-jboss510.home=(a)jboss510.home@
-jboss600.home=(a)jboss600.home@
-jboss601.home=(a)jboss601.home@
+jboss600.home=(a)jboss601.home@
-# The JBoss server under test. This can be [jboss501|jboss510|jboss600jboss601|]
-jbossws.integration.target=jboss510
+jbossws.integration.target=jboss600
# The JBoss settings
jboss.server.instance=default
Show replies by date