Author: thomas.heute(a)jboss.com
Date: 2007-07-06 08:48:38 -0400 (Fri, 06 Jul 2007)
New Revision: 7682
Added:
branches/JBoss_Portal_Branch_2_6/demo/portlets/flickrportlet/resources/WEB-INF/portlet-instances.xml
Log:
So behavior changed with the new version of Eclipse, something to keep in mind to avoid 4
commits for a single action... Sorry about this.
Added:
branches/JBoss_Portal_Branch_2_6/demo/portlets/flickrportlet/resources/WEB-INF/portlet-instances.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/demo/portlets/flickrportlet/resources/WEB-INF/portlet-instances.xml
(rev 0)
+++
branches/JBoss_Portal_Branch_2_6/demo/portlets/flickrportlet/resources/WEB-INF/portlet-instances.xml 2007-07-06
12:48:38 UTC (rev 7682)
@@ -0,0 +1,50 @@
+<?xml version="1.0" standalone="yes"?>
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ ~ JBoss, a division of Red Hat ~
+ ~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
+ ~ contributors as indicated by the @authors tag. See the ~
+ ~ copyright.txt in the distribution for a full listing of ~
+ ~ individual contributors. ~
+ ~ ~
+ ~ This is free software; you can redistribute it and/or modify it ~
+ ~ under the terms of the GNU Lesser General Public License as ~
+ ~ published by the Free Software Foundation; either version 2.1 of ~
+ ~ the License, or (at your option) any later version. ~
+ ~ ~
+ ~ This software is distributed in the hope that it will be useful, ~
+ ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~
+ ~ Lesser General Public License for more details. ~
+ ~ ~
+ ~ You should have received a copy of the GNU Lesser General Public ~
+ ~ License along with this software; if not, write to the Free ~
+ ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~
+ ~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org. ~
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<!DOCTYPE deployments PUBLIC
+ "-//JBoss Portal//DTD Portlet Instances 2.6//EN"
+ "http://www.jboss.org/portal/dtd/portlet-instances_2_6.dtd">
+
+<deployments>
+ <deployment>
+ <instance>
+ <instance-id>FlickrPortletInstance</instance-id>
+ <portlet-ref>FlickrPortlet</portlet-ref>
+ <preferences>
+ <preference>
+ <name>userName</name>
+ <value>jbossportal</value>
+ </preference>
+ <preference>
+ <name>perPageMinimized</name>
+ <value>9</value>
+ </preference>
+ <preference>
+ <name>perPageMaximized</name>
+ <value>27</value>
+ </preference>
+ </preferences>
+ </instance>
+ </deployment>
+</deployments>
\ No newline at end of file
Property changes on:
branches/JBoss_Portal_Branch_2_6/demo/portlets/flickrportlet/resources/WEB-INF/portlet-instances.xml
___________________________________________________________________
Name: svn:executable
+ *