bmt.ini 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: bme
  5. (C) Copyright IBM Corp. 2003, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <Preferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Preferences.xsd">
  10. <Section Name="ProjectControl">
  11. <!-- Name of the template project file -->
  12. <Preference Name="ProjectFileName">project.cpf</Preference>
  13. <!-- Location of the active template files used for project creation -->
  14. <Preference Name="ProjectPath">../templates/bmt/Cr1Model</Preference>
  15. <!-- Location of the template files -->
  16. <Preference Name="ProjectTemplatePath">../templates/bmt</Preference>
  17. <!-- Default path to use when backing up project during model upgrade -->
  18. <Preference Name="ProjectBackUpDefaultPath"/>
  19. <!-- Controls whether the model xml file is formatted in a human-readable form or not -->
  20. <Preference Name="FormatXML">false</Preference>
  21. </Section>
  22. <!-- File repositories available for project control -->
  23. <Section Name="ProjectControlDrivers">
  24. <Preference Name="DriverCount">8</Preference>
  25. <Preference Name="Driver0">FileSystemDriver</Preference>
  26. <Preference Name="Driver1">CmDriver</Preference>
  27. <Preference Name="Driver2">CVS</Preference>
  28. <Preference Name="Driver3">sourceSafe</Preference>
  29. <Preference Name="Driver4">DbDriver</Preference>
  30. <Preference Name="Driver5">TempDriver</Preference>
  31. <Preference Name="Driver6">PWOneDriver</Preference>
  32. <Preference Name="Driver7">PWTwoDriver</Preference>
  33. </Section>
  34. <Section Name="DbDriver">
  35. <!-- URL prefix for this repository driver -->
  36. <Preference Name="RepositoryID">db://</Preference>
  37. <!-- Library containing implementation of this project access driver -->
  38. <Preference Name="ProjectAccess_Library">BmtDatabaseProjectAccess</Preference>
  39. <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
  40. <Preference Name="ProjectAccess_Interface">BMT_DatabaseItemAccess</Preference>
  41. <!-- Library containing implementation of this repository driver -->
  42. <Preference Name="RepositoryAccess_Library">BmtDatabaseDevice</Preference>
  43. <!-- Class implementing this repository driver (implements BMT_Device) -->
  44. <Preference Name="RepositoryAccess_Interface">BmtDatabaseDevice</Preference>
  45. </Section>
  46. <Section Name="TempDriver">
  47. <!-- URL prefix for this repository driver -->
  48. <Preference Name="RepositoryID">h://</Preference>
  49. <!-- Library containing implementation of this project access driver -->
  50. <Preference Name="ProjectAccess_Library">BmtTempProjectAccess</Preference>
  51. <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
  52. <Preference Name="ProjectAccess_Interface">BmtTempProjectAccess</Preference>
  53. <!-- Library containing implementation of this repository driver -->
  54. <Preference Name="RepositoryAccess_Library">BmtTempProjectAccess</Preference>
  55. <!-- Class implementing this repository driver (implements BMT_Device) -->
  56. <Preference Name="RepositoryAccess_Interface">BmtTempDevice</Preference>
  57. </Section>
  58. <Section Name="PWOneDriver">
  59. <!-- URL prefix for this repository driver -->
  60. <Preference Name="RepositoryID">pw1://</Preference>
  61. <!-- Library containing implementation of this project access driver -->
  62. <Preference Name="ProjectAccess_Library">pw1dbProjectAccess</Preference>
  63. <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
  64. <Preference Name="ProjectAccess_Interface">PW1_ScItemAccess</Preference>
  65. </Section>
  66. <Section Name="PWTwoDriver">
  67. <!-- URL prefix for this repository driver -->
  68. <Preference Name="RepositoryID">pw2://</Preference>
  69. <!-- Library containing implementation of this project access driver -->
  70. <Preference Name="ProjectAccess_Library">pw2dbProjectAccess</Preference>
  71. <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
  72. <Preference Name="ProjectAccess_Interface">PW2_ScItemAccess</Preference>
  73. </Section>
  74. <Section Name="FileSystemDriver">
  75. <!-- URL prefix for this repository driver -->
  76. <Preference Name="RepositoryID">file://</Preference>
  77. <!-- Library containing implementation of this repository driver -->
  78. <Preference Name="RepositoryAccess_Library">BmtArchiveDrivers</Preference>
  79. <!-- Class implementing this repository driver (implements BMT_Device) -->
  80. <Preference Name="RepositoryAccess_Interface">BMT_FileSystemDevice</Preference>
  81. <!-- Library containing implementation of this project access driver -->
  82. <Preference Name="ProjectAccess_Library">BmtProjectAccess</Preference>
  83. <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
  84. <Preference Name="ProjectAccess_Interface">BMT_ScItemAccess</Preference>
  85. </Section>
  86. <Section Name="sourceSafe">
  87. <!-- URL prefix for this repository driver -->
  88. <Preference Name="RepositoryID">SourceSafe://</Preference>
  89. <!-- Repository configuration file -->
  90. <Preference Name="Command_File">BmtSSCommands.rpi</Preference>
  91. <!-- Library containing implementation of this repository driver -->
  92. <Preference Name="RepositoryAccess_Library">BmtSCCSDriver</Preference>
  93. <!-- Class implementing this repository driver (implements BMT_Device) -->
  94. <Preference Name="RepositoryAccess_Interface">Bmt_SCCSDevice</Preference>
  95. </Section>
  96. <Section Name="CVS">
  97. <!-- URL prefix for this repository driver -->
  98. <Preference Name="RepositoryID">SCCS://</Preference>
  99. <!-- Repository configuration file -->
  100. <Preference Name="Command_File">BmtCVSCommands.rpi</Preference>
  101. <!-- Library containing implementation of this repository driver -->
  102. <Preference Name="RepositoryAccess_Library">BmtSCCSDriver</Preference>
  103. <!-- Class implementing this repository driver (implements BMT_Device) -->
  104. <Preference Name="RepositoryAccess_Interface">Bmt_SCCSDevice</Preference>
  105. </Section>
  106. <Section Name="CmDriver">
  107. <!-- URL prefix for this repository driver -->
  108. <Preference Name="RepositoryID">cm://</Preference>
  109. <!-- Library containing implementation of this project access driver -->
  110. <Preference Name="ProjectAccess_Library">BmtCmProjectAccess</Preference>
  111. <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
  112. <Preference Name="ProjectAccess_Interface">BMT_CmItemAccess</Preference>
  113. </Section>
  114. <Section Name="SecurityDriver">
  115. <!-- Library containing implementation of this project security driver -->
  116. <Preference Name="ProjectSecurity_Library">BmtSecurityDriver</Preference>
  117. <!-- Class implementing this project security driver (implements BMTSecurityDriverInterface) -->
  118. <Preference Name="ProjectSecurity_Interface">BmtSecurityDriverInterface</Preference>
  119. </Section>
  120. <!-- This section is used to control logging commands for debugging BME code. -->
  121. <!-- Logging is done using the DebugOutput method defined in BmtUtil\BmtDebug.cpp, which dumps text to the Output Window. -->
  122. <!-- All calls to DebugOutput, and any other tracing calls, should be wrapped with a test for a logging flag, to ensure that other users do not get unwanted output. -->
  123. <!-- The preference name is used to identify sections of code where this logging is enabled. -->
  124. <!-- Set the value to "On" to enable logging. -->
  125. <Section Name="BME_Logging">
  126. <Preference Name="RepositoryLogging">Off</Preference>
  127. <Preference Name="BmtDOM">Off</Preference>
  128. <Preference Name="BuildIndexesAndIDs">Off</Preference>
  129. </Section>
  130. <Section Name="BMTUI">
  131. <Preference Name="UseBMFResources">TRUE</Preference>
  132. <Preference Name="ProductLocale">en-us</Preference>
  133. <Preference Name="ShowRepositoryButton">0</Preference>
  134. <Preference Name="ShowTemplateList">false</Preference>
  135. <Preference Name="VirtualFileSystem">false</Preference>
  136. <Preference Name="SuppressWarningRepositoryUNC">0</Preference>
  137. <Preference Name="SuppressProgressDialog">0</Preference>
  138. <Preference Name="RecentProjectListSize">4</Preference>
  139. <Preference Name="ExceptionMessageLimit">20</Preference>
  140. </Section>
  141. <Section Name="LWM">
  142. <!-- Use Script player (BmtScriptPlayer.exe) or Action player (BMTApplication.dll) to create rtm files -->
  143. <Preference Name="UseScriptPlayer">No</Preference>
  144. </Section>
  145. </Preferences>