Author: chirino
Date: Mon Mar 27 09:46:11 2006
New Revision: 389208

URL: http://svn.apache.org/viewcvs?rev=389208&view=rev
Log:
Creating a project doap file so we can be included at 
http://projects.apache.org/index.html

Added:
    incubator/activemq/trunk/doap.rdf

Added: incubator/activemq/trunk/doap.rdf
URL: 
http://svn.apache.org/viewcvs/incubator/activemq/trunk/doap.rdf?rev=389208&view=auto
==============================================================================
--- incubator/activemq/trunk/doap.rdf (added)
+++ incubator/activemq/trunk/doap.rdf Mon Mar 27 09:46:11 2006
@@ -0,0 +1,42 @@
+<?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://ActiveMQ.rdf.apache.org/";>
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache ActiveMQ</name>
+    <homepage rdf:resource="http://incubator.apache.org/activemq"; />
+    <asfext:pmc rdf:resource="http://incubator.apache.org"; />
+    <shortdesc>ActiveMQ is a fast open source JMS 1.1 provider and Message 
Fabric.</shortdesc>
+    <description>ActiveMQ is a fast open source JMS 1.1 provider and Message 
Fabric supporting clustering, peer networks, discovery, TCP, SSL, multicast, 
persistence, XA and integrates seamlessly into J2EE 1.4 containers, light 
weight containers and any Java application.</description>
+    <bug-database rdf:resource="http://jira.activemq.org/jira/browse/AMQ"; />
+    <mailing-list 
rdf:resource="http://incubator.apache.org/activemq/Mailing+Lists"; />
+    <download-page 
rdf:resource="http://incubator.apache.org/activemq/Download"; />
+    <programming-language>Java</programming-language>
+    <category 
rdf:resource="http://projects.apache.org/category/network-server"; />
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Hiram Chirino</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[EMAIL PROTECTED]"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:standard>
+      <asfext:title>JMS 1.1</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id></asfext:id>
+      <asfext:url rdf:resource="http://java.sun.com/products/jms/docs.html"/>
+    </asfext:standard>
+  </Project>
+</rdf:RDF>


Reply via email to