You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2007/06/04 07:17:30 UTC

svn commit: r544054 - /xml/commons/trunk/doap_XML_Commons_Resolver.xml

Author: mrglavas
Date: Sun Jun  3 22:17:30 2007
New Revision: 544054

URL: http://svn.apache.org/viewvc?view=rev&rev=544054
Log:
Updating resolver DOAP:
- Added 1.2 release
- Changed PMC info XML -> Xerces
- Added maintainer info

Modified:
    xml/commons/trunk/doap_XML_Commons_Resolver.xml

Modified: xml/commons/trunk/doap_XML_Commons_Resolver.xml
URL: http://svn.apache.org/viewvc/xml/commons/trunk/doap_XML_Commons_Resolver.xml?view=diff&rev=544054&r1=544053&r2=544054
==============================================================================
--- xml/commons/trunk/doap_XML_Commons_Resolver.xml (original)
+++ xml/commons/trunk/doap_XML_Commons_Resolver.xml Sun Jun  3 22:17:30 2007
@@ -20,14 +20,15 @@
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#" 
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#">
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
          <!--  With many thanks to dreid who made this all so damn easy! -curcuru -->
   <Project rdf:about="http://xml.apache.org/">
     <created>2006-02-17</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache XML Commons Resolver</name>
     <homepage rdf:resource="http://xml.apache.org/commons/components/resolver/" />
-    <asfext:pmc rdf:resource="http://xml.apache.org" />
+    <asfext:pmc rdf:resource="http://xerces.apache.org" />
     <shortdesc>XML Entity and URI Resolver utility class.</shortdesc>
     <description>The XML-Commons Resolver can be used in a wide variety of XML parsing, processing and related programs to resolve various public or system identifiers into accessible URLs for use by your application.  Resolver supports several catalog types for mapping, including OASIS XML, OASIS TR9401, and XCatalog styles.</description>
     <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=xmlcommons" />
@@ -38,6 +39,13 @@
     <release>
       <Version>
         <name>Resolver</name>
+        <created>2006-11-22</created>
+        <revision>1.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Resolver</name>
         <created>2003-10-06</created>
         <revision>1.1</revision>
       </Version>
@@ -48,5 +56,11 @@
         <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/xml/commons/"/>
       </SVNRepository>
     </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>XML Commons Development Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:commons-dev@xml.apache.org"/>
+      </foaf:Person>
+    </maintainer>
   </Project>
 </rdf:RDF>