You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/05/07 03:22:37 UTC

svn commit: r1678116 - /cordova/site/infra/doap_Cordova_PMC.rdf

Author: shazron
Date: Thu May  7 01:22:37 2015
New Revision: 1678116

URL: http://svn.apache.org/r1678116
Log:
CB-8957 - PMC RDF needs to use asfext:pmc, not asfext:PMC

Modified:
    cordova/site/infra/doap_Cordova_PMC.rdf

Modified: cordova/site/infra/doap_Cordova_PMC.rdf
URL: http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova_PMC.rdf?rev=1678116&r1=1678115&r2=1678116&view=diff
==============================================================================
--- cordova/site/infra/doap_Cordova_PMC.rdf (original)
+++ cordova/site/infra/doap_Cordova_PMC.rdf Thu May  7 01:22:37 2015
@@ -6,9 +6,9 @@
    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.
@@ -16,16 +16,16 @@
    limitations under the License.
 -->
 <rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#" 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         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:pmc rdf:about="cordova">
     <asfext:name>Apache Cordova</asfext:name>
     <foaf:homepage rdf:resource="http://cordova.apache.org/"/>
     <asfext:charter>
 Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from JavaScript. Combined with a UI framework such as jQuery Mobile or Dojo Mobile or Sencha Touch, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.
     </asfext:charter>
     <asfext:chair><foaf:Person><foaf:name>Shazron Abdullah</foaf:name></foaf:Person></asfext:chair>
-  </asfext:PMC>
+  </asfext:pmc>
 </rdf:RDF>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org