On 8 Aug 2001 [EMAIL PROTECTED] wrote:

> dlr         01/08/08 09:09:31
> 
>   Modified:    util     build.properties build.xml
>   

Daniel/Jason,

The practice on other Commons (and Tomcat, and Struts, and ...) projects
has been to make "build.properties" something you do *not* check in --
that is where an individual developer would customize their properties for
their own environments.  On the other hand, a "build.properties.sample"
can be checked in to show what properties are allowed to be set, and to
give folks a "copy then modify" starting point for their own properties
file.

Is there a reason that you've got "build.properties" checked in here?

Craig


>   Revision  Changes    Path
>   1.2       +0 -1      jakarta-commons-sandbox/util/build.properties
>   
>   Index: build.properties
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons-sandbox/util/build.properties,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -u -r1.1 -r1.2
>   --- build.properties        2001/08/08 13:09:20     1.1
>   +++ build.properties        2001/08/08 16:09:31     1.2
>   @@ -1,2 +1 @@
>    build.dir = .
>   -final.name = commons-util-0.1-dev
>   
>   
>   
>   1.3       +2 -2      jakarta-commons-sandbox/util/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons-sandbox/util/build.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -u -r1.2 -r1.3
>   --- build.xml       2001/08/08 13:09:20     1.2
>   +++ build.xml       2001/08/08 16:09:31     1.3
>   @@ -1,7 +1,7 @@
>    <project name="Jakarta Commons Utilities" default="jar" basedir=".">
>    
>    <!--
>   -        $Id: build.xml,v 1.2 2001/08/08 13:09:20 jvanzyl Exp $
>   +        $Id: build.xml,v 1.3 2001/08/08 16:09:31 dlr Exp $
>    -->
>    
>    <!-- ========== Initialize Properties =================================== -->
>   @@ -168,7 +168,7 @@
>              description="==> Installs .jar file in ${lib.repo}">
>        <copy todir="${lib.repo}" filtering="no">
>          <fileset dir="${build.dir}">
>   -        <include name="${final.name}.jar"/>
>   +        <include name="${component.jar}"/>
>          </fileset>
>        </copy>
>      </target>
>   
>   
>   
> 

Reply via email to