Author: gnodet
Date: Mon Nov  1 12:22:53 2010
New Revision: 1029620

URL: http://svn.apache.org/viewvc?rev=1029620&view=rev
Log:
Add doap file

Added:
    karaf/doap.rdf

Added: karaf/doap.rdf
URL: http://svn.apache.org/viewvc/karaf/doap.rdf?rev=1029620&view=auto
==============================================================================
--- karaf/doap.rdf (added)
+++ karaf/doap.rdf Mon Nov  1 12:22:53 2010
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<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/";>
+
+  <Project rdf:about="http://servicemix.apache.org/";>
+    <created>2006-03-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache Karaf</name>
+    <homepage rdf:resource="http://karaf.apache.org"; />
+    <asfext:pmc rdf:resource="http://karaf.apache.org"; />
+    <shortdesc>Apache Karaf is an OSGi distribution for server-side 
applications.</shortdesc>
+    <description>Apache Karaf is a small OSGi based runtime which provides a 
lightweight container onto which various components and applications can be 
deployed.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/KARAF"; />
+    <mailing-list rdf:resource="http://karaf.apache.org/mailing-lists.html"; />
+    <download-page rdf:resource="http://karaf.apache.org/download.html"; />
+    <programming-language>Java</programming-language>
+    <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
+    <category rdf:resource="http://projects.apache.org/category/osgi"; />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/karaf/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/karaf/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Guillaume Nodet</foaf:name>
+          <foaf:mbox rdf:resource="mailto:gno...@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>OSGi Core</asfext:title>
+      <asfext:body>OSGi Alliance</asfext:body>
+      <asfext:id>OSGi Core 4.2</asfext:id>
+      <asfext:url rdf:resource="http://www.osgi.org/Release4/HomePage"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>
\ No newline at end of file


Reply via email to