You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/07/09 09:42:28 UTC

svn commit: r1358950 - /ace/doap.rdf

Author: marrs
Date: Mon Jul  9 07:42:27 2012
New Revision: 1358950

URL: http://svn.apache.org/viewvc?rev=1358950&view=rev
Log:
Added the DOAP RDF description for the Apache ACE project.

Added:
    ace/doap.rdf

Added: ace/doap.rdf
URL: http://svn.apache.org/viewvc/ace/doap.rdf?rev=1358950&view=auto
==============================================================================
--- ace/doap.rdf (added)
+++ ace/doap.rdf Mon Jul  9 07:42:27 2012
@@ -0,0 +1,59 @@
+<?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/">
+<!--
+    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.
+-->
+  <Project rdf:about="http://ace.apache.org">
+    <name>Apache ACE</name>
+    <homepage rdf:resource="http://ace.apache.org" />
+    <programming-language>Java</programming-language>
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <asfext:pmc rdf:resource="http://ace.apache.org" />
+    <shortdesc>Apache ACE is a distribution framework that allows you to centrally manage and distribute software components, configuration data and other artifacts to target systems. It is built using OSGi and can be deployed in different topologies. The target systems are usually also OSGi based, but don't have to be.</shortdesc>
+    <description>When assembling software out of reusable components, the task of deploying software onto an ever increasing number of targets is not trivial to solve. This becomes even harder when these targets require different components based on who's using them.
+
+Apache ACE allows you to group those components and assign them to a managed set of targets. This allows you to distribute updates and new components easily, while keeping a full history of what was installed where during what period. It also helps you setup an automated development, QA/testing, staging and production environment.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ace" />
+    <mailing-list rdf:resource="http://ace.apache.org/get-involved/mailing-lists.html" />
+    <download-page rdf:resource="http://ace.apache.org/downloads.html" />
+    <category rdf:resource="http://projects.apache.org/category/osgi" />
+    <release>
+      <Version>
+        <name>Apache ACE 0.8.1</name>
+        <created>2011-12-13</created>
+        <revision>0.8.1</revision>
+      </Version>
+    </release>
+	<repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/ace"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/ace"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache ACE PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@ace.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>