You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/04/21 02:32:53 UTC

svn commit: r1740218 - in /comdev/projects.apache.org/data: committees.xml committees/cordova.rdf

Author: sebb
Date: Thu Apr 21 00:32:53 2016
New Revision: 1740218

URL: http://svn.apache.org/viewvc?rev=1740218&view=rev
Log:
External Cordova PMC RDF is missing so use basic local one

Added:
    comdev/projects.apache.org/data/committees/cordova.rdf   (with props)
Modified:
    comdev/projects.apache.org/data/committees.xml

Modified: comdev/projects.apache.org/data/committees.xml
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees.xml?rev=1740218&r1=1740217&r2=1740218&view=diff
==============================================================================
--- comdev/projects.apache.org/data/committees.xml (original)
+++ comdev/projects.apache.org/data/committees.xml Thu Apr 21 00:32:53 2016
@@ -56,7 +56,7 @@
   <location>committees/comdev.rdf</location>
   <location>committees/commons.rdf</location>
   <location>committees/continuum.rdf</location>
-  <location>http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova_PMC.rdf</location>
+  <location>committees/cordova.rdf</location>
   <location>committees/couchdb.rdf</location>
   <location>committees/creadur.rdf</location>
   <location>committees/crunch.rdf</location>

Added: comdev/projects.apache.org/data/committees/cordova.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/data/committees/cordova.rdf?rev=1740218&view=auto
==============================================================================
--- comdev/projects.apache.org/data/committees/cordova.rdf (added)
+++ comdev/projects.apache.org/data/committees/cordova.rdf Thu Apr 21 00:32:53 2016
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <asfext:pmc rdf:about="cordova">
+    <asfext:name>Apache Cordova</asfext:name>
+    <foaf:homepage rdf:resource="http://cordova.apache.org/"/>
+  </asfext:pmc>
+
+</rdf:RDF>

Propchange: comdev/projects.apache.org/data/committees/cordova.rdf
------------------------------------------------------------------------------
    svn:eol-style = native