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 [2/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/attic/beehive.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/beehive.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/beehive.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/beehive.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+<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://beehive.apache.org">
+    <created>2006-03-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Beehive</name>
+    <homepage rdf:resource="http://beehive.apache.org" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>Beehive makes J2EE programming easier by building a simple object model on J2EE and Struts</shortdesc>
+    <description>Our goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using Java 5 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has three pieces.
+
+NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts.
+ 
+Controls: A lightweight, metadata-driven component framework that reduces the complexity of being a client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access a diverse set of enterprise resources using a single configuration model.
+
+Web Service Metadata (WSM): An implementation of JSR 181 which standardizes a simplified, annotation-driven model for building Java web services.
+
+In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs such as EJB, JMS, JDBC, and web services.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/BEEHIVE" />
+    <mailing-list rdf:resource="http://beehive.apache.org/mailinglists.html" />
+    <download-page rdf:resource="http://beehive.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>Apache Beehive</name>
+        <created>2006-02-13</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Beehive</name>
+        <created>2006-12-04</created>
+        <revision>1.0.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/beehive/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/beehive/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Beehive PMC</foaf:name>
+        <foaf:mbox rdf:resource="mailto:private@beehive.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/esme.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/esme.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/esme.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/esme.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,53 @@
+<?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://esme.apache.org">
+    <created>2011-06-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache ESME</name>
+    <homepage rdf:resource="http://esme.apache.org" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>Apache ESME (Enterprise Social Messaging Environment) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.   </shortdesc>
+    <description>Apache ESME (Enterprise Social Messaging Environment) is a secure and highly scalable microsharing and micromessaging platform that allows people to discover and meet one another and get controlled access to other sources of information, all in a business process context.   
+You can hardly turn a web page these days without seeing a story that describes how people are using social networks, whether it is Twitter, Facebook or some other service to develop and build their personal communities. In business, we increasingly see blogs and wikis demonstrating utility in problem solving and communications but the real time nature of business process problem solving largely remains untouched by social networking tools. Existing services, while attractive do not scale well and have proven unreliable. This is unacceptable to business which must be 'Always On' and able to support people in their daily working lives. Such applications must therefore be scalable and reliable but also provide a lot more.
+When solving problems, how good might it be if a user was able to tap into the collective knowledge of her peers or surrounding groups of people with whom she might naturally network in the workplace setting? How much quicker and with greater precision might she be able to solve daily problems? What if there was a communications mechanism that takes the best of what services like Twitter offers and co-mingled that with readily recognizable business processes? That solution is Apache ESME.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ESME" />
+    <download-page rdf:resource="http://svn.apache.org/repos/asf/esme/" />
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/content" />
+    <release>
+      <Version>
+        <name>esme-1.2</name>
+        <created>2011-03-04</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/esme"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/esme/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer rdf:resource="http://www.dakoller.net/foaf.rdf#me"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/excalibur.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/excalibur.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/excalibur.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/excalibur.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<?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/">
+  <Project rdf:about="http://excalibur.apache.org">
+    <created>2006-07-26</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Excalibur</name>
+    <homepage rdf:resource="http://excalibur.apache.org" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>Java inversion of control framework including containers and components</shortdesc>
+    <description>The predecessor of Apache Avalon, Apache Excalibur hosts the Avalon framework, a Java container framework, the Excalibur and Fortress inversion of control containers, and a rich library of components.  Excalibur code powers Apache James and Cocoon and numerous other open source and commercial projects.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10420" />
+    <mailing-list rdf:resource="http://excalibur.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://excalibur.apache.org/download.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>Excalibur Fortress</name>
+        <created>2005-08-29</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/excalibur/"/>
+        <browse rdf:resource="http://cvs.apache.org/viewcvs.cgi/excalibur/?root=Apache-SVN"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>J Aaron Farr</foaf:name>
+          <foaf:mbox rdf:resource="mailto:farra@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/harmony.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/harmony.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/harmony.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/harmony.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?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://harmony.apache.org/">
+    <created>2010-11-24</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Harmony</name>
+    <homepage rdf:resource="http://harmony.apache.org/" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>A Java SE 5 and 6 runtime and development kit.</shortdesc>
+    <description> Apache Harmony software is a modular Java runtime with class libraries and associated tools.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HARMONY" />
+    <mailing-list rdf:resource="http://harmony.apache.org/mailing.html" />
+    <download-page rdf:resource="http://harmony.apache.org/download.cgi" />
+    <programming-language>Java</programming-language>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/virtual-machine" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>Harmony 5.0 M15</name>
+        <created>2010-09-01</created>
+        <revision>5.0M15</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Harmony 6.0 M3</name>
+        <created>2010-09-02</created>
+        <revision>6.0M3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/harmony/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/harmony/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Nathan Beyer</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ndbeyer@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Java SE 5</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>java-se-5</asfext:id>
+      <asfext:url rdf:resource="http://download.oracle.com/javase/1.5.0/docs/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Java SE 6</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>java-se-6</asfext:id>
+      <asfext:url rdf:resource="http://download.oracle.com/javase/6/docs/"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/jakarta-cactus.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/jakarta-cactus.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/jakarta-cactus.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/jakarta-cactus.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<!--
+		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.   
+-->
+<?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/">
+  <Project rdf:about="http://jakarta.apache.org/cactus">
+    <created>2007-07-09</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Jakarta Cactus</name>
+    <homepage rdf:resource="http://jakarta.apache.org/cactus" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).</shortdesc>
+    <description>The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it.
+
+Cactus implements an in-container strategy, meaning that tests are executed inside the container. </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10471" />
+    <mailing-list rdf:resource="http://jakarta.apache.org/cactus/mailinglist.html" />
+    <download-page rdf:resource="http://jakarta.apache.org/cactus/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/testing" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>v1.8.0</name>
+        <created>April 11 2008</created>
+        <revision>1.8.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/cactus/"/>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/jakarta/cactus/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Petar Tahchiev</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ptahchiev@apache.org"/>
+      </foaf:Person>
+   </maintainer>
+   <maintainer>
+      <foaf:Person>
+        <foaf:name>Felipe Leme</foaf:name>
+          <foaf:mbox rdf:resource="mailto:felipeal@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/jakarta-ecs.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/jakarta-ecs.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/jakarta-ecs.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/jakarta-ecs.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.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#">
+  <Project rdf:about="http://httpd.apache.org/">
+    <created>2006-01-20</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache ECS</name>
+    <homepage rdf:resource="http://jakarta.apache.org/ecs/" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>API for generating elements for various markup languages</shortdesc>
+    <description>The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language.</description>
+    <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#ECS" />
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_ecs.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>ecs</name>
+        <created>2003-07-10</created>
+        <revision>1.4.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/ecs/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/ecs/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/jakarta-oro.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/jakarta-oro.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/jakarta-oro.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/jakarta-oro.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.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#">
+  <Project rdf:about="http://httpd.apache.org/">
+    <created>2006-01-20</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache ORO</name>
+    <homepage rdf:resource="http://jakarta.apache.org/oro/" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>Regular Expression engine supporting various dialects</shortdesc>
+    <description>A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</description>
+    <bug-database rdf:resource="http://http://issues.apache.org/bugzilla/buglist.cgi?product=ORO" />
+    <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#ORO" />
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_oro.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/regexp" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>jakarta-oro</name>
+        <created>2003-12-28</created>
+        <revision>2.0.8</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/oro/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/oro/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/jakarta-regexp.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/jakarta-regexp.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/jakarta-regexp.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/jakarta-regexp.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<!--
+  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.
+-->
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.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#">
+  <Project rdf:about="http://jakarta.apache.org/">
+    <created>2006-01-20</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Regexp</name>
+    <homepage rdf:resource="http://jakarta.apache.org/regexp/" />
+    <asfext:pmc rdf:resource="http://attic.apache.org/" />
+    <shortdesc>Regular Expression engine</shortdesc>
+    <description>100% Pure Java Regular Expression package</description>
+    <bug-database rdf:resource="http://http://issues.apache.org/bugzilla/buglist.cgi?product=regexp" />
+    <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Regexp" />
+    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_regexp.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/regexp" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>jakarta-regexp</name>
+        <created>2005-08-16</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/regexp/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/regexp/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/lenya.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/lenya.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/lenya.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/lenya.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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://Lenya.rdf.apache.org/">
+    <created>2006-02-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Lenya</name>
+    <homepage rdf:resource="http://lenya.apache.org" />
+    <asfext:pmc rdf:resource="http://lenya.apache.org" />
+    <shortdesc>Content Management Framework</shortdesc>
+    <description>Apache Lenya is an Open Source Java/XML Content Management Framework and comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.</description>
+    <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=Lenya" />
+    <mailing-list rdf:resource="http://lenya.apache.org/community/mailing-lists.html" />
+    <download-page rdf:resource="http://lenya.apache.org/docs/2_0_x/installation/index.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <release>
+      <Version>
+        <name>Latest release</name>
+        <created>2010-02-20</created>
+        <revision>2.0.4</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/lenya/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lenya/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Andreas Hartmann</foaf:name>
+          <foaf:mbox rdf:resource="mailto:andreas@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/shale.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/shale.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/shale.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/shale.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://Shale.rdf.apache.org/">
+    <created>2006-03-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Shale</name>
+    <homepage rdf:resource="http://shale.apache.org" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>Home of several MVC Web Frameworks</shortdesc>
+    <description>Shale is a modern web application framework, fundamentaly based on JavaServer Faces, and focused on improving ease of use for developers adopting JSF as a foundational technology in their own development environments.</description>
+    <bug-database rdf:resource="http://issues.apache.org/struts/" />
+    <mailing-list rdf:resource="http://shale.apache.org/mail.html" />
+    <download-page rdf:resource="http://shale.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/shale/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs/shale/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/whirr.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/whirr.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/whirr.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/whirr.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://whirr.apache.org">
+    <created>2011-11-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Whirr</name>
+    <homepage rdf:resource="http://whirr.apache.org" />
+    <asfext:pmc rdf:resource="http://whirr.apache.org" />
+    <shortdesc>Apache Whirr is a set of libraries for running cloud services</shortdesc>
+    <description>Apache Whirr is a set of libraries for running cloud services
+
+Whirr provides:
+1. A cloud-neutral way to run services. You don't have to worry about the idiosyncrasies of each provider.
+2. A common service API. The details of provisioning are particular to the service.
+3. Smart defaults for services. You can get a properly configured system running quickly, while still being able to override settings as needed.
+
+You can also use Whirr as a command line tool for deploying clusters.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/WHIRR" />
+    <mailing-list rdf:resource="http://whirr.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/whirr/" />
+    <programming-language>Java</programming-language>
+    <programming-language>Bash</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <release>
+      <Version>
+        <name>Whirr 0.7.0</name>
+        <created>2011-12-20</created>
+        <revision>0.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Whirr 0.6.0-incubating</name>
+        <created>2011-08-27</created>
+        <revision>0.6.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Whirr 0.5.0-incubating</name>
+        <created>2011-06-03</created>
+        <revision>0.5.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Whirr 0.4.0-incubating</name>
+        <created>2011-03-30</created>
+        <revision>0.4.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Whirr 0.3.0-incubating</name>
+        <created>2011-01-30</created>
+        <revision>0.3.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Whirr 0.2.0-incubating</name>
+        <created>2010-11-15</created>
+        <revision>0.2.0-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Whirr 0.1.0-incubating</name>
+        <created>2010-09-20</created>
+        <revision>0.1.0-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/whirr/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/whirr/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Whirr Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dev@whirr.apache.org"/>
+      </foaf:Person>
+    </maintainer> 
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/xml-xindice.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/xml-xindice.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/xml-xindice.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/xml-xindice.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,61 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+  - 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.
+  -
+  - $Id$
+  -->
+
+<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://Xindice.rdf.apache.org/">
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Xindice</name>
+    <homepage rdf:resource="http://xml.apache.org/xindice/" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>XML Database</shortdesc>
+    <description>Pure Java based native XML database. Supports XPath and XUpdate.</description>
+    <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;bug_status=__open__&amp;product=Xindice" />
+    <mailing-list rdf:resource="http://xml.apache.org/xindice/mail.html" />
+    <download-page rdf:resource="http://xml.apache.org/xindice/download.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <category rdf:resource="http://projects.apache.org/category/retired" />
+    <release>
+      <Version>
+        <name>xindice</name>
+        <created>2004-04-09</created>
+        <revision>1.1b4</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xml/xindice/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/xml/xindice/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Todd Byrne</foaf:name>
+        <foaf:mbox rdf:resource="mailto:toddbyrne@gmail.com"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/attic/xmlbeans.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/attic/xmlbeans.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/attic/xmlbeans.rdf (added)
+++ comdev/projects.apache.org/site/doap/attic/xmlbeans.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,89 @@
+<?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://XMLBeans.rdf.apache.org/">
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache XMLBeans</name>
+    <homepage rdf:resource="http://xmlbeans.apache.org/" />
+    <asfext:pmc rdf:resource="http://attic.apache.org" />
+    <shortdesc>XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML: strong XMLSchema typed model, cursor API, streaming (SAX, Stax) and DOM. XMLBeans covers 100% XMLSchema support while giving access to full infoset of documents.</shortdesc>
+    <description>XMLBeans is a tool that allows you to access the full power of XML in a Java friendly way. The idea is that you can take advantage of the richness and features of XML and XML Schema and have these features mapped as naturally as possible to the equivalent Java language and typing constructs. XMLBeans uses XML Schema to compile Java interfaces and classes that you can then use to access and modify XML instance data. Using XMLBeans is similar to using any other Java interface/class, you will see things like getFoo or setFoo just as you would expect when working with Java. While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also API's that allow you access to the full XML infoset (XMLBeans keeps XML Infoset fidelity) as well as to allow you to reflect into the XML schema itself through an XML Schema Object model.
+
+For more details on XMLBeans see the XMLBeans Wiki pages or the XMLBeans documentation (the Documentation tab on this website).
+What Makes XMLBeans Different
+
+There are at least two major things that make XMLBeans unique from other XML-Java binding options.
+
+   1. Full XML Schema support. XMLBeans fully supports XML Schema and the corresponding java classes provide constructs for all of the major functionality of XML Schema. This is critical since often times you do not have control over the features of XML Schema that you need to work with in Java. Also, XML Schema oriented applications can take full advantage of the power of XML Schema and not have to restrict themselvs to a subset.
+   2. Full XML Infoset fidelity.When unmarshalling an XML instance the full XML infoset is kept and is available to the developer. This is critical because because of the subset of XML that is not easily represented in java. For example, order of the elements or comments might be needed in a particular application.
+
+A major objective of XMLBeans has been to be applicable in all non-streaming (in memory) XML programming situations. You should be able to compile your XML Schema into a set of java classes and know that 1) you will be able to use XMLBeans for all of the schemas you encounter (even the warped ones) and 2) that you will be able to get to the XML at whatever level is necessary - and not have to resort to multple tools to do this.
+
+To accomplish this XMLBeans provides three major APIs:
+
+    * XmlObject The java classes that are generated from an XML Schema are all derived from XmlObject. These provide strongly typed getters and setters for each of the elements within the defined XML. Complex types are in turn XmlObjects. For example getCustomer might return a CustomerType (which is an XmlObject). Simple types turn into simple getters and setters with the correct java type. For example getName might return a String.
+    * XmlCursor From any XmlObject you can get an XmlCursor. This provides efficient, low level access to the XML Infoset. A cursor represents a position in the XML instance. You can move the cursor around the XML instance at any level of granularity you need from individual characters to Tokens.
+    * SchemaType XMLBeans provides a full XML Schema object model that you can use to reflect on the underlying schema meta information. For example, you might want to generate a sample XML instance for an XML schema or perhaps find the enumerations for an element so that you can display them.
+
+All of this was built with performance in mind. Informal benchmarks and user feedback indicate that XMLBeans is extremely fast.
+</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10436" />
+    <mailing-list rdf:resource="http://www.mail-archive.com/user%40xmlbeans.apache.org/" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/xmlbeans/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>XMLBeans v2.1.0</name>
+        <created>2005-11-16</created>
+        <revision>2.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>XMLBeans v2.0.0</name>
+        <created>2005-06-30</created>
+        <revision>2.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>XMLBeans v1.0.4</name>
+        <created>2005-02-24</created>
+        <revision>1.0.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>XMLBeans v1.0.4-jdk1.3</name>
+        <created>2005-02-24</created>
+        <revision>1.0.4-jdk1.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xmlbeans/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xmlbeans/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Cezar Andrei</foaf:name>
+          <foaf:mbox rdf:resource="mailto:cezar@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/avro/avro.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/avro/avro.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/avro/avro.rdf (added)
+++ comdev/projects.apache.org/site/doap/avro/avro.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,58 @@
+<?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://avro.apache.org">
+    <created>2011-01-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Avro</name>
+    <homepage rdf:resource="http://avro.apache.org" />
+    <asfext:pmc rdf:resource="http://avro.apache.org" />
+    <shortdesc>Apache Avro is a data serialization system.</shortdesc>
+    <description>Apache Avro is a data serialization system.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/AVRO" />
+    <mailing-list rdf:resource="http://avro.apache.org/mailing_lists.html" />
+    <download-page rdf:resource="http://avro.apache.org/releases.html" />
+    <programming-language>C</programming-language>
+    <programming-language>C++</programming-language>
+    <programming-language>C#</programming-language>
+    <programming-language>Java</programming-language>
+    <programming-language>PHP</programming-language>
+    <programming-language>Python</programming-language>
+    <programming-language>Ruby</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Avro 1.7.2</name>
+        <created>2012-10-20</created>
+        <revision>1.7.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/avro/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/avro/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/axis/axis-core.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/axis/axis-core.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/axis/axis-core.rdf (added)
+++ comdev/projects.apache.org/site/doap/axis/axis-core.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,121 @@
+<?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://axis.apache.org/axis2/java/core">
+    <created>2007-06-08</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Axis2</name>
+    <homepage rdf:resource="http://axis.apache.org/axis2/java/core" />
+    <asfext:pmc rdf:resource="http://axis.apache.org" />
+    <shortdesc>Apache Axis2 is a service hosting and consumption framework that makes it easy to use SOAP and Web Services</shortdesc>
+    <description>Apache Axis2 is a toolkit for creating and using Web Services, including SOAP, MTOM, XML/HTTP and advanced WS-* standards such as WSRM and WSSecurity.
+    Axis2 includes a very fast runtime engine, together with tooling support for WSDL and WS-Policy, and plugin support for WS-Addressing, WS-ReliableMessaging, WS-Security, 
+    WS-Eventing, WS-Transactions, WS-Trust and WS-SecureConversation.
+    Axis2 runs either standalone or hosted in Tomcat or other servlet containers. 
+    </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/AXIS2" />
+    <mailing-list rdf:resource="http://axis.apache.org/axis2/java/core/mail-lists.html" />
+    <download-page rdf:resource="http://axis.apache.org/axis2/java/core/download.cgi" />
+    <programming-language>Java</programming-language>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <category rdf:resource="http://projects.apache.org/category/http"/> 
+    <category rdf:resource="http://projects.apache.org/category/network-server"/> 
+    <category rdf:resource="http://projects.apache.org/category/network-client"/> 
+    
+    <release><Version><name>Apache Axis2</name><created>2006-05-04</created><revision>1.0</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2006-11-13</created><revision>1.1</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2007-01-09</created><revision>1.1.1</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2007-04-27</created><revision>1.2</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2007-07-06</created><revision>1.3</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2008-02-05</created><revision>1.4</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2008-08-24</created><revision>1.4.1</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2009-06-09</created><revision>1.5</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2009-10-23</created><revision>1.5.1</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2010-09-06</created><revision>1.5.2</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2010-11-12</created><revision>1.5.3</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2010-12-19</created><revision>1.5.4</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2011-05-29</created><revision>1.5.5</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2011-08-30</created><revision>1.5.6</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2011-05-17</created><revision>1.6.0</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2011-08-30</created><revision>1.6.1</revision></Version></release>
+    <release><Version><name>Apache Axis2</name><created>2012-04-17</created><revision>1.6.2</revision></Version></release>
+    
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Axis2 Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:java-dev@axis.apache.org?subject=[Axis2]"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>SOAP1.1</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SOAP1.1</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/soap/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>SOAP1.2</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SOAP1.2</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/soap12-part1/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>MTOM</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SOAP-MTOM</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/soap12-mtom/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>HTTP 1.1</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/Protocols/rfc2616/rfc2616.html"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-Addressing</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>WSA</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/2002/ws/addr/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-ReliableMessaging</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>WSRM</asfext:id>
+      <asfext:url rdf:resource="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ws-rx"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-Security</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>WSSEC</asfext:id>
+      <asfext:url rdf:resource="http://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/axis/axis-sandesha.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/axis/axis-sandesha.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/axis/axis-sandesha.rdf (added)
+++ comdev/projects.apache.org/site/doap/axis/axis-sandesha.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,62 @@
+<?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://axis.apache.org/axis2/java/sandesha/">
+    <created>2010-12-19</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Sandesha2</name>
+    <homepage rdf:resource="http://axis.apache.org/axis2/java/sandesha/"/>
+    <asfext:pmc rdf:resource="http://axis.apache.org"/>
+    <shortdesc>Apache Sandesha2 is an Axis2 module implementing WS-RM.</shortdesc>
+    <description>Apache Sandesha2 is an Axis2 module that implements the WS-ReliableMessaging specification. It can be used both on the client side and on the server side.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/SANDESHA2"/>
+    <mailing-list rdf:resource="http://axis.apache.org/axis2/java/sandesha/mail-lists.html"/>
+    <download-page rdf:resource="http://axis.apache.org/axis2/java/sandesha/download.cgi"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <release><Version><name>Apache Sandesha2</name><created>08-10-2007</created><revision>1.3</revision></Version></release>
+    <release><Version><name>Apache Sandesha2</name><created>19-12-2010</created><revision>1.4</revision></Version></release>
+    <release><Version><name>Apache Sandesha2</name><created>02-06-2011</created><revision>1.6.0</revision></Version></release>
+    <release><Version><name>Apache Sandesha2</name><created>10-12-2011</created><revision>1.6.1</revision></Version></release>
+    <release><Version><name>Apache Sandesha2</name><created>30-04-2012</created><revision>1.6.2</revision></Version></release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Axis2 Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:java-dev@axis.apache.org?subject=[Sandesha2]"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>WS-ReliableMessaging</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>WSRM</asfext:id>
+      <asfext:url rdf:resource="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=ws-rx"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/bigtop/bigtop.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/bigtop/bigtop.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/bigtop/bigtop.rdf (added)
+++ comdev/projects.apache.org/site/doap/bigtop/bigtop.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,40 @@
+<?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://bigtop.apache.org/">
+    <created>2012-09-19</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Bigtop</name>
+    <homepage rdf:resource="http://bigtop.apache.org/" />
+    <asfext:pmc rdf:resource="http://bigtop.apache.org" />
+    <shortdesc>A 100% community-driven Bigdata management platform.</shortdesc>
+    <description>Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem. 
+                 The primary goal of Bigtop is to build a community around the packaging and interoperability 
+                 testing of Hadoop-related projects. This includes testing at various levels (packaging, platform, 
+                 runtime, upgrade, etc...) developed by a community with a focus on the system as a whole, rather 
+                 than individual projects. In short we strive to be for Hadoop what Debian is to Linux.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/BIGTOP" />
+    <mailing-list rdf:resource="http://bigtop.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/bigtop/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/bigtop.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=bigtop.git"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/bloodhound/bloodhound.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/bloodhound/bloodhound.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/bloodhound/bloodhound.rdf (added)
+++ comdev/projects.apache.org/site/doap/bloodhound/bloodhound.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://bloodhound.apache.org/">
+    <created>2013-04-15</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Bloodhound</name>
+    <homepage rdf:resource="http://bloodhound.apache.org/" />
+    <asfext:pmc rdf:resource="http://bloodhound.apache.org/" />
+    <shortdesc>Apache Bloodhound is a software development collaboration tool, including issue tracking, wiki and repository browsing</shortdesc>
+    <description>Apache Bloodhound has been created to be an open source collaboration tool to track the progress of and help distribute tasks within a project. With a particular focus on software development it includes integration with popular source control software including Apache Subversion, Git and Mercurial.</description>
+    <bug-database rdf:resource="http://issues.apache.org/bloodhound/" />
+    <mailing-list rdf:resource="https://issues.apache.org/bloodhound/wiki/BloodhoundContactInfo" />
+    <download-page rdf:resource="http://bloodhound.apache.org/" />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/build-management" />
+    <release>
+      <Version>
+        <name>Recommended current 0.5 release</name>
+        <created>2013-04-15</created>
+        <revision>0.5.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/bloodhound/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/bloodhound/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/bookkeeper/bookkeeper.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/bookkeeper/bookkeeper.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/bookkeeper/bookkeeper.rdf (added)
+++ comdev/projects.apache.org/site/doap/bookkeeper/bookkeeper.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,58 @@
+<?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://bookkeeper.apache.org">
+    <created>2014-11-27</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache BookKeeper</name>
+    <homepage rdf:resource="http://bookkeeper.apache.org/" />
+    <asfext:pmc rdf:resource="http://bookkeeper.apache.org" />
+    <shortdesc>A reliable replicated log service</shortdesc>
+    <description>BookKeeper is a reliable replicated log service. It can be used to turn any standalone service into a highly available replicated service. BookKeeper is highly available (no single point of failure), and scales horizontally as more storage nodes are added.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/BOOKKEEPER" />
+    <mailing-list rdf:resource="https://bookkeeper.apache.org/lists.html" />
+    <download-page rdf:resource="https://bookkeeper.apache.org/releases.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Recommended 4.3.0 Release</name>
+        <created>2014-10-14</created>
+        <revision>4.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Stable 4.2.3 Release</name>
+        <created>2014-07-27</created>
+        <revision>4.2.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/bookkeeper.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/bookkeeper.git"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>