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 [13/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/ap...

Added: comdev/projects.apache.org/site/doap/velocity/velocity-tools.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/velocity/velocity-tools.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/velocity/velocity-tools.rdf (added)
+++ comdev/projects.apache.org/site/doap/velocity/velocity-tools.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,78 @@
+<?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) 2010 The Apache Software Foundation.
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://velocity.apache.org/velocity/tools/">
+    <created>2006-11-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Velocity Tools</name>
+    <homepage rdf:resource="http://velocity.apache.org/velocity/tools/" />
+    <asfext:pmc rdf:resource="http://velocity.apache.org/"/>
+    <shortdesc>Tools and infrastructure for the template engine</shortdesc>
+    <description>VelocityTools is a collection of Velocity subprojects with a common goal of creating tools and infrastructure for building both web and non-web applications using the Velocity template engine.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELTOOLS" />
+    <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <release>
+      <Version>
+        <name>VelocityTools 2.0</name>
+        <created>2010-05-10</created>
+        <revision>2.0</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 2.0-beta4</name>
+        <created>2009-05-27</created>
+        <revision>2.0 beta4</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 2.0-beta3</name>
+        <created>2008-12-01</created>
+        <revision>2.0 beta3</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 2.0-beta2</name>
+        <created>2008-07-11</created>
+        <revision>2.0 beta2</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 2.0-beta1</name>
+        <created>2007-12-26</created>
+        <revision>2.0 beta1</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 1.4</name>
+        <created>2007-11-26</created>
+        <revision>1.4</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 2.0-alpha1</name>
+        <created>2007-07-02</created>
+        <revision>2.0 alpha1</revision>
+      </Version>
+      <Version>
+        <name>VelocityTools 1.3</name>
+        <created>2007-02-08</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/velocity/tools/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/velocity/tools/trunk/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/velocity/velocity.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/velocity/velocity.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/velocity/velocity.rdf (added)
+++ comdev/projects.apache.org/site/doap/velocity/velocity.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,105 @@
+<?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) 2010 The Apache Software Foundation.
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://velocity.apache.org">
+    <created>2006-11-21</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Velocity</name>
+    <homepage rdf:resource="http://velocity.apache.org" />
+    <asfext:pmc rdf:resource="http://velocity.apache.org/"/>
+    <shortdesc>Java-based template engine</shortdesc>
+    <description>Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code.
+
+When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code. Velocity separates Java code from the web pages, making the web site more maintainable over its lifespan and providing a viable alternative to Java Server Pages (JSPs) or PHP. </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/VELOCITY" />
+    <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <release>
+      <Version>
+        <name>Velocity 1.7</name>
+        <created>2010-11-29</created>
+        <revision>1.7</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6.4</name>
+        <created>2010-05-10</created>
+        <revision>1.6.4</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.7 beta1</name>
+        <created>2010-04-16</created>
+        <revision>1.7 beta1</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6.3</name>
+        <created>2009-12-16</created>
+        <revision>1.6.3</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6.2</name>
+        <created>2009-03-18</created>
+        <revision>1.6.2</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6.1</name>
+        <created>2008-12-15</created>
+        <revision>1.6.1</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6</name>
+        <created>2008-12-01</created>
+        <revision>1.6</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6 beta2</name>
+        <created>2008-10-27</created>
+        <revision>1.6 beta2</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.6 beta1</name>
+        <created>2008-09-22</created>
+        <revision>1.6 beta1</revision>
+      </Version>
+      <Version>
+        <name>Latest Stable Release</name>
+        <created>2007-03-06</created>
+        <revision>1.5</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.5 beta2</name>
+        <created>2006-11-24</created>
+        <revision>1.5 beta2</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.5 beta1</name>
+        <created>2006-09-13</created>
+        <revision>1.5 beta1</revision>
+      </Version>
+      <Version>
+        <name>Velocity 1.4</name>
+        <created>2004-04-14</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/velocity/engine/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/velocity/engine/trunk"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/vxquery/vxquery.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/vxquery/vxquery.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/vxquery/vxquery.rdf (added)
+++ comdev/projects.apache.org/site/doap/vxquery/vxquery.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,64 @@
+<?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://vxquery.apache.org/">
+    <created>2014-10-09</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache VXQuery</name>
+    <homepage rdf:resource="http://vxquery.apache.org/" />
+    <asfext:pmc rdf:resource="http://vxquery.apache.org" />
+    <shortdesc>Apache VXQuery implements a parallel XML Query processor.</shortdesc>
+    <description>Apache VXQuery will be a standards compliant XML Query processor implemented in Java. The focus is on the evaluation of queries on large amounts of XML data. Specifically the goal is to evaluate queries on large collections of relatively small XML documents. To achieve this queries will be evaluated on a cluster of shared nothing machines.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/VXQUERY" />
+    <mailing-list rdf:resource="http://vxquery.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/vxquery/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Apache VXQuery</name>
+        <created>2014-09-07</created>
+        <revision>0.4</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/vxquery.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/vxquery.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Till Westmann</foaf:name>
+          <foaf:mbox rdf:resource="mailto:tillw@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>XQuery 1.0: An XML Query Language</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>XQuery 1.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/xquery/"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/webservices/webservices-axiom.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/webservices/webservices-axiom.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/webservices/webservices-axiom.rdf (added)
+++ comdev/projects.apache.org/site/doap/webservices/webservices-axiom.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,127 @@
+<?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://ws.apache.org/axiom/">
+    <created>2010-05-30</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <name>Apache Axiom</name>
+    <homepage rdf:resource="http://ws.apache.org/axiom/"/>
+    <asfext:pmc rdf:resource="http://webservices.apache.org"/>
+    <shortdesc>Apache Axiom is an XML object model supporting deferred parsing.</shortdesc>
+    <description>Apache Axiom is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture!</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/AXIOM"/>
+    <mailing-list rdf:resource="http://ws.apache.org/axiom/mail-lists.html"/>
+    <download-page rdf:resource="http://ws.apache.org/axiom/download.cgi"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <release><Version><name>Apache Axiom</name><created>2006-03-26</created><revision>0.95</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2006-05-02</created><revision>1.0</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2006-09-15</created><revision>1.1</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2006-09-18</created><revision>1.1.1</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2006-11-13</created><revision>1.2</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2006-11-30</created><revision>1.2.1</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2007-01-09</created><revision>1.2.2</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2007-04-03</created><revision>1.2.3</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2007-04-20</created><revision>1.2.4</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2007-07-05</created><revision>1.2.5</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2008-04-09</created><revision>1.2.6</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2008-04-20</created><revision>1.2.7</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2009-01-15</created><revision>1.2.8</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2010-06-13</created><revision>1.2.9</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2010-10-30</created><revision>1.2.10</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2011-02-03</created><revision>1.2.11</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2011-07-02</created><revision>1.2.12</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2012-04-02</created><revision>1.2.13</revision></Version></release>
+    <release><Version><name>Apache Axiom</name><created>2012-12-02</created><revision>1.2.14</revision></Version></release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Axiom Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dev@ws.apache.org?subject=[Axiom]"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Extensible Markup Language (XML) 1.0 (Fourth Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-20060816/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML 1.0 (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Namespaces in XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-names-20060816/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML-binary Optimized Packaging</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XOP 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2005/REC-xop10-20050125/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>SOAP Version 1.2 Part 1: Messaging Framework (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>SOAP 1.2</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2007/REC-soap12-part1-20070427/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>SOAP Message Transmission Optimization Mechanism</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>MTOM</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2005/REC-soap12-mtom-20050125/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Information Set (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Infoset</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml-infoset-20040204/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 2 Core</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 2 Core</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/webservices/webservices-woden.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/webservices/webservices-woden.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/webservices/webservices-woden.rdf (added)
+++ comdev/projects.apache.org/site/doap/webservices/webservices-woden.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://ws.apache.org/woden/">
+    <created>2010-12-29</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Woden</name>
+    <homepage rdf:resource="http://ws.apache.org/woden/" />
+    <asfext:pmc rdf:resource="http://webservices.apache.org" />
+    <shortdesc>The Woden project is a subproject of the Apache Web Services to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL</shortdesc>
+    <description>The Woden project is a subproject of the Apache Web Services Project to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL.
+
+There are two main deliverables: an API and an implementation. The Woden API will consist of a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API will conform to the W3C WSDL 2.0 specification. The implementation will be a high performance implementation directly usable in other Apache projects such as Axis2.
+</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/Woden" />
+    <mailing-list rdf:resource="http://ws.apache.org/woden/mailinglists.html" />
+    <download-page rdf:resource="http://ws.apache.org/woden/dev/1.0/builds.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Apache Woden</name>
+        <created>2008-04-09</created>
+        <revision>1.0M8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Woden</name>
+        <created>2011-02-17</created>
+        <revision>1.0M9</revision>
+     </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/webservices/woden/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/webservices/woden/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Sagara Gunathunga</foaf:name>
+          <foaf:mbox rdf:resource="mailto:sagara@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>The W3C WSDL 2.0 specification</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id> WSDL 2.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/wsdl20"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/wicket/wicket.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/wicket/wicket.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/wicket/wicket.rdf (added)
+++ comdev/projects.apache.org/site/doap/wicket/wicket.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF 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/" xml:lang="en">
+<!--
+  =======================================================================
+
+   Copyright (c) 2010 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+	<Project rdf:about="http://wicket.apache.org/">
+		<created>2010-06-21</created>
+		<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+		<name>Apache Wicket</name>
+		<homepage rdf:resource="http://wicket.apache.org"/>
+		<asfext:pmc rdf:resource="http://wicket.apache.org/"/>
+		<shortdesc>Apache Wicket is an open source Java component oriented web application framework.</shortdesc>
+		<description>With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</description>
+		<bug-database rdf:resource="http://issues.apache.org/jira/browse/WICKET"/>
+		<mailing-list rdf:resource="http://wicket.apache.org"/>
+		<download-page rdf:resource="http://wicket.apache.org"/>
+		<programming-language>Java</programming-language>
+		<category rdf:resource="http://projects.apache.org/category/web-framework"/>
+		<release>
+			<Version>
+				<name>Latest Stable Release</name>
+				<created>2015-02-02</created>
+				<revision>6.19.0</revision>
+			</Version>
+		</release>
+		<repository>
+			<SVNRepository>
+				<location rdf:resource="http://svn.apache.org/repos/asf/wicket/trunk"/>
+				<browse rdf:resource="http://svn.apache.org/viewvc/wicket/trunk"/>
+			</SVNRepository>
+		</repository>
+	</Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/wink/wink.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/wink/wink.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/wink/wink.rdf (added)
+++ comdev/projects.apache.org/site/doap/wink/wink.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,56 @@
+<?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://wink.apache.org">
+    <created>2014-10-09</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Wink</name>
+    <homepage rdf:resource="http://wink.apache.org" />
+    <asfext:pmc rdf:resource="http://wink.apache.org" />
+    <shortdesc>RESTFul web services based on JAX-RS specification</shortdesc>
+    <description>Apache Wink is a simple yet solid framework for building RESTful Web services. It is comprised of a Server module and a Client module for developing and consuming RESTful Web services. </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/WINK" />
+    <mailing-list rdf:resource="http://wink.apache.org/community.html" />
+    <download-page rdf:resource="http://wink.apache.org/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/javaee" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/viewvc/wink"/>
+        <browse rdf:resource="http://"/>
+      </SVNRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="git://git.apache.org/wink.git"/>
+        <browse rdf:resource=""/>
+      </GitRepository>
+    </repository>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>JAX-RS</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>311</asfext:id>
+      <asfext:url rdf:resource="https://jcp.org/en/jsr/detail?id=311"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/wookie/wookie.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/wookie/wookie.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/wookie/wookie.rdf (added)
+++ comdev/projects.apache.org/site/doap/wookie/wookie.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://wookie.apache.org">
+    <created>2014-11-25</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Wookie</name>
+    <homepage rdf:resource="http://wookie.apache.org" />
+    <asfext:pmc rdf:resource="http://wookie.apache.org" />
+    <shortdesc>A parser, server and plugins for working with W3C Packaged Web Apps (aka Widgets)</shortdesc>
+    <description>Apache Wookie is a Java server application that allows you to upload and deploy widgets for your applications; widgets can not only include all the usual kinds of mini-applications, badges, and gadgets, but also fully-collaborative applications such as chats, quizzes, and games.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/WOOKIE" />
+    <mailing-list rdf:resource="http://wookie.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://wookie.apache.org/docs/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+    <release>
+      <Version>
+        <name>Apache Wookie</name>
+        <created>2014-02-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/wookie/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/wookie/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Scott Wilson</foaf:name>
+          <foaf:mbox rdf:resource="mailto:scottbw@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>W3C Packaged Web Applications (Widgets): Configuration and Packaging</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>W3C REC 2012</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/widgets/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>W3C Widget Interface</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>W3C REC 2013</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/widgets-apis/"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/xalan/xalan-c.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xalan/xalan-c.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xalan/xalan-c.rdf (added)
+++ comdev/projects.apache.org/site/doap/xalan/xalan-c.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,79 @@
+<?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.
+-->
+<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://xalan.apache.org/xalan-c/">
+    <created>2011-09-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Xalan for C++ XSLT Processor</name>
+    <homepage rdf:resource="http://xalan.apache.org/xalan-c" />
+    <asfext:pmc rdf:resource="http://xalan.apache.org" />
+    <shortdesc>Xalan-C++ is an XSLT processor written in C++.</shortdesc>
+    <description>Xalan-C++ is an XSLT processor for transforming XML documents into HTML, 
+     text, or other XML document types. It implements XSL Transformations (XSLT) 
+     Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the 
+     command line.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/XALANC" />
+    <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/" />
+    <download-page rdf:resource="http://xalan.apache.org/xalan-c/download.html" />
+    <programming-language>C++</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Xalan-C++</name>
+        <created>2012-11-02</created>
+        <revision>1.11</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xalan-C++</name>
+        <created>2005-10-22</created>
+        <revision>1.10</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/xalan/c/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/xalan/c/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Xalan-C++ Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dev@xalan.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>XML Path Language (XPath) Version 1.0</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>XPath 1.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/xpath/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>XSL Transformations (XSLT) Version 1.0</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>XSLT 1.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/xslt"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/xalan/xalan-j.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xalan/xalan-j.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xalan/xalan-j.rdf (added)
+++ comdev/projects.apache.org/site/doap/xalan/xalan-j.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,82 @@
+<?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.
+-->
+<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://xalan.apache.org/xalan-j/">
+    <created>2011-09-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Xalan for Java XSLT Processor</name>
+    <homepage rdf:resource="http://xalan.apache.org/xalan-j/" />
+    <asfext:pmc rdf:resource="http://xalan.apache.org" />
+    <shortdesc>Xalan-J is an XSLT processor written in Java.</shortdesc>
+    <description>
+     Xalan-J is an XSLT processor for transforming XML documents into HTML, text, or other XML document
+     types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0
+     and can be used from the command line, in an applet or a servlet, or as a module in other program.
+     Xalan-J implements the javax.xml.transform interface in Java API for XML Processing (JAXP) 1.3. This
+     interface provides a modular framework and a standard API for performing XML transformations, and
+     utilizes system properties to determine which Transformer and which XML parser to use.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/XALANJ" />
+    <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/" />
+    <download-page rdf:resource="http://archive.apache.org/dist/xml/xalan-j" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Xalan-J</name>
+        <created>2007-11-27</created>
+        <revision>2.7.1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/xalan/java/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/xalan/java/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Xalan-J Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:dev@xalan.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>XML Path Language (XPath) Version 1.0</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>XPath 1.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/xpath/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>XSL Transformations (XSLT) Version 1.0</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>XSLT 1.0</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/xslt"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Java API for XML Processing (JAXP) 1.3</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>JSR 206</asfext:id>
+      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=206"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/xerces/xerces-c.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xerces/xerces-c.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xerces/xerces-c.rdf (added)
+++ comdev/projects.apache.org/site/doap/xerces/xerces-c.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,249 @@
+<?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.
+-->
+<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://xml.apache.org/xerces-c/">
+    <created>2006-03-30</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Xerces for C++ XML Parser</name>
+    <homepage rdf:resource="http://xerces.apache.org/xerces-c/" />
+    <asfext:pmc rdf:resource="http://xerces.apache.org" />
+    <shortdesc>Xerces-C++ is a validating XML parser written in a portable subset of C++.</shortdesc>
+    <description>
+     Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.
+     Xerces-C++ is faithful to the XML 1.0 and 1.1 recommendations and many associated standards.
+     The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs.
+    </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/XERCESC" />
+    <mailing-list rdf:resource="http://xerces.apache.org/mail.html" />
+    <download-page rdf:resource="http://xml.apache.org/xerces-c/download.cgi" />
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2010-04-27</created>
+        <revision>3.1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2010-02-01</created>
+        <revision>3.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2009-02-19</created>
+        <revision>3.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2008-09-29</created>
+        <revision>3.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2007-08-31</created>
+        <revision>2.8.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2005-09-08</created>
+        <revision>2.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2004-10-01</created>
+        <revision>2.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2004-02-19</created>
+        <revision>2.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2003-12-03</created>
+        <revision>2.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2003-05-27</created>
+        <revision>2.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2003-02-07</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2002-08-27</created>
+        <revision>2.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-C</name>
+        <created>2002-07-23</created>
+        <revision>2.0.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/xerces/c/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xerces/c/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Xerces-C++ Development Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:c-dev@xerces.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+	    <asfext:title>XML 1.0 (Third Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml-20040204/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML 1.1 (First Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml11-20040204/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>DOM Level 1 Specification</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 1 Core</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>DOM Level 2 Core Specification</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 2 Core</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>DOM Level 2 Traversal and Range Specification</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 2 Traversal and Range</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 3 Core</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 3 Core</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 3 Load and Save</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 3 Load and Save</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>SAX 1.0 and SAX 2.0</asfext:title>
+        <asfext:body>SAX</asfext:body>
+        <asfext:id>SAX 1.0</asfext:id>
+        <asfext:url rdf:resource="http://sax.sourceforge.net/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Namespaces in XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/1999/REC-xml-names-19990114/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML 1.1</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Namespaces in XML 1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xml-names11-20040204/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Inclusions (XInclude) Version 1.0 (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XInclude 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xinclude-20061115/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema Part 1: Structures</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.0 (Structures)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema Part 2: Datatypes</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.0 (Datatypes)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>
\ No newline at end of file

Added: comdev/projects.apache.org/site/doap/xerces/xerces-external.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xerces/xerces-external.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xerces/xerces-external.rdf (added)
+++ comdev/projects.apache.org/site/doap/xerces/xerces-external.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,90 @@
+<?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://xerces.apache.org/xml-commons/components/external/">
+    <created>2007-06-06</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache XML Commons External</name>
+    <homepage rdf:resource="http://xerces.apache.org/xml-commons/components/external/" />
+    <asfext:pmc rdf:resource="http://xerces.apache.org" />
+    <shortdesc>Apache XML Commons External provides an Apache-hosted set of SAX, DOM and JAXP interfaces for use in other xml-based projects.</shortdesc>
+    <description>The External components portion of Apache XML Commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson (http://www.saxproject.org); for JAXP it's Sun. While we could send users to each of the primary sources for these deliverables, keeping our own versions of these in the XML Commons repository gives us a number of advantages: 1) Simplicity of downloads; users get the whole product from one place, 2) Better version control; we can only take fixes we want and add Apache-specific changes, 3) Better overview documentation of how these interfaces fit into the XML processing world, 4) More chance for cross-project community building within Apache projects.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/XMLCOMMONS" />
+    <mailing-list rdf:resource="http://xerces.apache.org/mail.html#xml-commons-dev" />
+    <download-page rdf:resource="http://xerces.apache.org/mirrors.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>External</name>
+        <created>2009-12-15</created>
+        <revision>1.4.01</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>External</name>
+        <created>2009-12-15</created>
+        <revision>1.3.05</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>External</name>
+        <created>2006-11-22</created>
+        <revision>1.3.04</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>External</name>
+        <created>2009-12-15</created>
+        <revision>1.2.06</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xerces/xml-commons/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xerces/xml-commons/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>XML Commons Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:xml-commons-dev@xerces.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Java API for XML Processing (JAXP) 1.4</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>JSR 206</asfext:id>
+      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=206"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Streaming API for XML (StAX) 1.0</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>JSR 173</asfext:id>
+      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=173"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/xerces/xerces-p.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xerces/xerces-p.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xerces/xerces-p.rdf (added)
+++ comdev/projects.apache.org/site/doap/xerces/xerces-p.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,60 @@
+<?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.
+-->
+<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://xerces.apache.org/xerces-p">
+    <created>2006-03-30</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Xerces for Perl XML Parser</name>
+    <homepage rdf:resource="http://xerces.apache.org/xerces-p" />
+    <asfext:pmc rdf:resource="http://xerces.apache.org" />
+    <shortdesc>Perl API to the Apache Xerces XML parser.</shortdesc>
+    <description> XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl.
+    Because it is based on Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the ability to read and write XML data. Classes are provided for parsing, generating, manipulating, and validating XML documents. XML::Xerces is faithful to the XML 1.0 and 1.1 recommendations and associated standards (DOM levels 1, 2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser provides high performance, modularity, and scalability, and provides full support for Unicode.
+    XML::Xerces implements the vast majority of the Xerces-C API (if you notice any discrepancies please mail the list). The exception is some functions in the C++ API which either have better Perl counterparts (such as file I/O) or which manipulate internal C++ information that has no role in the Perl module.
+    The majority of the API is created automatically using Simplified Wrapper Interface Generator (SWIG). However, care has been taken to make most method invocations natural to perl programmers, so a number of rough C++ edges have been smoothed over (See the Special Perl API Features section). </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/XERCESP" />
+    <mailing-list rdf:resource="http://xerces.apache.org/mail.html" />
+    <download-page rdf:resource="http://xerces.apache.org/mirrors.cgi" />
+    <programming-language>Perl</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>XML-Xerces-2.7.0-0</name>
+        <created>2006-03-14</created>
+        <revision>2.7.0-0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://svn.apache.org/repos/asf/xerces/xerces-p/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xerces/xerces-p/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Xerces-Perl Development Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:p-dev@xerces.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/xerces/xerces-resolver.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xerces/xerces-resolver.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xerces/xerces-resolver.rdf (added)
+++ comdev/projects.apache.org/site/doap/xerces/xerces-resolver.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,82 @@
+<?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.
+-->
+<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/">
+         <!--  With many thanks to dreid who made this all so damn easy! -curcuru -->
+  <Project rdf:about="http://xerces.apache.org/xml-commons/components/resolver/">
+    <created>2006-02-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache XML Commons Resolver</name>
+    <homepage rdf:resource="http://xerces.apache.org/xml-commons/components/resolver/" />
+    <asfext:pmc rdf:resource="http://xerces.apache.org" />
+    <shortdesc>XML Entity and URI Resolver utility class.</shortdesc>
+    <description>The XML Commons Resolver can be used in a wide variety of XML parsing, processing and related programs to resolve various public or system identifiers into accessible URLs for use by your application.  The resolver supports several catalog types for mapping, including OASIS XML, OASIS TR 9401 and XCatalog styles.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/XMLCOMMONS" />
+    <mailing-list rdf:resource="http://xerces.apache.org/mail.html#xml-commons-dev" />
+    <download-page rdf:resource="http://xerces.apache.org/mirrors.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Resolver</name>
+        <created>2006-11-22</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Resolver</name>
+        <created>2003-10-06</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xerces/xml-commons/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xerces/xml-commons/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>XML Commons Development Team</foaf:name>
+        <foaf:mbox rdf:resource="mailto:xml-commons-dev@xerces.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Catalogs v1.1</asfext:title>
+        <asfext:body>OASIS</asfext:body>
+        <asfext:id>XML Catalogs v1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Catalogs v1.0</asfext:title>
+        <asfext:body>OASIS</asfext:body>
+        <asfext:id>XML Catalogs v1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.oasis-open.org/committees/entity/spec.html"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/xerces/xerces-xerces2-j.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xerces/xerces-xerces2-j.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xerces/xerces-xerces2-j.rdf (added)
+++ comdev/projects.apache.org/site/doap/xerces/xerces-xerces2-j.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,373 @@
+<?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.
+-->
+<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://xerces.apache.org/xerces2-j/">
+    <created>2006-04-24</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Xerces for Java XML Parser</name>
+    <homepage rdf:resource="http://xerces.apache.org/xerces2-j/" />
+    <asfext:pmc rdf:resource="http://xerces.apache.org" />
+    <shortdesc>Xerces-J is a validating XML parser written in Java.</shortdesc>
+    <description>  
+     Xerces-J is a high performance, fully compliant validating XML parser written in Java. It is a fully conforming XML Schema processor that includes a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1. 
+     Xerces 2.x introduced the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. XNI is merely an internal set of interfaces. There is no need for an XML application programmer to learn XNI if they only intend to interface to the Xerces2 parser using standard interfaces like JAXP, DOM, and SAX. Xerces developers and application developers that need more power and flexibility than that provided by the standard interfaces should read and understand XNI.
+     The latest version released, 2.11.0, expands on Xerces' experimental support for XML Schema 1.1 by providing implementations for the simplified complex type restriction rules (also known as subsumption), xs:override and a few other XML Schema 1.1 features. This release also introduces experimental support for XML Schema Component Designators (SCD). It fixes several bugs which were present in Xerces-J 2.10.0 and also includes a few other minor enhancements.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/XERCESJ" />
+    <mailing-list rdf:resource="http://xerces.apache.org/mail.html" />
+    <download-page rdf:resource="http://xerces.apache.org/mirrors.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2010-11-30</created>
+        <revision>2.11.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2010-06-18</created>
+        <revision>2.10.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2007-09-14</created>
+        <revision>2.9.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2006-11-22</created>
+        <revision>2.9.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2006-09-13</created>
+        <revision>2.8.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2006-03-01</created>
+        <revision>2.8.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2005-07-26</created>
+        <revision>2.7.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2005-06-24</created>
+        <revision>2.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2004-02-20</created>
+        <revision>2.6.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2004-02-06</created>
+        <revision>2.6.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2003-11-21</created>
+        <revision>2.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2003-07-31</created>
+        <revision>2.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2003-03-27</created>
+        <revision>2.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2003-01-27</created>
+        <revision>2.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2002-11-12</created>
+        <revision>2.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2002-09-26</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2002-08-28</created>
+        <revision>2.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2002-06-21</created>
+        <revision>2.0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2002-03-04</created>
+        <revision>2.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2002-01-30</created>
+        <revision>2.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2001-12-18</created>
+        <revision>2.0.0 (Beta 4)</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2001-10-29</created>
+        <revision>2.0.0 (Beta 3)</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2001-08-24</created>
+        <revision>2.0.0 (Beta 2)</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2001-08-10</created>
+        <revision>2.0.0 (Beta)</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Xerces-J</name>
+        <created>2000-12-08</created>
+        <revision>2.0.0 (Alpha)</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xerces/java/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xerces/java/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Xerces-J Development Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:j-dev@xerces.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Extensible Markup Language (XML) 1.0 (Fourth Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-20060816/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML 1.0 (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Namespaces in XML 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-names-20060816/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Extensible Markup Language (XML) 1.1 (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML 1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml11-20060816/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Namespaces in XML 1.1 (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Namespaces in XML 1.1</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xml-names11-20060816/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Inclusions (XInclude) Version 1.0 (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XInclude 1.0</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2006/REC-xinclude-20061115/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema 1.0 Part 1: Structures (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.0 (Structures)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xmlschema-1-20041028/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema 1.0 Part 2: Datatypes (Second Edition)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.0 (Datatypes)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema 1.1 Part 1: Structures (Working Draft, December 2009)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.1 (Structures)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2009/WD-xmlschema11-1-20091203/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema 1.1 Part 2: Datatypes (Working Draft, December 2009)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema 1.1 (Datatypes)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2009/WD-xmlschema11-2-20091203/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>XML Schema Definition Language (XSD): Component Designators (Candidate Recommendation, January 2010)</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>XML Schema Component Designators (SCD)</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2010/CR-xmlschema-ref-20100119/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 3 Core</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 3 Core</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 3 Load and Save</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 3 Load and Save</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 2 Core</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 2 Core</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 2 Events</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 2 Events</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Document Object Model (DOM) Level 2 Traversal and Range</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>DOM Level 2 Traversal and Range</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Element Traversal</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>Element Traversal</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/2008/REC-ElementTraversal-20081222/"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Java API for XML Processing (JAXP) 1.4</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 206</asfext:id>
+        <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=206"/>
+      </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Streaming API for XML (StAX) 1.0</asfext:title>
+        <asfext:body>JCP</asfext:body>
+        <asfext:id>JSR 173</asfext:id>
+        <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=173"/>
+      </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>
\ No newline at end of file

Added: comdev/projects.apache.org/site/doap/xmlgraphics/xmlgraphics-batik.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/xmlgraphics/xmlgraphics-batik.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/xmlgraphics/xmlgraphics-batik.rdf (added)
+++ comdev/projects.apache.org/site/doap/xmlgraphics/xmlgraphics-batik.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,81 @@
+<?xml version="1.0"?>
+<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-2007 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://xmlgraphics.apache.org/batik/">
+    <created>2007-02-16</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Batik</name>
+    <homepage rdf:resource="http://xmlgraphics.apache.org/batik/" />
+    <asfext:pmc rdf:resource="http://xmlgraphics.apache.org" />
+    <shortdesc>The Apache Foundation's Java-based toolkit for SVG generation and manipulation.</shortdesc>
+    <description>Batik is a Java-based toolkit for applications or applets to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation and manipulation.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/BATIK" />
+    <mailing-list rdf:resource="http://xmlgraphics.apache.org/batik/mailing-list.html" />
+    <download-page rdf:resource="http://xmlgraphics.apache.org/download.cgi" />
+    <programming-language>SVG</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <category rdf:resource="http://projects.apache.org/category/graphics" />
+    <release>
+      <Version>
+        <name>Batik 1.8</name>
+        <created>2015-03-17</created>
+        <revision>1.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Batik 1.7</name>
+        <created>2008-01-09</created>
+        <revision>1.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Batik 1.6</name>
+        <created>2005-04-11</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xmlgraphics/batik/"/>
+      </SVNRepository>
+    </repository>
+    <asfext:implements>
+     <asfext:Standard>
+      <asfext:title>Scalable Vector Graphics (SVG) 1.1</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SVG 1.1</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/SVG11/"/>
+     </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+     <asfext:Standard>
+      <asfext:title>Scalable Vector Graphics (SVG) Tiny 1.2</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SVG Tiny 1.2</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/SVGMobile12/"/>
+     </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+     <asfext:Standard>
+      <asfext:title>Scalable Vector Graphics (SVG) Full 1.2</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>SVG 1.2</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/SVG12/"/>
+     </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>