1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rsvp
- (C) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA { 'YEAR':[2013, 2012, 2011, 2010, 2009, 2005], 'RELEASE':['caspian_rp1','caspian', 'colorado_wave1', 'colorado_wave2'], 'VISIBLE':'YES', 'COMPONENT':'rsvp' }-->
- <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
- <!-- $Header$ -->
- <!-- $DateTime$ -->
- <!-- $Change$ -->
- <messageFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./LocalizationSpec.xsd">
- <messageFile component="RSVP" baseName="rsvpmsgs">
- <transformations>
- <transformation process="BMF">
- <targetDirs>
- <targetDir dir="bin"/>
- <targetDir dir="bin64"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- <messageFile component="RSVP" baseName="rsvpmsgsRL">
- <transformations>
- <transformation process="BMF">
- <targetDirs>
- <targetDir dir="bin"/>
- <targetDir dir="bin64"/>
- </targetDirs>
- </transformation>
- </transformations>
- </messageFile>
- </messageFiles>
|