Author: alessio.soldano(a)jboss.com
Date: 2011-02-24 04:31:39 -0500 (Thu, 24 Feb 2011)
New Revision: 13793
Modified:
stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/Install.txt
stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/ant.properties.example
Log:
Committing minor install instruction changes I forgot to commit at 3.4.1 release time
(included in the released binaries though)
Modified: stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/Install.txt
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/Install.txt 2011-02-23 18:26:45
UTC (rev 13792)
+++ stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/Install.txt 2011-02-24 09:31:39
UTC (rev 13793)
@@ -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/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/ant.properties.example
===================================================================
--- stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/ant.properties.example 2011-02-23
18:26:45 UTC (rev 13792)
+++ stack/cxf/tags/jbossws-cxf-3.4.1.GA/src/main/distro/ant.properties.example 2011-02-24
09:31:39 UTC (rev 13793)
@@ -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|jboss600|jboss601]
-jbossws.integration.target=jboss510
+jbossws.integration.target=jboss600
# The JBoss settings
jboss.server.instance=default
Show replies by date