You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by dl...@apache.org on 2003/03/27 04:00:05 UTC

cvs commit: xml-rpc default.properties build.xml build.properties

dlr         2003/03/26 19:00:04

  Modified:    .        Tag: XMLRPC_1_2_BRANCH default.properties build.xml
  Removed:     .        Tag: XMLRPC_1_2_BRANCH build.properties
  Log:
  * build.properties
    Removed in favor of default.properties, which is a copy of this
    file's CVS ,v file (as of revision 1.9).
  
  * build.xml
    Default properties are now stored in default.properties, while
    build.properties is for local overrides of the defaults.
  
  * default.properties
    Copied from CVS revision 1.9 of build.properties.  Updated header
    comments.
  
  http://issues.apache.org/bugzilla/show_bug.cgi?id=17789
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.9.2.1   +4 -4      xml-rpc/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/xml-rpc/default.properties,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -u -r1.9 -r1.9.2.1
  --- default.properties	15 Aug 2002 16:30:04 -0000	1.9
  +++ default.properties	27 Mar 2003 03:00:03 -0000	1.9.2.1
  @@ -1,9 +1,9 @@
   # -------------------------------------------------------------------
  -# B U I L D  P R O P E R T I E S
  +# D E F A U L T   P R O P E R T I E S
   # -------------------------------------------------------------------
  -# These properties are used by the XML-RPC build, you may override
  -# any of these default values by placing property values in
  -# your ${user.home}/build.properties file.
  +# These properties are used by the XML-RPC build.  You may override
  +# any of these default values by placing property values in your
  +# local build.properties and ${user.home}/build.properties files.
   # -------------------------------------------------------------------
   
   name = XML-RPC
  
  
  
  1.20.2.3  +4 -1      xml-rpc/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-rpc/build.xml,v
  retrieving revision 1.20.2.2
  retrieving revision 1.20.2.3
  diff -u -u -r1.20.2.2 -r1.20.2.3
  --- build.xml	15 Feb 2003 20:47:17 -0000	1.20.2.2
  +++ build.xml	27 Mar 2003 03:00:03 -0000	1.20.2.3
  @@ -5,11 +5,14 @@
     <!-- Properties which are not allowed to be overridden -->
     <property name="version" value="1.2-b1"/>
   
  +  <!-- Allow any locally-specified values to override the defaults -->
  +  <property file="build.properties" />
  +
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
   
     <!-- Set default values for the build -->
  -  <property file="build.properties" />
  +  <property file="default.properties" />
   
     <!-- Construct compile classpath -->
     <path id="classpath">