Author: sebb
Date: Wed Dec  9 22:40:41 2015
New Revision: 1718978

URL: http://svn.apache.org/viewvc?rev=1718978&view=rev
Log:
Moved DOAPs from GIT

Added:
    commons/cms-site/trunk/doap/doap_compress.rdf   (with props)
    commons/cms-site/trunk/doap/doap_lang.rdf   (with props)
    commons/cms-site/trunk/doap/doap_math.rdf   (with props)
    commons/cms-site/trunk/doap/doap_scxml.rdf   (with props)

Added: commons/cms-site/trunk/doap/doap_compress.rdf
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/doap/doap_compress.rdf?rev=1718978&view=auto
==============================================================================
--- commons/cms-site/trunk/doap/doap_compress.rdf (added)
+++ commons/cms-site/trunk/doap/doap_compress.rdf Wed Dec  9 22:40:41 2015
@@ -0,0 +1,129 @@
+<?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>2015-08-18</created>
+        <revision>1.10</revision>
+      </Version>
+    </release>
+    <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>

Propchange: commons/cms-site/trunk/doap/doap_compress.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: commons/cms-site/trunk/doap/doap_lang.rdf
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/doap/doap_lang.rdf?rev=1718978&view=auto
==============================================================================
--- commons/cms-site/trunk/doap/doap_lang.rdf (added)
+++ commons/cms-site/trunk/doap/doap_lang.rdf Wed Dec  9 22:40:41 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>

Propchange: commons/cms-site/trunk/doap/doap_lang.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: commons/cms-site/trunk/doap/doap_math.rdf
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/doap/doap_math.rdf?rev=1718978&view=auto
==============================================================================
--- commons/cms-site/trunk/doap/doap_math.rdf (added)
+++ commons/cms-site/trunk/doap/doap_math.rdf Wed Dec  9 22:40:41 2015
@@ -0,0 +1,138 @@
+<?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/math/";>
+    <name>Apache Commons Math</name>
+    <homepage rdf:resource="http://commons.apache.org/math/"/>
+    <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/MATH"/>
+    <download-page 
rdf:resource="http://commons.apache.org/math/download_math.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">Apache Commons Math</shortdesc>
+    <description xml:lang="en">The Math project is a library of lightweight, 
self-contained mathematics and statistics components addressing the most common 
practical problems not immediately available in the Java programming language 
or commons-lang.</description>
+    <repository>
+      <GitRepository>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=commons-math.git"/>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/commons-math.git"/>
+      </GitRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2015-04-17</created>
+        <revision>3.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2015-01-11</created>
+        <revision>3.4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2014-12-26</created>
+        <revision>3.4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2014-05-14</created>
+        <revision>3.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2013-04-06</created>
+        <revision>3.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2013-01-13</created>
+        <revision>3.1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2012-12-23</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2012-03-08</created>
+        <revision>3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2011-03-02</created>
+        <revision>2.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2010-04-02</created>
+        <revision>2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2009-08-03</created>
+        <revision>2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2008-02-24</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2005-12-19</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>commons-math</name>
+        <created>2004-12-06</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Propchange: commons/cms-site/trunk/doap/doap_math.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: commons/cms-site/trunk/doap/doap_scxml.rdf
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/doap/doap_scxml.rdf?rev=1718978&view=auto
==============================================================================
--- commons/cms-site/trunk/doap/doap_scxml.rdf (added)
+++ commons/cms-site/trunk/doap/doap_scxml.rdf Wed Dec  9 22:40:41 2015
@@ -0,0 +1,78 @@
+<?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/scxml/";>
+    <name>Apache Commons SCXML</name>
+    <shortname>Commons SCXML</shortname>
+    <homepage rdf:resource="http://commons.apache.org/scxml/"/>
+    <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/SCXML"/>
+    <download-page 
rdf:resource="http://commons.apache.org/scxml/download_scxml.cgi"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
+    <shortdesc xml:lang="en">A Java implementation of State Chart 
XML</shortdesc>
+    <description xml:lang="en">
+     An implementation of the State Chart XML specification aimed at creating
+     and maintaining a Java SCXML engine. It is capable of executing an 
environment
+     agnostic state machine defined using a SCXML document.
+    </description>
+    <repository>
+      <GitRepository>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=commons-scxml.git"/>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/commons-scxml.git"/>
+      </GitRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>Commons SCXML</name>
+        <created>2006-07-28</created>
+        <revision>0.5</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons SCXML</name>
+        <created>2006-12-18</created>
+        <revision>0.6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons SCXML</name>
+        <created>2007-12-20</created>
+        <revision>0.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons SCXML</name>
+        <created>2008-05-20</created>
+        <revision>0.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Commons SCXML</name>
+        <created>2008-12-01</created>
+        <revision>0.9</revision>
+      </Version>
+    </release>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
+  </Project>
+</rdf:RDF>

Propchange: commons/cms-site/trunk/doap/doap_scxml.rdf
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to