You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by ni...@apache.org on 2003/08/08 08:33:03 UTC

cvs commit: jakarta-gump build.xml

nickchalko    2003/08/07 23:33:03

  Modified:    .        build.xml
  Log:
  Allow for local properties.
  PR:
  Obtained from:
  Submitted by:	
  Reviewed by:	
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.24      +1 -0      jakarta-gump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	27 Jun 2003 07:17:43 -0000	1.23
  +++ build.xml	8 Aug 2003 06:33:03 -0000	1.24
  @@ -13,6 +13,7 @@
   
   <project name="gump" default="scripts" basedir=".">
   
  +  <property file="local.properties"/>
     <!-- Default properties. Define them before to override them.-->
     <property name="workspace" value="rubypad.xml"/>
     <property name="webstyle" value="stylesheet/jakarta.xsl"/>