blob: b20f4beebea1bb9571b4438e9fab3880ae5a102e [file] [log] [blame]
Par Niclas Hedhman6fb925f2007-06-27 12:31:18 +00001<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl"?>
3<rdf:RDF xml:lang="en"
4 xmlns="http://usefulinc.com/ns/doap#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:asfext="http://projects.apache.org/ns/asfext#"
7 xmlns:foaf="http://xmlns.com/foaf/0.1/">
8<!--
9 =======================================================================
10
11 Copyright (c) 2006 The Apache Software Foundation.
12 All rights reserved.
13
14 =======================================================================
15-->
16 <Project rdf:about="http://felix.apache.org">
17 <created>2007-06-27</created>
18 <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
19 <name>Apache Felix</name>
20 <homepage rdf:resource="http://felix.apache.org" />
21 <asfext:pmc rdf:resource="http://geronimo.apache.org" />
22 <shortdesc>OSGi Framework implementation and related technologies.</shortdesc>
23 <bug-database rdf:resource="https://issues.apache.org/jira/browse/FELIX" />
24 <download-page rdf:resource="http://www.apache.org/dist/felix/" />
25 <programming-language>Java</programming-language>
26 <category rdf:resource="http://projects.apache.org/category/network-server" />
27 <repository>
28 <SVNRepository>
29 <location rdf:resource="https://svn.apache.org/repos/asf/felix"/>
30 <browse rdf:resource="http://"/>
31 </SVNRepository>
32 </repository>
33 <maintainer>
34 <foaf:Person>
35 <foaf:name>Felix PMC</foaf:name>
36 <foaf:mbox rdf:resource="mailto:dev@felix.apache.org"/>
37 </foaf:Person>
38 </maintainer>
39 <asfext:implements><asfext:Standard>
40 <asfext:title>OSGi R4 Specification</asfext:title>
41 <asfext:body>OSGi Alliance</asfext:body>
42 <asfext:id></asfext:id>
43 <asfext:url rdf:resource="http://www.osgi.org"/>
44 </asfext:Standard></asfext:implements>
45 </Project>
46</rdf:RDF>