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 [4/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/commons/commons-codec.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-codec.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-codec.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-codec.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,99 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/codec/">
+    <name>Apache Commons Codec</name>
+    <homepage rdf:resource="http://commons.apache.org/codec/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/CODEC"/>
+    <download-page rdf:resource="http://commons.apache.org/codec/download_codec.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Simple encoders and decoders</shortdesc>
+    <description xml:lang="en">
+   The codec package contains simple encoder and decoders for
+   various formats such as Base64 and Hexadecimal.  In addition to these
+   widely used encoders and decoders, the codec package also maintains a
+   collection of phonetic encoding utilities.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/codec/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/codec"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2004-07-10</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2009-08-09</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2011-03-29</created>
+        <revision>1.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2011-11-20</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2012-09-11</created>
+        <revision>1.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2013-04-28</created>
+        <revision>1.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2013-12-20</created>
+        <revision>1.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-codec</name>
+        <created>2014-11-09</created>
+        <revision>1.10</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-collections.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-collections.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-collections.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-collections.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,73 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/collections/">
+    <name>Apache Commons Collections</name>
+    <homepage rdf:resource="http://commons.apache.org/collections/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/COLLECTIONS"/>
+    <download-page rdf:resource="http://commons.apache.org/collections/download_collections.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Collections</shortdesc>
+    <description xml:lang="en">Types that extend and augment the Java Collections Framework.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/collections/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/collections"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-collections</name>
+        <created>2013-11-24</created>
+        <revision>4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-collections</name>
+        <created>2008-04-15</created>
+        <revision>3.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-collections</name>
+        <created>2006-05-14</created>
+        <revision>3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-collections</name>
+        <created>2004-06-23</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-collections</name>
+        <created>2004-06-23</created>
+        <revision>2.1.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-compress.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-compress.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-compress.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-compress.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,122 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/compress/">
+    <name>Apache Commons Compress</name>
+    <homepage rdf:resource="http://commons.apache.org/compress/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/COMPRESS"/>
+    <download-page rdf:resource="http://commons.apache.org/compress/download_compress.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Compress</shortdesc>
+    <description xml:lang="en">Commons Compress: working with zip, ar, jar, bz2, cpio, tar, gz, dump, pack200, lzma, 7z, arj and xz files.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/compress/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/compress"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2014-10-09</created>
+        <revision>1.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2014-05-14</created>
+        <revision>1.8.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2014-03-12</created>
+        <revision>1.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2014-01-20</created>
+        <revision>1.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2013-10-26</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2013-03-14</created>
+        <revision>1.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2012-05-23</created>
+        <revision>1.4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2012-04-11</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2011-11-01</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2011-07-31</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2010-08-13</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-compress</name>
+        <created>2009-05-21</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-configuration.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-configuration.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-configuration.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-configuration.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,135 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/configuration/">
+    <name>Apache Commons Configuration</name>
+    <homepage rdf:resource="http://commons.apache.org/configuration/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/CONFIGURATION"/>
+    <download-page rdf:resource="http://commons.apache.org/configuration/download_configuration.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Common Configuration</shortdesc>
+
+    <description xml:lang="en">
+      Library to use configuration/preferences of various sources and formats.
+    </description>
+
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/configuration/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/configuration"/>
+      </SVNRepository>
+    </repository>
+
+    <release>
+      <Version>
+        <name>Commons Configuration 1.0</name>
+        <created>2004-10-12</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.1</name>
+        <created>2005-04-04</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.2</name>
+        <created>2005-12-17</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.3</name>
+        <created>2006-09-24</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.4</name>
+        <created>2007-04-08</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.5</name>
+        <created>2007-11-24</created>
+        <revision>1.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.6</name>
+        <created>2008-12-25</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.7</name>
+        <created>2011-09-07</created>
+        <revision>1.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.8</name>
+        <created>2012-02-04</created>
+        <revision>1.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.9</name>
+        <created>2012-08-22</created>
+        <revision>1.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 1.10</name>
+        <created>2013-10-27</created>
+        <revision>1.10</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 2.0-alpha1</name>
+        <created>2014-09-23</created>
+        <revision>2.0-alpha1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons Configuration 2.0-alpha2</name>
+        <created>2014-12-20</created>
+        <revision>2.0-alpha2</revision>
+      </Version>
+    </release>
+
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-daemon.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-daemon.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-daemon.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-daemon.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,94 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/daemon/">
+    <name>Apache Commons Daemon</name>
+    <homepage rdf:resource="http://commons.apache.org/daemon/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DAEMON"/>
+    <download-page rdf:resource="http://commons.apache.org/daemon/download_daemon.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Daemon</shortdesc>
+    <description xml:lang="en">Commons Daemon</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/daemon/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/daemon"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2012-02-13</created>
+        <revision>1.0.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2011-11-23</created>
+        <revision>1.0.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2011-08-12</created>
+        <revision>1.0.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2011-08-06</created>
+        <revision>1.0.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2011-01-07</created>
+        <revision>1.0.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2010-10-26</created>
+        <revision>1.0.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2010-08-03</created>
+        <revision>1.0.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-daemon</name>
+        <created>2010-02-25</created>
+        <revision>1.0.2</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-dbcp.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-dbcp.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-dbcp.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-dbcp.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,91 @@
+<?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.
+ */
+ -->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/dbcp/">
+    <name>Apache Commons DBCP</name>
+    <homepage rdf:resource="http://commons.apache.org/dbcp/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DBCP"/>
+    <download-page rdf:resource="http://commons.apache.org/dbcp/download_dbcp.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Database Connection Pooling</shortdesc>
+    <description xml:lang="en">Commons Database Connection Pooling</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/dbcp/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/dbcp"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-dbcp2</name>
+        <created>2015-02-23</created>
+        <revision>2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbcp2</name>
+        <created>2014-05-24</created>
+        <revision>2.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbcp2</name>
+        <created>2014-03-03</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbcp</name>
+        <created>2010-02-14</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbcp</name>
+        <created>2010-02-14</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbcp</name>
+        <created>2007-04-04</created>
+        <revision>1.2.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbcp</name>
+        <created>2004-06-07</created>
+        <revision>1.2.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-dbutils.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-dbutils.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-dbutils.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-dbutils.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+<!-- 
+ * 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://commons.apache.org/dbutils/">
+    <name>Apache Commons DbUtils</name>
+    <homepage rdf:resource="http://commons.apache.org/dbutils/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DBUTILS"/>
+    <download-page rdf:resource="http://commons.apache.org/dbutils/download_dbutils.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons DbUtils</shortdesc>
+    <description xml:lang="en">A package of Java utility classes for easing JDBC development</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/dbutils/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/dbutils"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <!-- Dates for 1.1-1.3 taken from http://archive.apache.org/dist/commons/dbutils/binaries/ -->
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2014-07-20</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2012-07-20</created>
+        <revision>1.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2011-10-23</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2009-11-11</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2009-04-26</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2006-12-02</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-dbutils</name>
+        <created>2003-11-11</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-digester.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-digester.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-digester.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-digester.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,98 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+<!--
+   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://commons.apache.org/digester/">
+    <name>Apache Commons Digester</name>
+    <homepage rdf:resource="http://commons.apache.org/digester/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIGESTER"/>
+    <download-page rdf:resource="http://commons.apache.org/digester/download_digester.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Rule based XML-&gt;Java object mapping module</shortdesc>
+    <description xml:lang="en">
+    The Digester package lets you configure an XML-&gt;Java object mapping module
+    which triggers certain actions called rules whenever a particular 
+    pattern of nested XML elements is recognized.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/digester/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/digester"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>common-digester3</name>
+        <created>2011-12-13</created>
+        <revision>3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester3</name>
+        <created>2011-10-29</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester3</name>
+        <created>2011-07-06</created>
+        <revision>3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester</name>
+        <created>2010-09-25</created>
+        <revision>2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester</name>
+        <created>2009-01-04</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester</name>
+        <created>2009-01-04</created>
+        <revision>1.8.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester</name>
+        <created>2006-12-04</created>
+        <revision>1.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>common-digester</name>
+        <created>2005-06-11</created>
+        <revision>1.7</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-discovery.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-discovery.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-discovery.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-discovery.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,45 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/discovery/">
+    <name>Apache Commons Discovery</name>
+    <homepage rdf:resource="http://commons.apache.org/discovery/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DISCOVERY"/>
+    <download-page rdf:resource="http://commons.apache.org/discovery/download_discovery.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Discovery</shortdesc>
+    <description xml:lang="en">Commons Discovery</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/discovery/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/discovery"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-discovery</name>
+        <created>2003-04-15</created>
+        <revision>0.2</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-el.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-el.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-el.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-el.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/el/">
+    <name>Apache Commons EL</name>
+    <homepage rdf:resource="http://commons.apache.org/el/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/EL"/>
+    <download-page rdf:resource="http://commons.apache.org/el/download_el.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons EL</shortdesc>
+    <description xml:lang="en">JSP 2.0 Expression Language Interpreter Implementation</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/el/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/el"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-el</name>
+        <created>2003-06-18</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-email.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-email.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-email.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-email.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,90 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="">
+    <name>Apache Commons Email</name>
+    <homepage rdf:resource="http://commons.apache.org/email/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/EMAIL"/>
+    <download-page rdf:resource="http://commons.apache.org/email/download_email.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Email</shortdesc>
+    <description xml:lang="en">
+      Commons-Email aims to provide a API for sending email.
+      It is built on top of the Java Mail API, which it aims to simplify.
+    </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/email/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/email"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2015-05-23</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2014-07-12</created>
+        <revision>1.3.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2013-10-25</created>
+        <revision>1.3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2013-03-04</created>
+        <revision>1.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2013-01-10</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2009-06-12</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-email</name>
+        <created>2007-09-27</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-exec.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-exec.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-exec.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-exec.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,76 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+<!-- 
+ * 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://commons.apache.org/exec/">
+    <name>Apache Commons Exec</name>
+    <shortname>Commons Exec</shortname>
+    <homepage rdf:resource="http://commons.apache.org/exec/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/EXEC"/>
+    <download-page rdf:resource="http://commons.apache.org/exec/download_exec.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">A library to reliably execute external processes from within the JVM</shortdesc>
+    <description xml:lang="en">
+      A library to reliably execute external processes from within the JVM    
+    </description>
+    <release>
+      <Version>
+        <name>commons-exec</name>
+        <created>2014-11-06</created>
+        <revision>1.3</revision>
+      </Version>      
+    </release>
+    <release>
+      <Version>
+        <name>commons-exec</name>
+        <created>2014-01-02</created>
+        <revision>1.2</revision>
+      </Version>      
+    </release>
+    <release>
+      <Version>
+        <name>commons-exec</name>
+        <created>2010-10-08</created>
+        <revision>1.1</revision>
+      </Version>      
+    </release>
+    <release>
+      <Version>
+        <name>commons-exec</name>
+        <created>2009-09-23</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-exec</name>
+        <created>2009-03-25</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/exec/trunk/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/exec"/>
+      </SVNRepository>
+    </repository>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-fileupload.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-fileupload.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-fileupload.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-fileupload.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,98 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/fileupload/">
+    <name>Apache Commons FileUpload</name>
+    <homepage rdf:resource="http://commons.apache.org/fileupload/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/FILEUPLOAD"/>
+    <download-page rdf:resource="http://commons.apache.org/fileupload/download_fileupload.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">File upload component for Java servlets</shortdesc>
+    <description xml:lang="en">
+    The FileUpload component provides a simple yet flexible means of adding
+    support for multipart file upload functionality to servlets and web
+    applications.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/fileupload"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2014-02-07</created>
+        <revision>1.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2013-03-27</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2010-07-29</created>
+        <revision>1.2.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2008-01-18</created>
+        <revision>1.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2007-02-13</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2006-06-08</created>
+        <revision>1.1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2005-12-23</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-fileupload</name>
+        <created>2003-06-24</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-functor.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-functor.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-functor.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-functor.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+<!-- 
+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://commons.apache.org/functor/">
+    <name>Apache Commons Functor</name>
+    <homepage rdf:resource="http://commons.apache.org/functor/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DBUTILS"/>
+    <download-page rdf:resource="http://commons.apache.org/functor/download_functor.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Functor</shortdesc>
+    <description xml:lang="en">The Apache Commons Functor library defines common functor and functor-related interfaces,
+    implementations, and utilities.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/functor/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/functor"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-functor</name>
+        <created>2011-??-??</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-index.html.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-index.html.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-index.html.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-index.html.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,157 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/beanutils/index.html">
+    <name>Apache Commons BeanUtils</name>
+    <homepage rdf:resource="http://commons.apache.org/beanutils/index.html"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/BEANUTILS"/>
+    <download-page rdf:resource="http://commons.apache.org/beanutils/download_beanutils.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons BeanUtils</shortdesc>
+    <description xml:lang="en">BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/beanutils/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/beanutils"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>1.9.2</name>
+        <created>2014-05-29</created>
+        <revision>1.9.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.9.1</name>
+        <created>2014-01-11</created>
+        <revision>1.9.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.9.0</name>
+        <created>2013-12-11</created>
+        <revision>1.9.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.8.3</name>
+        <created>2010-03-28</created>
+        <revision>1.8.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.8.2</name>
+        <created>2009-11-13</created>
+        <revision>1.8.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.8.1</name>
+        <created>2009-10-20</created>
+        <revision>1.8.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.8.0</name>
+        <created>2008-09-01</created>
+        <revision>1.8.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.7.0</name>
+        <created>2004-08-02</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.6.1</name>
+        <created>2003-02-18</created>
+        <revision>1.6.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.6</name>
+        <created>2003-01-21</created>
+        <revision>1.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.5</name>
+        <created>2002-10-23</created>
+        <revision>1.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.4.1</name>
+        <created>2002-08-28</created>
+        <revision>1.4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.4</name>
+        <created>2002-08-13</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.3</name>
+        <created>2002-04-29</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.2</name>
+        <created>2001-12-24</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.1</name>
+        <created>2001-09-22</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>1.0</name>
+        <created>2001-07-14</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-io.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-io.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-io.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-io.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,103 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/io/">
+    <name>Apache Commons IO</name>
+    <homepage rdf:resource="http://commons.apache.org/io/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/IO"/>
+    <download-page rdf:resource="http://commons.apache.org/io/download_io.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons IO</shortdesc>
+    <description xml:lang="en">
+        Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/io/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/io"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2005-10-10</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2006-03-19</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2007-01-30</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2007-02-13</created>
+        <revision>1.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2007-06-27</created>
+        <revision>1.3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2008-01-20</created>
+        <revision>1.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2010-10-18</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2010-12-26</created>
+        <revision>2.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-io</name>
+        <created>2011-09-28</created>
+        <revision>2.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-jci.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-jci.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-jci.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-jci.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,54 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/jci/">
+    <name>Apache Commons JCI</name>
+    <homepage rdf:resource="http://commons.apache.org/jci/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JCI"/>
+    <download-page rdf:resource="http://commons.apache.org/jci/download_jci.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons JCI</shortdesc>
+    <description xml:lang="en">
+        Commons JCI provides a unified interface to any of several Java compilers.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jci/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jci"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-jci</name>
+        <created>2013-10-14</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-jci</name>
+        <created>2007-06-18</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-jcs.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-jcs.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-jcs.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-jcs.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,40 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/proper/commons-jcs/">
+    <name>Apache Commons JCS</name>
+    <homepage rdf:resource="http://commons.apache.org/proper/commons-jcs/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JCS"/>
+    <download-page rdf:resource="http://commons.apache.org/proper/commons-jcs/download_jcs.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Java Caching System</shortdesc>
+    <description xml:lang="en">Comprehensive Caching System</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/commons/proper/jcs/trunk/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jcs"/>
+      </SVNRepository>
+    </repository>
+    <mailing-list rdf:resource="http://commons.apache.org/proper/commons-jcs/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-jelly.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-jelly.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-jelly.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-jelly.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/jelly/">
+    <name>Apache Commons Jelly</name>
+    <homepage rdf:resource="http://commons.apache.org/jelly/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JELLY"/>
+    <download-page rdf:resource="http://commons.apache.org/jelly/download_jelly.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Jelly</shortdesc>
+    <description xml:lang="en">Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewvc/commons/proper/jelly/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jelly"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-jelly</name>
+        <created>2005-06-16</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-jexl.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-jexl.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-jexl.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-jexl.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,66 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/jexl/">
+    <name>Apache Commons JEXL</name>
+    <homepage rdf:resource="http://commons.apache.org/jexl/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JEXL"/>
+    <download-page rdf:resource="http://commons.apache.org/jexl/download_jexl.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons JEXL Expression Language Engine</shortdesc>
+    <description xml:lang="en">Jexl is an implementation of the JSTL Expression Language with extensions.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jexl/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jexl"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-jexl2</name>
+        <created>2011-12-12</created>
+        <revision>2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-jexl2</name>
+        <created>2010-04-07</created>
+        <revision>2.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-jexl2</name>
+        <created>2010-02-23</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-jexl</name>
+        <created>2006-09-12</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-jxpath.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-jxpath.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-jxpath.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-jxpath.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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/jxpath/">
+    <name>Apache Commons JXPath</name>
+    <homepage rdf:resource="http://commons.apache.org/jxpath/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JXPATH"/>
+    <download-page rdf:resource="http://commons.apache.org/jxpath/download_jxpath.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">XPath for Java Objects</shortdesc>
+    <description xml:lang="en">A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jxpath/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/jxpath"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-jxpath</name>
+        <created>2008-08-14</created>
+        <revision>1.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-jxpath</name>
+        <created>2004-08-02</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-lang.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-lang.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-lang.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-lang.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,161 @@
+<?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.
+-->
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/lang/">
+    <name>Apache Commons Lang</name>
+    <homepage rdf:resource="http://commons.apache.org/lang/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/LANG"/>
+    <download-page rdf:resource="http://commons.apache.org/lang/download_lang.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Java Common Components</shortdesc>
+    <description xml:lang="en">
+        Commons Lang, a package of Java utility classes for the
+        classes that are in java.lang's hierarchy, or are considered to be so
+        standard as to justify existence in java.lang.
+    </description>
+    <repository>
+      <GitRepository>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=commons-lang.git"/>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/commons-lang.git"/>
+      </GitRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2015-04-06</created>
+        <revision>3.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2014-04-09</created>
+        <revision>3.3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2014-03-18</created>
+        <revision>3.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2014-03-04</created>
+        <revision>3.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2014-01-05</created>
+        <revision>3.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2014-01-01</created>
+        <revision>3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2011-11-14</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2011-07-18</created>
+        <revision>3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2011-01-17</created>
+        <revision>2.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2010-02-25</created>
+        <revision>2.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2008-03-18</created>
+        <revision>2.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2007-02-13</created>
+        <revision>2.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2006-10-04</created>
+        <revision>2.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2005-06-12</created>
+        <revision>2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2003-09-02</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2002-11-25</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-lang</name>
+        <created>2002-10-04</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/commons/commons-launcher.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/commons/commons-launcher.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/commons/commons-launcher.rdf (added)
+++ comdev/projects.apache.org/site/doap/commons/commons-launcher.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<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:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
+  <Project rdf:about="http://commons.apache.org/launcher/">
+    <name>Apache Commons Launcher</name>
+    <homepage rdf:resource="http://commons.apache.org/launcher/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/LAUNCHER"/>
+    <download-page rdf:resource="http://commons.apache.org/launcher/download_launcher.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Commons Launcher</shortdesc>
+    <description xml:lang="en">
+        Launcher are a set of Java classes which aim at making a cross
+        platform Java application launcher.
+  </description>
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/repos/asf/commons/proper/launcher/trunk"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/proper/launcher"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-launcher</name>
+        <created>2004-08-22</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>