You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/01/16 17:08:01 UTC

svn commit: r1434005 - /cordova/site/infra/doap_Cordova.rdf

Author: marcelk
Date: Wed Jan 16 16:08:01 2013
New Revision: 1434005

URL: http://svn.apache.org/viewvc?rev=1434005&view=rev
Log:
CB-2223: fix the link to the PMC to match the source url of the PMC DOAP file per the instructions at the top of pmc_list.xml

Modified:
    cordova/site/infra/doap_Cordova.rdf

Modified: cordova/site/infra/doap_Cordova.rdf
URL: http://svn.apache.org/viewvc/cordova/site/infra/doap_Cordova.rdf?rev=1434005&r1=1434004&r2=1434005&view=diff
==============================================================================
--- cordova/site/infra/doap_Cordova.rdf (original)
+++ cordova/site/infra/doap_Cordova.rdf Wed Jan 16 16:08:01 2013
@@ -26,7 +26,8 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Cordova</name>
     <homepage rdf:resource="http://cordova.apache.org" />
-    <asfext:pmc rdf:resource="http://cordova.apache.org" />
+    <!-- see the comment at the top of pmc_list.xml that explains asfext:pmc rdf:resource -->
+    <asfext:pmc rdf:resource="http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova_PMC.rdf" />
     <shortdesc>A platform for building native mobile applications using HTML, CSS and JavaScript.</shortdesc>
     <description>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, this allows a smartphone app to be developed with just HTML, CSS, and JavaScript.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/CB" />