Initial commit
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About</title>
|
||||
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
|
||||
</head>
|
||||
<body lang="EN-US">
|
||||
<h2>About This Content</h2>
|
||||
|
||||
<p>7th January, 2004</p>
|
||||
<h3>License</h3>
|
||||
<p>Eclipse.org makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the
|
||||
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
|
||||
For purposes of the CPL, "Program" will mean the Content.</p>
|
||||
|
||||
<h3>Third Party Content</h3>
|
||||
|
||||
<p>The Content includes items that have been sourced from third parties as follows:</p>
|
||||
|
||||
<p><b>Lucene 1.3 and HTML Parser</b></p>
|
||||
<p>The plug-in includes software developed by The Apache Software Foundation as part of the Jakarta project. Therefore:</p>
|
||||
|
||||
<blockquote>
|
||||
This product includes software developed by the Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org/</a>).
|
||||
</blockquote>
|
||||
|
||||
<p>The Lucene binary code is contained in the file lucene-1.3-final.jar. The corresponding
|
||||
source code is contained in the file lucene-1.3-final-src.zip. Both files are provided without modification.</p>
|
||||
|
||||
<p>The "HTML Parser" is based on the Lucene demo code found in lucene-1.3-final-src.zip. The binary code for the HTML Parser is contained
|
||||
in parser.jar and the corresponding source code is contained in the file parsersrc.zip.</p>
|
||||
|
||||
<p>Lucene and the HTML Parser are:</p>
|
||||
|
||||
<blockquote>Copyright (c) 2001 The Apache Software Foundation. All rights reserved.</blockquote>
|
||||
|
||||
<p>Your use of the Lucene and HTML Parser code is subject to the terms and conditions of the Apache Software License 1.1 which is available at
|
||||
<a href="http://jakarta.apache.org/LICENSE">http://jakarta.apache.org/LICENSE</a>.
|
||||
More specifically:</p>
|
||||
<blockquote>
|
||||
1. Redistributions of source code must retain the above copyright notice, this list of<br>
|
||||
conditions and the following disclaimer.<br>
|
||||
<br>
|
||||
2. Redistributions in binary form must reproduce the above copyright notice, this list of<br>
|
||||
conditions and the following disclaimer in the documentation and/or other materials<br>
|
||||
provided with the distribution.<br>
|
||||
<br>
|
||||
3. The end-user documentation included with the redistribution, if any, must include the<br>
|
||||
following acknowledgment:<br>
|
||||
<blockquote>
|
||||
"This product includes software developed by the Apache Software Foundation<br>
|
||||
(<a href="http://www.apache.org/">http://www.apache.org/</a>)."
|
||||
</blockquote>
|
||||
Alternately, this acknowledgment may appear in the software itself, if and wherever such<br>
|
||||
third-party acknowledgments normally appear.<br>
|
||||
<br>
|
||||
4. The names "The Jakarta Project" "Lucene" and "Apache Software Foundation"<br>
|
||||
must not be used to endorse or promote products derived from this software without prior<br>
|
||||
written permission. For written permission, please contact <a href="mailto:apache@apache.org">apache@apache.org</a>.<br>
|
||||
<br>
|
||||
5. Products derived from this software may not be called "Apache", nor may "Apache" appear<br>
|
||||
in their name, without prior written permission of the Apache Software Foundation.<br>
|
||||
<br>
|
||||
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT<br>
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR<br>
|
||||
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS<br>
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR<br>
|
||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR<br>
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON<br>
|
||||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING<br>
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF<br>
|
||||
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</blockquote>
|
||||
|
||||
<h3>Contributions</h3>
|
||||
|
||||
<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
|
||||
made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
|
||||
Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
|
||||
|
||||
<p>If this Content is licensed to you under license terms and conditions other than the CPL ("Other License"), any modifications, enhancements and/or
|
||||
other code and/or documentation ("Modifications") uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
|
||||
host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
|
||||
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
|
||||
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
|
||||
the CPL.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
BIN
TBE/Eclipse/eclipse/plugins/org.apache.lucene_1.3.1/parser.jar
Normal file
BIN
TBE/Eclipse/eclipse/plugins/org.apache.lucene_1.3.1/parser.jar
Normal file
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
###############################################################################
|
||||
# Copyright (c) 2000, 2003 IBM Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
lucene_plugin_name=Apache Lucene
|
||||
providerName=Eclipse.org
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.0"?>
|
||||
<plugin
|
||||
id="org.apache.lucene"
|
||||
name="%lucene_plugin_name"
|
||||
version="1.3.1"
|
||||
provider-name="%providerName">
|
||||
|
||||
<runtime>
|
||||
<library name="parser.jar">
|
||||
<export name="*"/>
|
||||
<packages prefixes="org.apache.lucene.demo.html"/>
|
||||
</library>
|
||||
<library name="lucene-1.3-final.jar">
|
||||
<export name="*"/>
|
||||
<packages prefixes="org.apache.lucene"/>
|
||||
</library>
|
||||
</runtime>
|
||||
|
||||
</plugin>
|
||||
Reference in New Issue
Block a user