You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/12/13 01:50:14 UTC

svn commit: r603788 - /portals/jetspeed-2/trunk/layout-portlets/src/webapp/WEB-INF/portlet.xml

Author: ate
Date: Wed Dec 12 16:50:10 2007
New Revision: 603788

URL: http://svn.apache.org/viewvc?rev=603788&view=rev
Log:
Fixing jetspeed-layouts portlet-app definition to allow editing through the PAM: either the id must be equal to the (context) name or undefined.
When the j2-admin are rewritten we need to untangle this (mis)usage of the identifier... 

Modified:
    portals/jetspeed-2/trunk/layout-portlets/src/webapp/WEB-INF/portlet.xml

Modified: portals/jetspeed-2/trunk/layout-portlets/src/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/src/webapp/WEB-INF/portlet.xml?rev=603788&r1=603787&r2=603788&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/layout-portlets/src/webapp/WEB-INF/portlet.xml (original)
+++ portals/jetspeed-2/trunk/layout-portlets/src/webapp/WEB-INF/portlet.xml Wed Dec 12 16:50:10 2007
@@ -16,7 +16,7 @@
 limitations under the License.
 -->
 
-<portlet-app id="jetspeed" version="1.0">
+<portlet-app version="1.0">
 
   <portlet id="SimpleLayoutPortlet">
     <description>The SimpleLayoutPortlet requires a ViewPage layout template set through the portlet preferences



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org