application.xml 787 B

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