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 bo...@apache.org on 2002/06/26 14:57:03 UTC

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

bodewig     2002/06/26 05:57:03

  Modified:    proposal/gump/project beanshell.xml
  Log:
  Short-cut javacc check for beanshell.
  
  Even if we let it compile the stuff, it won't work.  Trust the checked
  in files and add an item to the ever growing TODO list to pester Pat.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-alexandria/proposal/gump/project/beanshell.xml
  
  Index: beanshell.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/beanshell.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- beanshell.xml	25 Jun 2002 11:51:07 -0000	1.1
  +++ beanshell.xml	26 Jun 2002 12:57:03 -0000	1.2
  @@ -12,7 +12,8 @@
       <package>bsh</package>
   
       <ant target="dist">
  -      <property name="javacc-lib" project="javacc" path="bin/lib/JavaCC.zip"/>
  +      <property name="jjtree.notRequired" value="1"/>
  +      <property name="javacc.notRequired" value="1"/>
         <property name="version" value="@@DATE@@"/>
       </ant>
   
  
  
  

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