[portal-commits] JBoss Portal SVN: r13010 - in branches/JBoss_Portal_AS5_Deployer/widget/src/resources: portal-widget-war/WEB-INF and 1 other directory.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Tue Mar 10 01:37:14 EDT 2009


Author: mwringe
Date: 2009-03-10 01:37:13 -0400 (Tue, 10 Mar 2009)
New Revision: 13010

Modified:
   branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml
   branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml
Log:
Make portlet.xml files properly validate against the xsd.

Modified: branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml	2009-03-10 05:36:16 UTC (rev 13009)
+++ branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-netvibes-war/WEB-INF/portlet.xml	2009-03-10 05:37:13 UTC (rev 13010)
@@ -66,7 +66,9 @@
          <title>Netvibes Widget</title>
          <keywords>widget,netvibes</keywords>
       </portlet-info>
-      <supported-publishing-event xmlns:x="urn:jboss:portal:content">x:select</supported-publishing-event>
+      <supported-publishing-event>
+         <qname xmlns:x="urn:jboss:portal:content">x:select</qname>
+      </supported-publishing-event>
       <supported-public-render-parameter>uri</supported-public-render-parameter>
       <supported-public-render-parameter>parameters</supported-public-render-parameter>
    </portlet>

Modified: branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml
===================================================================
--- branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml	2009-03-10 05:36:16 UTC (rev 13009)
+++ branches/JBoss_Portal_AS5_Deployer/widget/src/resources/portal-widget-war/WEB-INF/portlet.xml	2009-03-10 05:37:13 UTC (rev 13010)
@@ -61,7 +61,9 @@
          <title>Google Widget</title>
          <keywords>widget,google</keywords>
       </portlet-info>
-      <supported-publishing-event xmlns:x="urn:jboss:portal:content">x:select</supported-publishing-event>
+      <supported-publishing-event>
+         <qname xmlns:x="urn:jboss:portal:content">x:select</qname>
+      </supported-publishing-event>
       <supported-public-render-parameter>uri</supported-public-render-parameter>
    </portlet>
    




More information about the portal-commits mailing list