You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/05/31 22:17:34 UTC

svn commit: r1682788 [6/14] - in /comdev/projects.apache.org: scripts/import/ site/doap/abdera/ site/doap/accumulo/ site/doap/ace/ site/doap/activemq/ site/doap/airavata/ site/doap/allura/ site/doap/ambari/ site/doap/ant/ site/doap/any23/ site/doap/apr...

Added: comdev/projects.apache.org/site/doap/db/db-torque.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/db/db-torque.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/db/db-torque.rdf (added)
+++ comdev/projects.apache.org/site/doap/db/db-torque.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,48 @@
+<?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://Torque.rdf.apache.org/">
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Torque</name>
+    <homepage rdf:resource="http://db.apache.org/torque/" />
+    <asfext:pmc rdf:resource="http://db.apache.org" />
+    <shortdesc>Torque is an object-relational mapper for Java.</shortdesc>
+    <description>Torque is an object-relational mapper for Java. In other words, Torque lets you access and manipulate data in a relational database using java objects. Unlike most other object-relational mappers, Torque does not use reflection to access user-provided classes, but it generates the necessary classes (including the Data Objects) from an XML schema describing the database layout (which can either be written by hand or generated from an existing database). The XML schema can also be used to generate and execute a SQL script which creates all the tables in the database.</description>
+    <bug-database rdf:resource="http://issues.apache.org/scarab/issues" />
+    <mailing-list rdf:resource="http://db.apache.org/torque/mail-lists.html" />
+    <download-page rdf:resource="http://db.apache.org/torque/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <name>Torque</name>
+        <created>2006-11-23</created>
+        <revision>3.3-RC1</revision>
+      </Version>
+      <Version>
+        <name>Torque</name>
+        <created>2005-12-10</created>
+        <revision>3.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/db/torque/runtime/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs/db/torque/runtime/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/deltacloud/deltacloud.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/deltacloud/deltacloud.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/deltacloud/deltacloud.rdf (added)
+++ comdev/projects.apache.org/site/doap/deltacloud/deltacloud.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,64 @@
+<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://deltacloud.apache.org">
+    <created>2013-07-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Deltacloud</name>
+    <homepage rdf:resource="http://deltacloud.apache.org" />
+    <asfext:pmc rdf:resource="http://deltacloud.apache.org" />
+    <shortdesc>Apache Deltacloud provides common front-end APIs to abstract differences between cloud providers.</shortdesc>
+    <description>Deltacloud contains a cloud abstraction API - whether the Deltacloud classic API, the DMTF CIMI API or even the EC2 API. Each abstraction API works as a wrapper around a large number of clouds, shielding users from their differences. For every cloud provider there is a driver "speaking" that cloud provider's native API, freeing you from dealing with the particulars of each cloud's API.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DTACLOUD" />
+    <mailing-list rdf:resource="http://deltacloud.apache.org/contact.html" />
+    <download-page rdf:resource="http://deltacloud.apache.org/download.html" />
+    <programming-language>Ruby</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/cloud" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Apache Deltacloud</name>
+        <created>2013-04-22</created>
+        <revision>1.0.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/deltacloud.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/deltacloud.git"/>
+      </SVNRepository>
+    </repository>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Cloud Infrastructure Management Interface</asfext:title>
+        <asfext:body>DMTF</asfext:body>
+        <asfext:id>DSP0263</asfext:id>
+        <asfext:url rdf:resource="http://dmtf.org/standards/cloud"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Deltacloud PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@deltacloud.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/deltaspike/deltaspike.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/deltaspike/deltaspike.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/deltaspike/deltaspike.rdf (added)
+++ comdev/projects.apache.org/site/doap/deltaspike/deltaspike.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,54 @@
+<?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://deltaspike.apache.org">
+    <created>2014-04-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache DeltaSpike</name>
+    <homepage rdf:resource="http://deltaspike.apache.org" />
+    <asfext:pmc rdf:resource="http://deltaspike.apache.org" />
+    <shortdesc>DeltaSpike is a collection of portable Extensions for CDI Containers</shortdesc>
+    <description>Apache DeltaSpike is a portable JSR-299 CDI (Contexts and Dependency Injection for Java) Extension library which contains lots of useful tools and helpers which are missing in the CDI core spec.
+
+DeltaSpike is not a CDI-container itself, but a portable
+Extension library which can run on all CDI-containers!
+
+DeltaSpike is tested and runs on many Java EE Servers like Apache TomEE, Red Hat JBoss Application Server, JBoss Wildfly, Oracle WebLogic, Oracle Glassfish, IBM WebSphere, and also on simple Servlet containers like Apache Tomcat or Jetty in combination with either JBoss Weld or Apache OpenWebBeans.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DELTASPIKE" />
+    <mailing-list rdf:resource="http://deltaspike.apache.org/community.html#mailing-lists" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/javaee" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/deltaspike.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=deltaspike.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Mark Struberg</foaf:name>
+          <foaf:mbox rdf:resource="mailto:struberg@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/devicemap/devicemap.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/devicemap/devicemap.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/devicemap/devicemap.rdf (added)
+++ comdev/projects.apache.org/site/doap/devicemap/devicemap.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,50 @@
+<?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://devicemap.apache.org">
+    <created>2014-12-17</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache DeviceMap</name>
+    <homepage rdf:resource="http://devicemap.apache.org" />
+    <asfext:pmc rdf:resource="http://devicemap.apache.org" />
+    <shortdesc>Device Data Repository and classification API.</shortdesc>
+    <description>Apache Devicemap is a data repository containing devices attributes, and their related browsers, and operating systems. The project also maintains an api to classify these attributes. </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DMAP" />
+    <mailing-list rdf:resource="http://devicemap.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://devicemap.apache.org/download/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/mobile" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/devicemap"/>
+        <browse rdf:resource="https://svn.apache.org/viewvc/devicemap/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Reza Naghibi</foaf:name>
+          <foaf:mbox rdf:resource="mailto:rezan@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/directmemory/directmemory.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/directmemory/directmemory.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/directmemory/directmemory.rdf (added)
+++ comdev/projects.apache.org/site/doap/directmemory/directmemory.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,50 @@
+<?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://directmemory.apache.org">
+    <created>2014-06-23</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache DirectMemory</name>
+    <homepage rdf:resource="http://directmemory.apache.org" />
+    <asfext:pmc rdf:resource="http://directmemory.apache.org" />
+    <description>Apache DirectMemory is a off-heap cache for the Java Virtual Machine</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DIRECTMEMORY" />
+    <mailing-list rdf:resource="http://directmemory.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://directmemory.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Apache DirectMemory 0.2</name>
+        <created>2013-09-15</created>
+        <revision>0.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/directmemory/trunk/"/>
+        <browse rdf:resource="https://svn.apache.org/viewvc/directmemory/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/directory/directory-1.5.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/directory/directory-1.5.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/directory/directory-1.5.rdf (added)
+++ comdev/projects.apache.org/site/doap/directory/directory-1.5.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,91 @@
+<?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://directory.apache.org">
+    <created>2007-04-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Directory Server</name>
+    <homepage rdf:resource="http://directory.apache.org/apacheds/1.5" />
+    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <shortdesc>An extensible, embeddable LDAP and Kerberos server, entirely in Java</shortdesc>
+    <description>ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRSERVER" />
+    <mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory/apacheds/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+
+    <release>
+      <Version>
+        <name>Feature release</name>
+        <created>2010-04-24</created>
+        <revision>1.5.7</revision>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>Stable release</name>
+        <created>2007-05-26</created>
+        <revision>1.0.2</revision>
+      </Version>
+    </release>
+    
+    <release>
+      <Version>
+        <name>Latest 2.x milestone release</name>
+        <created>2012-02-29</created>
+        <revision>2.0.0-M6</revision>
+      </Version>
+    </release>
+
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/directory/apacheds/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/directory/apacheds/"/>
+      </SVNRepository>
+    </repository>
+
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Stefan Zoerner</foaf:name>
+          <foaf:mbox rdf:resource="mailto:szoerner@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4511</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4511.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>The Kerberos Network Authentication Service (V5)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4120</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4120.txt"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/directory/directory-studio.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/directory/directory-studio.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/directory/directory-studio.rdf (added)
+++ comdev/projects.apache.org/site/doap/directory/directory-studio.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,70 @@
+<?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://directory.apache.org/studio/">
+    <created>2007-05-04</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Directory Studio</name>
+    <homepage rdf:resource="http://directory.apache.org/studio/" />
+    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <shortdesc>The Eclipse based LDAP browser and directory client</shortdesc>
+    <description>Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRSTUDIO" />
+    <mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
+    <download-page rdf:resource="http://directory.apache.org/studio/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <release>
+      <Version>
+        <name>Latest stable 1.x release</name>
+        <created>2010-04-05</created>
+        <revision>1.5.3 (1.5.3.v20100330)</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Latest 2.x milestone release</name>
+        <created>2012-02-29</created>
+        <revision>2.0 M3 (2.0.0.v20120224)</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/directory/studio/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/directory/studio/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Pierre-Arnaud Marcelot</foaf:name>
+          <foaf:mbox rdf:resource="mailto:pamarcelot@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4511</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4511.txt"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/directory/directory.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/directory/directory.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/directory/directory.rdf (added)
+++ comdev/projects.apache.org/site/doap/directory/directory.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,69 @@
+<?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://Directory.rdf.apache.org/">
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Directory</name>
+    <homepage rdf:resource="http://directory.apache.org" />
+    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <shortdesc>LDAP and Kerberos, entirely in Java</shortdesc>
+    <description>The Apache Directory project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant by the Open Group (ApacheDS), and Eclipse-based directory tools (Apache Directory Studio).</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIR" />
+    <mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/directory"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/directory"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Alex Karasulu</foaf:name>
+          <foaf:mbox rdf:resource="mailto:akarasulu@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4511</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4511.txt"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>The Kerberos Network Authentication Service (V5)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4120</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4120.txt"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/drill/drill.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/drill/drill.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/drill/drill.rdf (added)
+++ comdev/projects.apache.org/site/doap/drill/drill.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,57 @@
+<?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://drill.apache.org">
+    <created>2015-01-04</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Drill</name>
+    <homepage rdf:resource="http://drill.apache.org" />
+    <asfext:pmc rdf:resource="http://drill.apache.org" />
+    <shortdesc>A distributed SQL MPP for Hadoop and NoSQL</shortdesc>
+    <description>Apache Drill is a distributed MPP query layer that supports SQL and alternative query languages against NoSQL and Hadoop data storage systems. It was inspired in part by Google's Dremel.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DRILL/" />
+    <mailing-list rdf:resource="http://drill.apache.org/community/#mailinglists" />
+    <download-page rdf:resource="http://drill.apache.org/download/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>0.7.0</name>
+        <created>2014-12-23</created>
+        <revision>0.7.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="git://git.apache.org/drill.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=drill.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Jacques Nadeau</foaf:name>
+          <foaf:mbox rdf:resource="mailto:jacques@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/empire-db/empire-db.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/empire-db/empire-db.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/empire-db/empire-db.rdf (added)
+++ comdev/projects.apache.org/site/doap/empire-db/empire-db.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,51 @@
+<?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://empire-db.apache.org">
+    <created>2011-01-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Empire-db</name>
+    <homepage rdf:resource="http://empire-db.apache.org" />
+    <asfext:pmc rdf:resource="http://empire-db.apache.org" />
+    <shortdesc>Apache Empire-db is a lightweight relational database abstraction layer and data persistence component</shortdesc>	
+    <description>Apache Empire-db is a relational database abstraction layer that allows developers to take a much more SQL-centric approach in application development than traditional Object/Relational mapping frameworks (ORM). With its unique object orientated command API it allows the creation of SQL-statements of any complexity that take full advantage of all DBMS features which leads to highly efficient database operations and code. Additionally by eliminating the use of error-prone string operations it also offers an unprecedented level of ease-of-use and compile-time-safety.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/EMPIREDB" />
+    <mailing-list rdf:resource="http://empire-db.apache.org/community/mailing_lists.htm" />
+    <download-page rdf:resource="http://empire-db.apache.org/downloads/latest.htm" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <name>apache-empire-db-2.4.3</name>
+        <created>2014-08-19</created>
+        <revision>2.4.3</revision>
+      </Version>
+    </release>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Rainer Döbele</foaf:name>
+          <foaf:mbox rdf:resource="mailto:doebele@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/etch/etch.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/etch/etch.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/etch/etch.rdf (added)
+++ comdev/projects.apache.org/site/doap/etch/etch.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,107 @@
+<?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://etch.apache.org">
+    <created>2013-02-04</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Etch</name>
+    <homepage rdf:resource="http://etch.apache.org" />
+    <asfext:pmc rdf:resource="http://svn.apache.org/repos/asf/etch/site/trunk/infra/doap_Etch_PMC.rdf" />
+    <shortdesc>Apache Etch provides is a cross-platform, language- and transport-independent RPC-like messaging framework.</shortdesc>
+    <description>Etch is a cross-platform, language- and transport-independent framework for building and consuming network services. The Etch toolset includes a network service description language, a compiler, and binding libraries for a variety of programming languages. Etch is also transport-independent, allowing for a variety of different transports to be used based on need and circumstance. The goal of Etch is to make it simple to define small, focused services that can be easily accessed, combined, and deployed in a similar manner. With Etch, service development and consumption becomes no more difficult than library development and consumption.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ETCH" />
+    <mailing-list rdf:resource="http://etch.apache.org/mailinglists.html" />
+    <download-page rdf:resource="http://etch.apache.org/downloads.html" />
+    <programming-language>C</programming-language>
+    <programming-language>C#</programming-language>
+    <programming-language>C++</programming-language>
+    <programming-language>Go</programming-language>
+    <programming-language>Java</programming-language>
+    <programming-language>JavaScript</programming-language>
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Apache Etch</name>
+        <created>2014-08-06</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Etch</name>
+        <created>2013-09-26</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Etch (incubating)</name>
+        <created>2012-01-03</created>
+        <revision>1.2.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Etch (incubating)</name>
+        <created>2010-10-04</created>
+        <revision>1.1.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Etch (incubating)</name>
+        <created>2009-03-05</created>
+        <revision>1.0.2-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Etch (incubating)</name>
+        <created>2008-09-08</created>
+        <revision>1.0.1-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Etch (incubating)</name>
+        <created>2008-07-29</created>
+        <revision>1.0.0-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/etch"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/etch"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Etch PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@etch.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/falcon/falcon.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/falcon/falcon.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/falcon/falcon.rdf (added)
+++ comdev/projects.apache.org/site/doap/falcon/falcon.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,63 @@
+<?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://falcon.apache.org">
+    <created>2014-12-31</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Falcon</name>
+    <homepage rdf:resource="http://falcon.apache.org" />
+    <asfext:pmc rdf:resource="http://falcon.apache.org" />
+    <shortdesc>Data management and processing platform</shortdesc>
+    <description>Apache Falcon is a data processing and management solution for Hadoop designed for data motion, coordination of data pipelines, lifecycle management, and data discovery. Falcon enables end consumers to quickly onboard their data and its associated processing and management tasks on Hadoop clusters.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FALCON" />
+    <mailing-list rdf:resource="http://falcon.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/incubator/falcon/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Apache Falcon</name>
+        <created>2014-12-05</created>
+        <revision>0.7-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/falcon"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/falcon/"/>
+      </SVNRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf?p=falcon.git"/>
+        <browse rdf:resource="https://github.com/apache/falcon"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Srikanth Sundarrajan</foaf:name>
+          <foaf:mbox rdf:resource="mailto:sriksun@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/felix/felix.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/felix/felix.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/felix/felix.rdf (added)
+++ comdev/projects.apache.org/site/doap/felix/felix.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,47 @@
+<?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://felix.apache.org">
+    <created>2007-06-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Felix</name>
+    <homepage rdf:resource="http://felix.apache.org" />
+    <asfext:pmc rdf:resource="http://felix.apache.org" />
+    <shortdesc>OSGi framework implementation and related technologies.</shortdesc>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FELIX" />
+    <download-page rdf:resource="http://felix.apache.org/site/downloads.cgi" />
+    <mailing-list rdf:resource="http://felix.apache.org/site/mailinglists.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/felix"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/felix/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Felix PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@felix.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>OSGi R4 Specification</asfext:title>
+      <asfext:body>OSGi Alliance</asfext:body>
+      <asfext:id></asfext:id>
+      <asfext:url rdf:resource="http://www.osgi.org"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/flex/flex.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/flex/flex.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/flex/flex.rdf (added)
+++ comdev/projects.apache.org/site/doap/flex/flex.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,57 @@
+<?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://flex.apache.org">
+    <created>2013-01-06</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Flex</name>
+    <homepage rdf:resource="http://flex.apache.org" />
+    <asfext:pmc rdf:resource="http://flex.apache.org/pmc_Flex.rdf" />
+    <shortdesc>Apache Flex® is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv).</shortdesc>
+    <description>Apache Flex® is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv). It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications can be deployed to the ubiquitous Adobe® Flash® Player in the browser, Adobe® AIR™ on desktop and mobile or to native Android™, IOS™, QNX®, Windows® or Mac® applications.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLEX" />
+    <mailing-list rdf:resource="http://flex.apache.org/community-mailinglists.html" />
+    <download-page rdf:resource="http://flex.apache.org/download-source.html" />
+    <programming-language>ActionScript</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Apache Flex SDK 4.14.0</name>
+        <created>2015-01-29</created>
+        <revision>4.14.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/flex-sdk.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git;a=summary"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Alex Harui</foaf:name>
+          <foaf:mbox rdf:resource="mailto:aharui@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/flink/flink.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/flink/flink.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/flink/flink.rdf (added)
+++ comdev/projects.apache.org/site/doap/flink/flink.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,51 @@
+<?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://flink.apache.org">
+    <created>2015-01-06</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Flink</name>
+    <homepage rdf:resource="http://flink.apache.org" />
+    <asfext:pmc rdf:resource="http://flink.apache.org" />
+    <shortdesc>Fast and reliable large-scale data processing</shortdesc>
+    <description>Flink is an open source system for expressive, declarative, fast, and efficient data analysis. It combines the scalability and programming flexibility of distributed MapReduce-like platforms with the efficiency, out-of-core execution, and query optimization capabilities found in parallel databases.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLINK" />
+    <mailing-list rdf:resource="http://flink.apache.org/community.html#mailing-lists" />
+    <download-page rdf:resource="http://flink.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/flink/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/flink/?pathrev=1649876"/>
+      </SVNRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/flink.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=flink.git"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/flume/flume.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/flume/flume.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/flume/flume.rdf (added)
+++ comdev/projects.apache.org/site/doap/flume/flume.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,57 @@
+<?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://flume.apache.org">
+    <created>2014-06-13</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Flume</name>
+    <homepage rdf:resource="http://flume.apache.org" />
+    <asfext:pmc rdf:resource="http://flume.apache.org" />
+    <shortdesc>Apache Flume is a distributed, reliable, and available system for efficiently collecting, aggregating and moving large amounts of log data from many different sources to a centralized data store.</shortdesc>
+    <description>Apache Flume is a distributed, reliable, and available system for efficiently collecting, aggregating and moving large amounts of log data from many different sources to a centralized data store</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/FLUME" />
+    <mailing-list rdf:resource="http://flume.apache.org/mailinglists.html" />
+    <download-page rdf:resource="http://flume.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Apache Flume</name>
+        <created>2014-05-20</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf?p=flume.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=flume.git"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Flume Developers</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@flume.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/forrest/forrest.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/forrest/forrest.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/forrest/forrest.rdf (added)
+++ comdev/projects.apache.org/site/doap/forrest/forrest.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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://forrest.apache.org/">
+    <name>Apache Forrest</name>
+    <homepage rdf:resource="http://forrest.apache.org/"/>
+    <asfext:pmc rdf:resource="http://forrest.apache.org/" />
+    <created>2005-06-23</created>
+    <shortdesc xml:lang="en">
+      Aggregated multi-channel documentation framework, separation of concerns.
+    </shortdesc>
+    <description xml:lang="en">
+      Apache Forrest&#x2122; software is a publishing framework that transforms
+      input from various sources into a unified presentation in one or more
+      output formats. The modular and extensible plug-in architecture of
+      Apache Forrest is based on Apache Cocoon and the relevant industry
+      standards that separate presentation from content. Forrest can generate
+      static documents, or be used as a dynamic server, or be deployed by its
+      automated facility.
+    </description>
+    <programming-language xml:lang="en">Java</programming-language>
+    <programming-language>XML</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/build-management"/>
+    <category rdf:resource="http://projects.apache.org/category/database"/>
+    <category rdf:resource="http://projects.apache.org/category/graphics"/>
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/network-client"/>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"/>
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <license rdf:resource="http://forrest.apache.org/license.html"/>
+    <download-page rdf:resource="http://forrest.apache.org/mirrors.cgi"/>
+    <bug-database rdf:resource="http://forrest.apache.org/issues.html"/>
+    <mailing-list rdf:resource="http://forrest.apache.org/mail-lists.html"/>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewvc/forrest/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/forrest/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>The Apache Forrest Project</foaf:name>
+        <foaf:homepage rdf:resource="http://forrest.apache.org/who.html"/>
+        <foaf:mbox rdf:resource="mailto:dev@forrest.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <release>
+      <Version>
+        <name>Latest stable release</name>
+        <revision>0.9</revision>
+        <created>2011-02-07</created>
+      </Version>
+    </release>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/geronimo/geronimo.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/geronimo/geronimo.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/geronimo/geronimo.rdf (added)
+++ comdev/projects.apache.org/site/doap/geronimo/geronimo.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,104 @@
+<?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) 2003-2010 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://geronimo.apache.org/">
+    <created>2010-04-30</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Geronimo</name>
+    <homepage rdf:resource="http://geronimo.apache.org" />
+    <asfext:pmc rdf:resource="http://geronimo.apache.org" />
+    <shortdesc>Java EE Application Server</shortdesc>
+    <description>Apache Geronimo is an open source server runtime that integrates the best open source projects to create Java/OSGi server runtimes that meet the needs of enterprise developers and system administrators. Our most popular distribution is a fully certified Java EE 5 application server runtime.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/GERONIMO" />
+    <mailing-list rdf:resource="http://geronimo.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://geronimo.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/javaee"/>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/web-framework"/>
+    <release>
+      <Version>
+        <name>Latest 2.2 release</name>
+        <created>2011-01-18</created>
+        <revision>2.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Latest 2.1 release</name>
+        <created>2010-12-12</created>
+        <revision>2.1.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Final 2.0 release</name>
+        <created>2007-10-19</created>
+        <revision>2.0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Final 1.1 release</name>
+        <created>2006-09-18</created>
+        <revision>1.1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Final 1.0 release</name>
+        <created>2006-07-05</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/geronimo/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/geronimo/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Donald Woods</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dwoods@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java 2 Platform, Enterprise Edition 1.4 Specification</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 151</asfext:id>
+        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=151"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java Platform, Enterprise Edition 5 Specification</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 244</asfext:id>
+        <asfext:url rdf:resource="http://www.jcp.org/en/jsr/detail?id=244"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java Platform, Enterprise Edition 6 (Java EE 6) Specification</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 316</asfext:id>
+        <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=316"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/giraph/giraph.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/giraph/giraph.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/giraph/giraph.rdf (added)
+++ comdev/projects.apache.org/site/doap/giraph/giraph.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,50 @@
+<?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://giraph.apache.org">
+    <created>2014-06-30</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Giraph</name>
+    <homepage rdf:resource="http://giraph.apache.org" />
+    <asfext:pmc rdf:resource="http://giraph.apache.org" />
+    <shortdesc>Apache Giraph is an iterative graph processing system built for high scalability. </shortdesc>
+    <description>Apache Giraph is an iterative graph processing system built for high scalability. For example, it is currently used at Facebook to analyze the social graph formed by users and their connections. </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/GIRAPH" />
+    <mailing-list rdf:resource="http://giraph.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/giraph" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/giraph.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/giraph.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Avery Ching</foaf:name>
+          <foaf:mbox rdf:resource="mailto:aching@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/gora/gora.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/gora/gora.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/gora/gora.rdf (added)
+++ comdev/projects.apache.org/site/doap/gora/gora.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,73 @@
+<?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://gora.apache.org">
+    <created>2012-01-30</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Gora</name>
+    <homepage rdf:resource="http://gora.apache.org" />
+    <asfext:pmc rdf:resource="http://gora.apache.org" />
+    <shortdesc>The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce support.</shortdesc>
+    <description>Although there are various excellent ORM frameworks for relational databases, data modeling in NoSQL data stores differ profoundly from their relational cousins. Moreover, data-model agnostic frameworks such as JDO are not sufficient for use cases, where one needs to use the full power of the data models in column stores. Gora fills this gap by giving the user an easy-to-use in-memory data model and persistence for big data framework with data store specific mappings and built in Apache Hadoop support.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/GORA" />
+    <mailing-list rdf:resource="http://gora.apache.org/mailing_lists.html" />
+    <download-page rdf:resource="http://gora.apache.org/releases.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <releases>
+    <release>
+      <Version>
+        <name>0.2 release</name>
+        <created>2012-04-20</created> 
+        <revision>0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>0.1.1-incubating release</name>
+        <created>2011-09-24</created>
+        <revision>0.1.1-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>0.1-incubating release</name>
+        <created>2011-04-06</created>
+        <revision>0.1-incubating</revision>
+      </Version>
+    </release>
+    </releases>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/gora/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/gora/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Gora Development Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@gora.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/gump/gump.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/gump/gump.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/gump/gump.rdf (added)
+++ comdev/projects.apache.org/site/doap/gump/gump.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,45 @@
+<?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://gump.apache.org/">
+    <created>2006-02-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Gump</name>
+    <homepage rdf:resource="http://gump.apache.org/" />
+    <asfext:pmc rdf:resource="http://gump.apache.org" />
+    <shortdesc>Gump provides large scale continuous integration for various open source projects.</shortdesc>
+    <bug-database rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10457" />
+    <mailing-list rdf:resource="http://gump.apache.org/mail.html" />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/build-management" />
+    <category rdf:resource="http://projects.apache.org/category/testing" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/gump/"/>
+        <browse rdf:resource="http://"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/hadoop/hadoop.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/hadoop/hadoop.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/hadoop/hadoop.rdf (added)
+++ comdev/projects.apache.org/site/doap/hadoop/hadoop.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,36 @@
+<?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://hadoop.apache.org/">
+    <created>2006-02-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Hadoop</name>
+    <homepage rdf:resource="http://hadoop.apache.org/" />
+    <asfext:pmc rdf:resource="http://hadoop.apache.org" />
+    <shortdesc>A distributed computing platform.</shortdesc>
+    <description>Hadoop is a distributed computing platform. This includes the Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HADOOP" />
+    <mailing-list rdf:resource="http://hadoop.apache.org/mailing_lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/hadoop/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/hadoop/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/hadoop/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/hama/hama.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/hama/hama.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/hama/hama.rdf (added)
+++ comdev/projects.apache.org/site/doap/hama/hama.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,50 @@
+<?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://hama.apache.org">
+    <created>2014-04-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Hama</name>
+    <homepage rdf:resource="http://hama.apache.org" />
+    <asfext:pmc rdf:resource="http://hama.apache.org" />
+    <shortdesc>Hama is an efficient and scalable general-purpose BSP computing engine.</shortdesc>
+    <description>The Apache Hama is an efficient and scalable general-purpose BSP computing engine which can be used to speed up a large variety of compute-intensive analytics applications.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/HAMA" />
+    <mailing-list rdf:resource="http://hama.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://hama.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/hama/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/hama/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Edward J. Yoon</foaf:name>
+          <foaf:mbox rdf:resource="mailto:edwardyoon@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/hbase/hbase.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/hbase/hbase.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/hbase/hbase.rdf (added)
+++ comdev/projects.apache.org/site/doap/hbase/hbase.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,57 @@
+<?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://hbase.apache.org">
+    <created>2012-04-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache HBase</name>
+    <homepage rdf:resource="http://hbase.apache.org" />
+    <asfext:pmc rdf:resource="http://hbase.apache.org" />
+    <shortdesc>Apache HBase software is the Hadoop database. Think of it as a distributed, scalable, big data store.</shortdesc>
+    <description>Use Apache HBase software when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware. HBase is an open-source, distributed, versioned, column-oriented store modeled after Google's Bigtable: A Distributed Storage System for Structured Data by Chang et al. Just as Bigtable leverages the distributed data storage provided by the Google File System, HBase provides Bigtable-like capabilities on top of Hadoop and HDFS. </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HBASE" />
+    <mailing-list rdf:resource="http://hbase.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/hbase/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <release>
+      <Version>
+        <name>Apache hbase 0.92.1</name>
+        <created>2012-03-19</created>
+        <revision>0.92.1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/hbase"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/hbase"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache HBase PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@hbase.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/helix/helix.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/helix/helix.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/helix/helix.rdf (added)
+++ comdev/projects.apache.org/site/doap/helix/helix.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,52 @@
+<?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://helix.apache.org">
+    <created>2014-04-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Helix</name>
+    <homepage rdf:resource="http://helix.apache.org" />
+    <asfext:pmc rdf:resource="http://helix.apache.org" />
+    <shortdesc>A cluster management framework for partitioned and replicated distributed resources</shortdesc>
+    <description>Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/HELIX" />
+    <mailing-list rdf:resource="http://helix.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/helix" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/cloud" />
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Helix 0.6.3</name>
+        <created>2014-03-27</created>
+        <revision>0.6.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/helix.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>