garyp       01/08/10 10:15:39

  Modified:    test     build.xml
  Log:
  Property-ize the name of the local properties file.
  
  Revision  Changes    Path
  1.10      +2 -1      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 2001/08/08 13:33:34     1.9
  +++ build.xml 2001/08/10 17:15:39     1.10
  @@ -27,7 +27,8 @@
       <!-- Initialize: define various properties about locations, jars, etc.  
-->
       <!-- ================================================================== 
-->
       <!-- First, read in the user's own default properties, if they exist -->
  -    <property file="my.test.properties" />
  +    <property name="local.properties" value="my.test.properties"/>
  +    <property file="${local.properties}" />
       <!-- Then, read in the default checked-in properties -->
       <property file="test.properties" />
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to