1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2012
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- This script can be used to add new localized names to default objects
- created during content store initialization (capabilities, groups and roles,
- etc).
- To trigger the update, edit this file to specify locales to add and save it
- as "updateInitialContentNames.xml". Note: the file will be deleted after
- update.
- Result of this operation will be added to a default log file.
- The following conditions must be met to ensure successful execution:
- - Added locale must be configured as supported content locale. Launch IBM
- Cognos Configuration, select Actions -> Edit Global Configuration and add
- desired locales on Content Locales page (see documentation for more
- details).
- - A message file cmmsgsRL_[locale].properties containing localized names
- for specified locale must exist in [install]/webapps/p2pd/WEB-INF/classes
- folder.
- -->
- <updateInitialContentNames>
- <locales>
- <locale>ru</locale>
- <locale>sl</locale>
- <locale>sv</locale>
- </locales>
- </updateInitialContentNames>
|