mirror of https://github.com/apache/activemq.git
Creating a project doap file so we can be included at http://projects.apache.org/index.html
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@389208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d43a18e2a
commit
af9ee40075
|
@ -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:chirino@apache.org"/>
|
||||
</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>
|
Loading…
Reference in New Issue