You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by fe...@apache.org on 2004/03/10 13:51:05 UTC

cvs commit: jakarta-taglibs/string build.xml

felipeal    2004/03/10 04:51:05

  Modified:    string   build.xml
  Log:
  added ${user.home}/build.properties support
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-taglibs/string/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/string/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml	10 Nov 2002 08:51:13 -0000	1.4
  +++ build.xml	10 Mar 2004 12:51:05 -0000	1.5
  @@ -12,6 +12,7 @@
   <project name="string" default="main">
   
     <property file="../build.properties"/>
  +  <property file="${user.home}/build.properties"/>
     <property name="classpath" value="${servlet.jar}:${commons-lang.jar}:${standard.jar}"/>
   
     <property name="checkRequirements.pre" value="checkRequirements.pre"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org