[jboss-cvs] JBossAS SVN: r111958 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 8 07:19:59 EDT 2011


Author: rsvoboda at redhat.com
Date: 2011-08-08 07:19:59 -0400 (Mon, 08 Aug 2011)
New Revision: 111958

Modified:
   branches/JBPAPP_5_1/build/build-distr.xml
Log:
[JBPAPP-6371]:remove the replacement in EAP branch

Modified: branches/JBPAPP_5_1/build/build-distr.xml
===================================================================
--- branches/JBPAPP_5_1/build/build-distr.xml	2011-08-06 02:07:48 UTC (rev 111957)
+++ branches/JBPAPP_5_1/build/build-distr.xml	2011-08-08 11:19:59 UTC (rev 111958)
@@ -1762,30 +1762,6 @@
         <include name="wstools.sh"/>
       </fileset>
     </copy>
-	
-	<!-- add a -Djava.net.preferIPv4Stack=true to JAVA_OPTS -->
-    <replace dir="${install.bin}" token="JAVA_OPTS=&quot;$JAVA_OPTS&quot;">
-      <include name="wsconsume.sh"/>
-      <include name="wsprovide.sh"/>
-      <include name="wsrunclient.sh"/>
-      <include name="wstools.sh"/>
-    <replacevalue><![CDATA[# Force use of IPv4 stack
-JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"]]> </replacevalue>
-    </replace>
-
-	<!-- add a -Djava.net.preferIPv4Stack=true to JAVA_OPTS -->
-    <replace dir="${install.bin}" token="rem Execute the command">
-      <include name="wsconsume.bat"/>
-      <include name="wsprovide.bat"/>
-      <include name="wsrunclient.bat"/>
-      <include name="wstools.bat"/>
-      <replacevalue><![CDATA[rem Force use of IPv4 stack
-set JAVA_OPTS=%JAVA_OPTS% -Djava.net.preferIPv4Stack=true
-
-rem Execute the command]]> </replacevalue>
-	</replace>
-
-
 </target>
 
   <target name="install-jbossws-to-client">



More information about the jboss-cvs-commits mailing list