updateInitialContentNames.xml.sample 1.3 KB

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