You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/03/28 09:24:57 UTC

svn commit: r389429 - /incubator/servicemix/trunk/doap.rdf

Author: gnodet
Date: Mon Mar 27 23:24:50 2006
New Revision: 389429

URL: http://svn.apache.org/viewcvs?rev=389429&view=rev
Log:
Add doap rdf file for ServiceMix

Added:
    incubator/servicemix/trunk/doap.rdf

Added: incubator/servicemix/trunk/doap.rdf
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/doap.rdf?rev=389429&view=auto
==============================================================================
--- incubator/servicemix/trunk/doap.rdf (added)
+++ incubator/servicemix/trunk/doap.rdf Mon Mar 27 23:24:50 2006
@@ -0,0 +1,49 @@
+<?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://incubator.apache.org/servicemix">
+    <created>2006-03-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache ServiceMix</name>
+    <homepage rdf:resource="http://incubator.apache.org/servicemix" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>Apache ServiceMix is an open source ESB based on JBI.</shortdesc>
+    <description>Apache ServiceMix is an open source distributed Enterprise Service Bus (ESB) and SOA toolkit built from the ground up on the semantics and APIs of the Java Business Integration (JBI) specification JSR 208 and released under the Apache license.</description>
+    <bug-database rdf:resource="http://issues.apache.org/activemq/browse/SM" />
+    <mailing-list rdf:resource="http://incubator.apache.org/servicemix/Mailing+Lists" />
+    <download-page rdf:resource="http://incubator.apache.org/servicemix/Download" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/incubator/servicemix/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/incubator/servicemix/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Guillaume Nodet</foaf:name>
+          <foaf:mbox rdf:resource="mailto:gnodet@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Java Business Integration</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>JSR 208</asfext:id>
+      <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=208"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>