You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by dm...@apache.org on 2009/06/03 00:12:54 UTC

svn commit: r781186 - /commons/sandbox/resources/trunk/doap_resources.rdf

Author: dmeikle
Date: Tue Jun  2 22:12:54 2009
New Revision: 781186

URL: http://svn.apache.org/viewvc?rev=781186&view=rev
Log:
Update to DOAP file to include up to date information as well as fix the Version/Revision error.

Modified:
    commons/sandbox/resources/trunk/doap_resources.rdf

Modified: commons/sandbox/resources/trunk/doap_resources.rdf
URL: http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/doap_resources.rdf?rev=781186&r1=781185&r2=781186&view=diff
==============================================================================
--- commons/sandbox/resources/trunk/doap_resources.rdf (original)
+++ commons/sandbox/resources/trunk/doap_resources.rdf Tue Jun  2 22:12:54 2009
@@ -1,33 +1,33 @@
 <?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://jakarta.apache.org/commons/resources/">
-    <name>Apache Jakarta Commons Resources</name>
-    <homepage rdf:resource="http://jakarta.apache.org/commons/resources/"/>
+  <Project rdf:about="http://commons.apache.org/resources/">
+    <name>Apache Commons Resources</name>
+    <homepage rdf:resource="http://commons.apache.org/resources/"/>
     <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/bugzilla/buglist.cgi?product=Commons&amp;component=resources"/>
-    <download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-resources.cgi"/>
-    <asfext:pmc rdf:resource="http://jakarta.apache.org/"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/RESOURCES"/>
+    <download-page rdf:resource="http://commons.apache.org/resources/downloads.html"/>
+    <asfext:pmc rdf:resource="http://commons.apache.org/"/>
     <shortdesc xml:lang="en">Commons Resources</shortdesc>
     <description xml:lang="en">
       Resources is a resources component.
-  </description>
+    </description>
     <repository>
       <SVNRepository>
         <browse rdf:resource="http://svn.apache.org/viewcvs.cgi"/>
-        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/commons/proper/resources"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/commons/sandbox/resources/trunk"/>
       </SVNRepository>
     </repository>
     <!--
     <release>
-      <revision>
+      <Version>
         <name>??</name>
         <created>yyyy-mm-dd</created>
-        <version>??</version>
-      </revision>
+        <revision>??</revision>
+      </Version>
     </release>
     -->
-    <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
+    <mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
   </Project>
 </rdf:RDF>