mirror of https://github.com/apache/lucene.git
Added DOAP file, contributed by Grant Ingersoll.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@381746 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
508dc68477
commit
8966b429ed
|
@ -0,0 +1,43 @@
|
|||
<?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>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 1.9</name>
|
||||
<created>2006-02-28</created>
|
||||
<revision>1.9</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>
|
Loading…
Reference in New Issue