remove unnecessary/outdated/unused files

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151461 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2005-02-05 01:28:14 +00:00
parent 0955eef89f
commit 887f57eb37
4 changed files with 0 additions and 90 deletions

View File

@ -1,21 +0,0 @@
Jakarta-Lucene-Sandbox Change Log
$Id$
2002-04-19
- Sandbox repository created.
2002-05-04
- Added Lucene Indexing Demo contributed by Aruna Raghavan.
- Added LARM Webcrawler contributed by Clemens Marschner.
2002-05-08
- Added javascript query validator and query constructor.
2004-08-16
- Moved Russian and German analyzers from Lucene core to the sandbox

View File

@ -1,15 +0,0 @@
/**
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

View File

@ -1,49 +0,0 @@
Jakarta-Lucene-Sandbox README file
INTRODUCTION
Lucene is a full-text search engine written in Java. Lucene is not a
complete application, but rather a code library and an API that can
easily be used to add text indexing and search capabilities to
applications.
The Lucene Sandbox is a place for contributions that are not part of
the core Lucene distribution. These contributions will not be part of
Lucene distribution.
The Lucene Sandbox is also for creating new sub-projects in Lucene that
may require restructuring of Lucene code.
NOTE: All contributions must be under the APL-style license to be part of
this repository.
The basic structure for the repository is
jakarta-lucene-sandbox/README.txt
jakarta-lucene-sandbox/LICENSE.txt
jakarta-lucene-sandbox/index.html
jakarta-lucene-sandbox/CHANGES.txt
jakarta-lucene-sandbox/contributions/CHANGES.txt
jakarta-lucene-sandbox/contributions/build/build.xml
jakarta-lucene-sandbox/contributions/docs/...
jakarta-lucene-sandbox/contributions/[contribution]/src/...
jakarta-lucene-sandbox/contributions/[contribution]/xdocs/about-[contribution].xml
jakarta-lucene-sandbox/contributions/[contribution]/build.xml
jakarta-lucene-sandbox/contributions/[contribution]/README.txt
jakarta-lucene-sandbox/projects/[project]/src/...
jakarta-lucene-sandbox/projects/[project]/docs/...
jakarta-lucene-sandbox/projects/[project]/xdocs/...
jakarta-lucene-sandbox/projects/[project]/build.xml
jakarta-lucene-sandbox/projects/[project]/README.txt
jakarta-lucene-sandbox/projects/[project]/CHANGES.txt
jakarta-lucene-sandbox/projects/[project]/LICENSE.txt
Where [contribution] is the name of the contribution and
[project] is the name of the sub-project in the sandbox area.
The Lucene web site is at:
http://jakarta.apache.org/lucene

View File

@ -1,5 +0,0 @@
- Remove Lucene JAR files from all subdirectories
- Devise scheme for JAR naming conventions (same version as Lucene version used perhaps?)
- Integrate with Gump builds and release process