You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2002/04/01 10:57:05 UTC

cvs commit: jakarta-avalon-excalibur/zip ant.properties.sample

jefft       02/04/01 00:57:05

  Modified:    .        Tag: depchecking ant.properties.sample
                        default.properties
               all      Tag: depchecking ant.properties.sample build.xml
                        default.properties
               baxter   Tag: depchecking ant.properties.sample
                        default.properties
               bzip2    Tag: depchecking ant.properties.sample
                        default.properties
               cache    Tag: depchecking ant.properties.sample
                        default.properties
               cli      Tag: depchecking ant.properties.sample
                        default.properties
               collections Tag: depchecking ant.properties.sample
                        default.properties
               command  Tag: depchecking ant.properties.sample
                        default.properties
               concurrent Tag: depchecking ant.properties.sample
                        default.properties
               event    Tag: depchecking ant.properties.sample
                        default.properties
               extension Tag: depchecking ant.properties.sample
                        default.properties
               i18n     Tag: depchecking ant.properties.sample
                        default.properties
               instrument Tag: depchecking ant.properties.sample
                        default.properties
               instrument-client Tag: depchecking ant.properties.sample
                        default.properties
               instrument-client/example Tag: depchecking
                        ant.properties.sample
               instrument-manager Tag: depchecking ant.properties.sample
                        default.properties
               instrument-manager/example Tag: depchecking
                        ant.properties.sample
               io       Tag: depchecking ant.properties.sample
                        default.properties
               naming   Tag: depchecking ant.properties.sample
                        default.properties
               tar      Tag: depchecking ant.properties.sample
                        default.properties
               template-product Tag: depchecking ant.properties.sample
                        default.properties
               zip      Tag: depchecking ant.properties.sample
  Log:
  Clean up the properties files
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.2   +4 -4      jakarta-avalon-excalibur/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/ant.properties.sample,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- ant.properties.sample	1 Apr 2002 05:46:10 -0000	1.8.2.1
  +++ ant.properties.sample	1 Apr 2002 08:57:02 -0000	1.8.2.2
  @@ -6,11 +6,11 @@
   # external modules that the components depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory will be used as defaults when
  -# building all components. These values are overridable in component-specific
  -# ant.properties files.
  +# The ant.properties values in this directory will be used when building all
  +# components. They override properties in component-specific ant.properties
  +# files.
   #
  -# $Id: ant.properties.sample,v 1.8.2.1 2002/04/01 05:46:10 jefft Exp $
  +# $Id: ant.properties.sample,v 1.8.2.2 2002/04/01 08:57:02 jefft Exp $
   # -----------------------------------------------------------------------------
   
   
  
  
  
  1.1.2.2   +6 -1      jakarta-avalon-excalibur/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:02 -0000	1.1.2.2
  @@ -1,6 +1,11 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overrides component-specific default.properties
  +# Overridden by all ant.properties
   
  -# This is used in components to determine the path to depchecker.xml.
  +# This is used in components to determine the path to depchecker.xml. If the
  +# component is distributed separately, the component-specific
  +# default.properties will set it to "./".
   depchecker.prefix=../
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.1   +4 -0      jakarta-avalon-excalibur/all/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/ant.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- ant.properties.sample	30 Mar 2002 08:46:04 -0000	1.8
  +++ ant.properties.sample	1 Apr 2002 08:57:02 -0000	1.8.2.1
  @@ -58,3 +58,7 @@
   excalibur-concurrent.home=../concurrent/build/lib
   excalibur-concurrent.jar=${excalibur-concurrent.home}/excalibur-concurrent-1.0.jar
   
  +# ----- Xerces -----
  +xerces.home=${base.path}/jakarta-avalon/tools/lib/
  +xerces.jar=${xerces.home}/xerces-1.4.4.jar
  +
  
  
  
  1.122.2.3 +4 -0      jakarta-avalon-excalibur/all/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/build.xml,v
  retrieving revision 1.122.2.2
  retrieving revision 1.122.2.3
  diff -u -r1.122.2.2 -r1.122.2.3
  --- build.xml	1 Apr 2002 07:35:50 -0000	1.122.2.2
  +++ build.xml	1 Apr 2002 08:57:02 -0000	1.122.2.3
  @@ -153,6 +153,10 @@
     </target>
   
     <target name="dependencies" description="Check dependencies">
  +    <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredClass">
  +      <property name="name" value="xml-apis.jar"/>
  +      <property name="class" value="javax.xml.parsers.DocumentBuilder"/>
  +    </ant>
       <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
         <property name="name" value="excalibur-collections.jar"/>
         <property name="path" value="${excalibur-collections.jar}"/>
  
  
  
  1.1.2.2   +4 -1      jakarta-avalon-excalibur/all/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:02 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name = core
   Name = Excalibur Core
  @@ -44,6 +47,7 @@
   avalon-framework.lib=${avalon-framework.home}/build/lib
   avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar
   
  +tools.dir = ../../jakarta-avalon/tools
   
   logkit.jar = ${tools.dir}/ext/logkit.jar
   xerces.jar = ${tools.dir}/lib/xerces-1.4.4.jar
  @@ -87,7 +91,6 @@
   test.dir = ${src.dir}/test
   scratchpad.dir = ${src.dir}/scratchpad
   lib.dir = lib
  -tools.dir = ../../jakarta-avalon/tools
   docs.dir = docs
   www.dir = ../../jakarta-avalon-site/docs/${name}
   javadocs.dir = ${docs.dir}/api
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +9 -9      jakarta-avalon-excalibur/baxter/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/ant.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ant.properties.sample	27 Mar 2002 11:09:59 -0000	1.2
  +++ ant.properties.sample	1 Apr 2002 08:57:02 -0000	1.2.2.1
  @@ -1,15 +1,17 @@
   # -----------------------------------------------------------------------------
  -# ant.properties.sample
  +# Component ant.properties.sample
   #
  -# This is an example "ant.properties" file, used to customize building component
  -# for your local environment.  It defines the location of all external
  -# modules that the component depends on.  Copy this file to "ant.properties"
  -# in the source directory, and customize it as needed.
  +# This is an example "ant.properties" file, used to customize the building of
  +# the component for your local environment.  It defines the location of all
  +# external modules that this component depend on.  Copy this file to
  +# "ant.properties" in the source directory, and customize it as needed.
   #
  -# $Id: ant.properties.sample,v 1.2 2002/03/27 11:09:59 donaldp Exp $
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
  +#
  +# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 08:57:02 jefft Exp $
   # -----------------------------------------------------------------------------
   
  -
   # ----- Compile Control Flags -----
   build.debug=on
   build.optimize=off
  @@ -21,8 +23,6 @@
   # --------------------------------------------------
   #                REQUIRED LIBRARIES
   # --------------------------------------------------
  -
  -
   # ----- JUnit Unit Test Suite, version 3.7 or later -----
   junit.home=${base.path}/junit3.7
   junit.lib=${junit.home}
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/baxter/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:02 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-baxter
   Name=Excalibur Baxter
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -7      jakarta-avalon-excalibur/bzip2/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ant.properties.sample	24 Mar 2002 07:02:31 -0000	1.1
  +++ ant.properties.sample	1 Apr 2002 08:57:02 -0000	1.1.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.1 2002/03/24 07:02:31 donaldp Exp $
  +# $Id: ant.properties.sample,v 1.1.2.1 2002/04/01 08:57:02 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  @@ -28,14 +28,10 @@
   # --------------------------------------------------
   #                REQUIRED LIBRARIES
   # --------------------------------------------------
  -
  -
   # ----- JUnit Unit Test Suite, version 3.7 or later -----
   junit.home=${base.path}/junit3.7
   junit.lib=${junit.home}
   junit.jar=${junit.lib}/junit.jar
  -
  -
   
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/bzip2/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:02 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-bzip2
   Name=Excalibur BZip2
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +3 -3      jakarta-avalon-excalibur/cache/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/ant.properties.sample,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ant.properties.sample	30 Mar 2002 08:46:04 -0000	1.4
  +++ ant.properties.sample	1 Apr 2002 08:57:02 -0000	1.4.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.4 2002/03/30 08:46:04 jefft Exp $
  +# $Id: ant.properties.sample,v 1.4.2.1 2002/04/01 08:57:02 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/cache/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:02 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-cache
   Name=Excalibur Cache
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jakarta-avalon-excalibur/cli/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:11 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:02 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/24 00:26:11 jefft Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:02 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/cli/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:02 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-cli
   Name=Excalibur CLI
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -3      jakarta-avalon-excalibur/collections/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ant.properties.sample	29 Mar 2002 07:19:38 -0000	1.1
  +++ ant.properties.sample	1 Apr 2002 08:57:03 -0000	1.1.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.1 2002/03/29 07:19:38 jefft Exp $
  +# $Id: ant.properties.sample,v 1.1.2.1 2002/04/01 08:57:03 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/collections/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:03 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-collections
   Name=Excalibur Collections
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +3 -3      jakarta-avalon-excalibur/command/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/command/ant.properties.sample,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- ant.properties.sample	1 Apr 2002 05:46:12 -0000	1.2.2.1
  +++ ant.properties.sample	1 Apr 2002 08:57:03 -0000	1.2.2.2
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 05:46:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.2.2.2 2002/04/01 08:57:03 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/command/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/command/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:03 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-command
   Name=Excalibur Command
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -3      jakarta-avalon-excalibur/concurrent/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ant.properties.sample	29 Mar 2002 09:41:42 -0000	1.1
  +++ ant.properties.sample	1 Apr 2002 08:57:03 -0000	1.1.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.1 2002/03/29 09:41:42 jefft Exp $
  +# $Id: ant.properties.sample,v 1.1.2.1 2002/04/01 08:57:03 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/concurrent/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:03 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-concurrent
   Name=Excalibur Concurrent
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jakarta-avalon-excalibur/event/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	30 Mar 2002 21:46:42 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:03 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/30 21:46:42 donaldp Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:03 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/event/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:08 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:03 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-event
   Name=Excalibur Event
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jakarta-avalon-excalibur/extension/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:03 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:03 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/extension/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:03 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-extension
   Name=Excalibur Extension
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jakarta-avalon-excalibur/i18n/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:03 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:03 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/i18n/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:03 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-i18n
   Name=Excalibur I18N
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -3      jakarta-avalon-excalibur/instrument/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ant.properties.sample	26 Mar 2002 11:17:21 -0000	1.1
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.1.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.1 2002/03/26 11:17:21 leif Exp $
  +# $Id: ant.properties.sample,v 1.1.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/instrument/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-instrument
   Name=Excalibur Instrument
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -3      jakarta-avalon-excalibur/instrument-client/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/ant.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ant.properties.sample	28 Mar 2002 04:06:18 -0000	1.2
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.2.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.2 2002/03/28 04:06:18 leif Exp $
  +# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/instrument-client/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-instrument-client
   Name=Excalibur Instrument Client
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -3      jakarta-avalon-excalibur/instrument-client/example/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-client/example/ant.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ant.properties.sample	28 Mar 2002 04:06:18 -0000	1.2
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.2.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.2 2002/03/28 04:06:18 leif Exp $
  +# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.2   +3 -3      jakarta-avalon-excalibur/instrument-manager/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/ant.properties.sample,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- ant.properties.sample	1 Apr 2002 05:46:12 -0000	1.2.2.1
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.2.2.2
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 05:46:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.2.2.2 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/instrument-manager/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-instrument-manager
   Name=Excalibur Instrument Manager
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +3 -3      jakarta-avalon-excalibur/instrument-manager/example/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/example/ant.properties.sample,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ant.properties.sample	1 Apr 2002 05:46:13 -0000	1.1.2.1
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.1.2.1 2002/04/01 05:46:13 jefft Exp $
  +# $Id: ant.properties.sample,v 1.1.2.2 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -6      jakarta-avalon-excalibur/io/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  @@ -35,14 +35,11 @@
   junit.lib=${junit.home}
   junit.jar=${junit.lib}/junit.jar
   
  -
  -
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
   # --------------------------------------------------
   
   # ----- Checkstyle, version 2.1 or later -----
  -
   # Uncomment the 'do.checkstyle' flag property to enable checkstyle
   # do.checkstyle=
   checkstyle.home=${base.path}/checkstyle-2.1
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/io/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-io
   Name=Excalibur IO
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jakarta-avalon-excalibur/naming/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/naming/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-naming
   Name=Excalibur Naming
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -3      jakarta-avalon-excalibur/tar/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/ant.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.2
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.2.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.2 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/tar/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-tar
   Name=Excalibur TAR
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +3 -3      jakarta-avalon-excalibur/template-product/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/ant.properties.sample,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.3
  +++ ant.properties.sample	1 Apr 2002 08:57:04 -0000	1.3.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.3 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.3.2.1 2002/04/01 08:57:04 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  
  1.1.2.2   +3 -0      jakarta-avalon-excalibur/template-product/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/default.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- default.properties	1 Apr 2002 05:57:09 -0000	1.1.2.1
  +++ default.properties	1 Apr 2002 08:57:04 -0000	1.1.2.2
  @@ -1,6 +1,9 @@
   # -------------------------------------------------------------------
   # B U I L D  P R O P E R T I E S
   # -------------------------------------------------------------------
  +# Specifies default property values
  +# Overridden by ../default.properties and all ant.properties
  +# Not user-editable; use ant.properties files instead
   
   name=excalibur-my-component
   Name=Excalibur MyComponent
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -3      jakarta-avalon-excalibur/zip/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/zip/ant.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ant.properties.sample	24 Mar 2002 00:26:12 -0000	1.2
  +++ ant.properties.sample	1 Apr 2002 08:57:05 -0000	1.2.2.1
  @@ -6,10 +6,10 @@
   # external modules that this component depend on.  Copy this file to
   # "ant.properties" in the source directory, and customize it as needed.
   #
  -# The ant.properties values in this directory apply only to this component, and
  -# override the defaults in ../ant.properties.
  +# The property values in ant.properties are overridden by
  +# ${user.home}/.ant.properties and ../ant.properties
   #
  -# $Id: ant.properties.sample,v 1.2 2002/03/24 00:26:12 jefft Exp $
  +# $Id: ant.properties.sample,v 1.2.2.1 2002/04/01 08:57:05 jefft Exp $
   # -----------------------------------------------------------------------------
   
   # --------------------------------------------------
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>