Author: rjung
Date: Fri Jul 24 12:14:05 2009
New Revision: 797425

URL: http://svn.apache.org/viewvc?rev=797425&view=rev
Log:
Correct build.properties.default file name in
more build files and explain more explicit how
the customization files work.

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/dist.xml
    tomcat/trunk/extras.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=797425&r1=797424&r2=797425&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Jul 24 12:14:05 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="${user.home}/build.properties"/>
   <property file="build.properties"/>
 

Modified: tomcat/trunk/dist.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=797425&r1=797424&r2=797425&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Fri Jul 24 12:14:05 2009
@@ -20,8 +20,15 @@
 
   <!-- ===================== Initialize Property Values =================== -->
 
-  <!-- See "build.properties.sample" 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="${user.home}/build.properties"/>
   <property file="build.properties"/>
 

Modified: tomcat/trunk/extras.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/extras.xml?rev=797425&r1=797424&r2=797425&view=diff
==============================================================================
--- tomcat/trunk/extras.xml (original)
+++ tomcat/trunk/extras.xml Fri Jul 24 12:14:05 2009
@@ -20,8 +20,15 @@
 
   <!-- ===================== Initialize Property Values =================== -->
 
-  <!-- See "build.properties.sample" 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="${user.home}/build.properties"/>
   <property file="build.properties"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to