Author: chris.laprun(a)jboss.com
Date: 2010-09-01 08:16:31 -0400 (Wed, 01 Sep 2010)
New Revision: 4005
Modified:
components/wsrp/trunk/wsrp-producer-war/src/test/test-portlets/test-eventswithobject-portlet-war/WEB-INF/portlet.xml
Log:
- Re-formatted and fixed copyright.
Modified:
components/wsrp/trunk/wsrp-producer-war/src/test/test-portlets/test-eventswithobject-portlet-war/WEB-INF/portlet.xml
===================================================================
---
components/wsrp/trunk/wsrp-producer-war/src/test/test-portlets/test-eventswithobject-portlet-war/WEB-INF/portlet.xml 2010-09-01
12:06:50 UTC (rev 4004)
+++
components/wsrp/trunk/wsrp-producer-war/src/test/test-portlets/test-eventswithobject-portlet-war/WEB-INF/portlet.xml 2010-09-01
12:16:31 UTC (rev 4005)
@@ -1,83 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
- <!--
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~ ~ Copyright 2007, 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. ~
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- -->
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2010, 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.
+ -->
<portlet-app
xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd'
-
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
-
xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_2_...
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd'
- version='2.0'>
- <portlet>
- <description>Event Object Generator</description>
- <portlet-name>Event Object Generator</portlet-name>
- <display-name>Event Object Generator</display-name>
- <portlet-class>org.gatein.wsrp.portlet.EventObjectGeneratorPortlet</portlet-class>
- <expiration-cache>0</expiration-cache>
+
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+
xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_2_...
http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd'
+ version='2.0'>
+ <portlet>
+ <description>Event Object Generator</description>
+ <portlet-name>Event Object Generator</portlet-name>
+ <display-name>Event Object Generator</display-name>
+
<portlet-class>org.gatein.wsrp.portlet.EventObjectGeneratorPortlet</portlet-class>
+ <expiration-cache>0</expiration-cache>
- <supports>
- <mime-type>text/html</mime-type>
- <portlet-mode>VIEW</portlet-mode>
- </supports>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>VIEW</portlet-mode>
+ </supports>
- <portlet-info>
- <title>Event Object Generator sample</title>
- <short-title>Event Object Generator sample</short-title>
- </portlet-info>
+ <portlet-info>
+ <title>Event Object Generator sample</title>
+ <short-title>Event Object Generator sample</short-title>
+ </portlet-info>
- <supported-publishing-event>
- <qname
xmlns:gtn="urn:jboss:gatein:samples:event:object">gtn:eventObject</qname>
- </supported-publishing-event>
- </portlet>
+ <supported-publishing-event>
+ <qname
xmlns:gtn="urn:jboss:gatein:samples:event:object">gtn:eventObject</qname>
+ </supported-publishing-event>
+ </portlet>
- <portlet>
- <description>Event Object Consumer</description>
- <portlet-name>Event Object Consumer</portlet-name>
- <display-name>Event Object Consumer</display-name>
- <portlet-class>org.gatein.wsrp.portlet.EventObjectConsumerPortlet</portlet-class>
- <expiration-cache>0</expiration-cache>
+ <portlet>
+ <description>Event Object Consumer</description>
+ <portlet-name>Event Object Consumer</portlet-name>
+ <display-name>Event Object Consumer</display-name>
+
<portlet-class>org.gatein.wsrp.portlet.EventObjectConsumerPortlet</portlet-class>
+ <expiration-cache>0</expiration-cache>
- <supports>
- <mime-type>text/html</mime-type>
- <portlet-mode>VIEW</portlet-mode>
- </supports>
+ <supports>
+ <mime-type>text/html</mime-type>
+ <portlet-mode>VIEW</portlet-mode>
+ </supports>
- <portlet-info>
- <title>Event Object Consumer sample</title>
- <short-title>Event Object Consumer sample</short-title>
- </portlet-info>
+ <portlet-info>
+ <title>Event Object Consumer sample</title>
+ <short-title>Event Object Consumer sample</short-title>
+ </portlet-info>
- <supported-processing-event>
- <qname
xmlns:gtn="urn:jboss:gatein:samples:event:object">gtn:eventObject</qname>
- </supported-processing-event>
+ <supported-processing-event>
+ <qname
xmlns:gtn="urn:jboss:gatein:samples:event:object">gtn:eventObject</qname>
+ </supported-processing-event>
- </portlet>
+ </portlet>
- <event-definition>
- <qname
xmlns:gtn="urn:jboss:gatein:samples:event:object">gtn:eventObject</qname>
- <value-type>org.gatein.wsrp.portlet.utils.TestObject</value-type>
- </event-definition>
+ <event-definition>
+ <qname
xmlns:gtn="urn:jboss:gatein:samples:event:object">gtn:eventObject</qname>
+ <value-type>org.gatein.wsrp.portlet.utils.TestObject</value-type>
+ </event-definition>
- <!-- Make these portlets remotable -->
- <container-runtime-option>
- <name>org.gatein.pc.remotable</name>
- <value>true</value>
- </container-runtime-option>
+ <!-- Make these portlets remotable -->
+ <container-runtime-option>
+ <name>org.gatein.pc.remotable</name>
+ <value>true</value>
+ </container-runtime-option>
</portlet-app>