You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2009/09/08 13:17:26 UTC

svn commit: r812463 - in /tomcat/sandbox/tomcat-oacc/trunk: build.xml docs/build.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org