123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <application>
- <id>sample2</id>
- <title>Generic Portlet Sample Application 2</title>
- <description>Generic portlet sample for demonstrating communication receiving</description>
- <url>$WEB$/cps4/sdk/apps/samples/sample2.html</url>
- <!-- <messagefile>cpsapps/getting_started/messages/gsmessage</messagefile> -->
- <features>
- <feature>client</feature>
- </features>
-
- <communication>
- <listensfor>
- <event name="sampleEvent1"/>
- </listensfor>
- </communication>
- </application>
|