You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by eh...@apache.org on 2004/01/06 02:15:34 UTC

cvs commit: jakarta-lucene-sandbox/contributions/miscellaneous build.xml README.txt

ehatcher    2004/01/05 17:15:34

  Modified:    contributions/miscellaneous README.txt
  Added:       contributions/miscellaneous build.xml
  Log:
  add build for misc. stuff
  
  Revision  Changes    Path
  1.2       +0 -4      jakarta-lucene-sandbox/contributions/miscellaneous/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/miscellaneous/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	17 Nov 2002 03:54:22 -0000	1.1
  +++ README.txt	6 Jan 2004 01:15:34 -0000	1.2
  @@ -1,7 +1,3 @@
  -$Id$
  -
   jakarta-lucene-sandbox/contributions/miscellaneous is a home of different
   Lucene-related classes that all belong to org.apache.lucene.misc package,
   as they are not substantial enough to warrant their own package.
  -
  -$Id$
  
  
  
  1.1                  jakarta-lucene-sandbox/contributions/miscellaneous/build.xml
  
  Index: build.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="misc" default="default">
  
    <description>
      Miscellaneous Lucene extensions
    </description>
  
    <import file="../common.xml"/>
  </project>
  
  
  

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