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 jo...@apache.org on 2001/06/02 03:26:29 UTC

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

jon         01/06/01 18:26:29

  Added:       proposal/gump/project lucene.xml
  Log:
  added lucene now that i made it have an Ant based build.xml file
  
  note: I'm not sure i did everything 100% correct here, sam, please check
  to make sure i didn't mess up
  
  Revision  Changes    Path
  1.1                  jakarta-alexandria/proposal/gump/project/lucene.xml
  
  Index: lucene.xml
  ===================================================================
  <project name="lucene">
  
    <url  href="http://www.lucene.com/"/>
    <description>
       Java Based Search Engine
    </description>
  
    <cvs repository="sourceforge" host-prefix="cvs.lucene" dir="lucene"/>
  
    <depend project="javacc"/>
  
    <ant target="jar">
      <property name="version" value="gump"/>
    </ant>
  
    <jar name="lucene-gump.jar"/>
  
    <!-- not available via CVS -->
    <project name="javacc">
      <jar name="lib/JavaCC.zip"/>
    </project>
  
  </project>
  
  
  

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