Author: pnoltes
Date: Wed Sep 26 18:51:52 2012
New Revision: 1390664
URL: http://svn.apache.org/viewvc?rev=1390664&view=rev
Log:
Added doap for Celix
Added:
incubator/celix/trunk/doap/
incubator/celix/trunk/doap/doap_Celix.rdf (with props)
Added: incubator/celix/trunk/doap/doap_Celix.rdf
URL:
http://svn.apache.org/viewvc/incubator/celix/trunk/doap/doap_Celix.rdf?rev=1390664&view=auto
==============================================================================
--- incubator/celix/trunk/doap/doap_Celix.rdf (added)
+++ incubator/celix/trunk/doap/doap_Celix.rdf Wed Sep 26 18:51:52 2012
@@ -0,0 +1,40 @@
+<?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) 2012 The Apache Software Foundation.
+ All rights reserved.
+
+ =======================================================================
+-->
+ <Project rdf:about="http://incubator.apache.org/celix">
+ <created>2010-11-17</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+ <name>Apache Celix</name>
+ <homepage rdf:resource="http://incubator.apache.org/celix" />
+ <asfext:pmc rdf:resource="http://incubator.apache.org" />
+ <shortdesc>OSGi framework implementation in C.</shortdesc>
+ <description>
+ Celix is an implementation of the OSGi specification adapted to C.
+ It will follow the API as close as possible, but since the OSGi
specification is written primarily for Java, there will be differences (Java is
OO, C is procedural).
+ An important aspect of the implementation is interoperability between
Java and C. This interoperability is achieved by porting and implementing the
Remote Services specification in Celix.
+ </description>
+ <bug-database rdf:resource="https://issues.apache.org/jira/browse/celix" />
+ <download-page
rdf:resource="http://incubator.apache.org/celix/download.html" />
+ <mailing-list
rdf:resource="http://incubator.apache.org/celix/support/mailinglist.html" />
+ <programming-language>C</programming-language>
+ <category
rdf:resource="http://projects.apache.org/category/network-server" />
+ <repository>
+ <SVNRepository>
+ <location
rdf:resource="https://svn.apache.org/repos/asf/incubator/celix"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/incubator/celix/"/>
+ </SVNRepository>
+ </repository>
+ </Project>
+</rdf:RDF>
Propchange: incubator/celix/trunk/doap/doap_Celix.rdf
------------------------------------------------------------------------------
svn:executable = *