Author: rjung
Date: Tue Sep  8 11:17:26 2009
New Revision: 812463

URL: http://svn.apache.org/viewvc?rev=812463&view=rev
Log:
Enhance comment concerning build.properties.

Ported from TC 5.5.x.

Modified:
    tomcat/sandbox/tomcat-oacc/trunk/build.xml
    tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml

Modified: tomcat/sandbox/tomcat-oacc/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/build.xml?rev=812463&r1=812462&r2=812463&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/build.xml Tue Sep  8 11:17:26 2009
@@ -20,6 +20,15 @@
 
   <!-- ===================== Initialize Property Values =================== -->
 
+  <!-- We read customizable properties from the file 
"build.properties.default" -->
+  <!-- and also from "build.properties" if it exists.                          
 -->
+  <!-- The values in "build.properties" have stronger preference.              
 -->
+  <!-- If you want to customize your build, you can either change the values   
 -->
+  <!-- directly in the default file, or create a new build.properties and set  
 -->
+  <!-- the values there. This way you don't have to change a file which is 
part -->
+  <!-- of the original project source code.                                    
 -->
+  <!-- See "build.properties.default" in the build directory for some          
 -->
+  <!-- property values you may customize.                                      
 -->
   <property file="build.properties" />
   <property file="build.properties.default" />
 

Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml?rev=812463&r1=812462&r2=812463&view=diff
==============================================================================
--- tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml (original)
+++ tomcat/sandbox/tomcat-oacc/trunk/docs/build.xml Tue Sep  8 11:17:26 2009
@@ -20,8 +20,15 @@
 
   <!-- ===================== Initialize Property Values =================== -->
 
-  <!-- See "build.properties.default" in the top level directory for all     
-->
-  <!-- property values you must customize for successful building!!!        -->
+  <!-- We read customizable properties from the file 
"build.properties.default" -->
+  <!-- and also from "build.properties" if it exists.                          
 -->
+  <!-- The values in "build.properties" have stronger preference.              
 -->
+  <!-- If you want to customize your build, you can either change the values   
 -->
+  <!-- directly in the default file, or create a new build.properties and set  
 -->
+  <!-- the values there. This way you don't have to change a file which is 
part -->
+  <!-- of the original project source code.                                    
 -->
+  <!-- See "build.properties.default" in the top level directory for some      
 -->
+  <!-- property values you may customize.                                      
 -->
   <property file="../build.properties"/>
   <property file="../build.properties.default"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to