You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2002/04/17 16:22:45 UTC

cvs commit: jakarta-alexandria/proposal/gump/project freemarker.xml

rubys       02/04/17 07:22:45

  Modified:    proposal/gump/project freemarker.xml
  Log:
  freemarker needs javacc.home property
  
  Revision  Changes    Path
  1.8       +3 -1      jakarta-alexandria/proposal/gump/project/freemarker.xml
  
  Index: freemarker.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/freemarker.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- freemarker.xml	2 Apr 2002 06:30:37 -0000	1.7
  +++ freemarker.xml	17 Apr 2002 14:22:45 -0000	1.8
  @@ -10,7 +10,9 @@
     <project name="freemarker">
       <package>freemarker</package>
     
  -    <ant target="jar"/>
  +    <ant target="jar">
  +      <property name="javacc.home" reference="home" project="javacc"/>
  +    </ant>
   
       <depend project="jakarta-ant"/>
       <depend project="xml-xerces"/>
  
  
  

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