You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2007/02/13 06:48:41 UTC

svn commit: r506874 - /harmony/enhanced/buildtest/trunk/build.xml

Author: ndbeyer
Date: Mon Feb 12 21:48:41 2007
New Revision: 506874

URL: http://svn.apache.org/viewvc?view=rev&rev=506874
Log:
Apply patch for HARMONY-3163: [testing][cc] problem in the build.xml file

Modified:
    harmony/enhanced/buildtest/trunk/build.xml

Modified: harmony/enhanced/buildtest/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/build.xml?view=diff&rev=506874&r1=506873&r2=506874
==============================================================================
--- harmony/enhanced/buildtest/trunk/build.xml (original)
+++ harmony/enhanced/buildtest/trunk/build.xml Mon Feb 12 21:48:41 2007
@@ -265,8 +265,7 @@
 </echo>
 
         <replace file="${target.dir}/cruisecontrol.bat" token="REM set CC_OPTS=-Xms128m -Xmx256m">
-            <replacevalue>
-                <![CDATA[set CC_OPTS=-Xmx500m
+            <replacevalue><![CDATA[set CC_OPTS=-Xmx500m
 set BUILD_CFG=@@@@@
 ]]>
             </replacevalue>
@@ -275,8 +274,7 @@
         <replace file="${target.dir}/cruisecontrol.bat" token='@@@@@' value='${build_configuration}' />
 
         <replace file="${target.dir}/cruisecontrol.bat" token="%LIBDIR%\ant.jar">
-            <replacevalue>
-                <![CDATA[%LIBDIR%\ant.jar
+            <replacevalue><![CDATA[%LIBDIR%\ant.jar
 set CRUISE_PATH=%CRUISE_PATH%;%ANT_HOME%\lib\ant-apache-regexp.jar
 set CRUISE_PATH=%CRUISE_PATH%;%ANT_HOME%\lib\ecj_3.2.jar
 set CRUISE_PATH=%CRUISE_PATH%;%ANT_HOME%\lib\ant-nodeps.jar
@@ -305,8 +303,7 @@
 </echo>
 
         <replace file="${target.dir}/cruisecontrol.sh" token='# CC_OPTS="-Xms128m -Xmx256m"'>
-            <replacevalue>
-                <![CDATA[CC_OPTS="-Xmx500m"
+            <replacevalue><![CDATA[CC_OPTS="-Xmx500m"
 BUILD_CFG=@@@@@
 ]]>
             </replacevalue>