mirror of https://github.com/apache/lucene.git
49 lines
2.3 KiB
XML
49 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl"?>
|
|
<rdf:RDF xml:lang="en"
|
|
xmlns="http://usefulinc.com/ns/doap#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:asfext="http://projects.apache.org/ns/asfext#"
|
|
xmlns:foaf="http://xmlns.com/foaf/0.1/">
|
|
<!--
|
|
=======================================================================
|
|
|
|
Copyright (c) 2006 The Apache Software Foundation.
|
|
All rights reserved.
|
|
|
|
=======================================================================
|
|
-->
|
|
<Project rdf:about="http://lucene.apache.org/java/">
|
|
<created>2006-02-28</created>
|
|
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
|
|
<name>Apache Lucene Java</name>
|
|
<homepage rdf:resource="http://lucene.apache.org/java/" />
|
|
<asfext:pmc rdf:resource="http://lucene.apache.org" />
|
|
<shortdesc>Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.</shortdesc>
|
|
<description>Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.</description>
|
|
<bug-database rdf:resource="http://issues.apache.org/jira/browse/LUCENE" />
|
|
<mailing-list rdf:resource="http://lucene.apache.org/java/docs/mailinglists.html" />
|
|
<download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/lucene/java/" />
|
|
<programming-language>Java</programming-language>
|
|
<category rdf:resource="http://projects.apache.org/category/database" />
|
|
<release>
|
|
<Version>
|
|
<name>Lucene 2.2.0</name>
|
|
<created>2007-06-19</created>
|
|
<revision>2.2.0</revision>
|
|
</Version>
|
|
<Version>
|
|
<name>Lucene 2.1.0</name>
|
|
<created>2007-02-17</created>
|
|
<revision>2.1.0</revision>
|
|
</Version>
|
|
</release>
|
|
<repository>
|
|
<SVNRepository>
|
|
<location rdf:resource="http://svn.apache.org/repos/asf/lucene/java/"/>
|
|
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/java/"/>
|
|
</SVNRepository>
|
|
</repository>
|
|
</Project>
|
|
</rdf:RDF>
|