123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- IBM Cognos Products: bme
- (C) Copyright IBM Corp. 2003, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <Preferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Preferences.xsd">
- <Section Name="ProjectControl">
- <!-- Name of the template project file -->
- <Preference Name="ProjectFileName">project.cpf</Preference>
- <!-- Location of the active template files used for project creation -->
- <Preference Name="ProjectPath">../templates/bmt/Cr1Model</Preference>
- <!-- Location of the template files -->
- <Preference Name="ProjectTemplatePath">../templates/bmt</Preference>
- <!-- Default path to use when backing up project during model upgrade -->
- <Preference Name="ProjectBackUpDefaultPath"/>
- <!-- Controls whether the model xml file is formatted in a human-readable form or not -->
- <Preference Name="FormatXML">false</Preference>
- </Section>
- <!-- File repositories available for project control -->
- <Section Name="ProjectControlDrivers">
- <Preference Name="DriverCount">8</Preference>
- <Preference Name="Driver0">FileSystemDriver</Preference>
- <Preference Name="Driver1">CmDriver</Preference>
- <Preference Name="Driver2">CVS</Preference>
- <Preference Name="Driver3">sourceSafe</Preference>
- <Preference Name="Driver4">DbDriver</Preference>
- <Preference Name="Driver5">TempDriver</Preference>
- <Preference Name="Driver6">PWOneDriver</Preference>
- <Preference Name="Driver7">PWTwoDriver</Preference>
- </Section>
- <Section Name="DbDriver">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">db://</Preference>
- <!-- Library containing implementation of this project access driver -->
- <Preference Name="ProjectAccess_Library">BmtDatabaseProjectAccess</Preference>
- <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
- <Preference Name="ProjectAccess_Interface">BMT_DatabaseItemAccess</Preference>
- <!-- Library containing implementation of this repository driver -->
- <Preference Name="RepositoryAccess_Library">BmtDatabaseDevice</Preference>
- <!-- Class implementing this repository driver (implements BMT_Device) -->
- <Preference Name="RepositoryAccess_Interface">BmtDatabaseDevice</Preference>
- </Section>
- <Section Name="TempDriver">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">h://</Preference>
- <!-- Library containing implementation of this project access driver -->
- <Preference Name="ProjectAccess_Library">BmtTempProjectAccess</Preference>
- <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
- <Preference Name="ProjectAccess_Interface">BmtTempProjectAccess</Preference>
- <!-- Library containing implementation of this repository driver -->
- <Preference Name="RepositoryAccess_Library">BmtTempProjectAccess</Preference>
- <!-- Class implementing this repository driver (implements BMT_Device) -->
- <Preference Name="RepositoryAccess_Interface">BmtTempDevice</Preference>
- </Section>
- <Section Name="PWOneDriver">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">pw1://</Preference>
- <!-- Library containing implementation of this project access driver -->
- <Preference Name="ProjectAccess_Library">pw1dbProjectAccess</Preference>
- <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
- <Preference Name="ProjectAccess_Interface">PW1_ScItemAccess</Preference>
- </Section>
- <Section Name="PWTwoDriver">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">pw2://</Preference>
- <!-- Library containing implementation of this project access driver -->
- <Preference Name="ProjectAccess_Library">pw2dbProjectAccess</Preference>
- <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
- <Preference Name="ProjectAccess_Interface">PW2_ScItemAccess</Preference>
- </Section>
- <Section Name="FileSystemDriver">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">file://</Preference>
- <!-- Library containing implementation of this repository driver -->
- <Preference Name="RepositoryAccess_Library">BmtArchiveDrivers</Preference>
- <!-- Class implementing this repository driver (implements BMT_Device) -->
- <Preference Name="RepositoryAccess_Interface">BMT_FileSystemDevice</Preference>
- <!-- Library containing implementation of this project access driver -->
- <Preference Name="ProjectAccess_Library">BmtProjectAccess</Preference>
- <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
- <Preference Name="ProjectAccess_Interface">BMT_ScItemAccess</Preference>
- </Section>
- <Section Name="sourceSafe">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">SourceSafe://</Preference>
- <!-- Repository configuration file -->
- <Preference Name="Command_File">BmtSSCommands.rpi</Preference>
- <!-- Library containing implementation of this repository driver -->
- <Preference Name="RepositoryAccess_Library">BmtSCCSDriver</Preference>
- <!-- Class implementing this repository driver (implements BMT_Device) -->
- <Preference Name="RepositoryAccess_Interface">Bmt_SCCSDevice</Preference>
- </Section>
- <Section Name="CVS">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">SCCS://</Preference>
- <!-- Repository configuration file -->
- <Preference Name="Command_File">BmtCVSCommands.rpi</Preference>
- <!-- Library containing implementation of this repository driver -->
- <Preference Name="RepositoryAccess_Library">BmtSCCSDriver</Preference>
- <!-- Class implementing this repository driver (implements BMT_Device) -->
- <Preference Name="RepositoryAccess_Interface">Bmt_SCCSDevice</Preference>
- </Section>
- <Section Name="CmDriver">
- <!-- URL prefix for this repository driver -->
- <Preference Name="RepositoryID">cm://</Preference>
- <!-- Library containing implementation of this project access driver -->
- <Preference Name="ProjectAccess_Library">BmtCmProjectAccess</Preference>
- <!-- Class implementing this project access driver (implements BMT_AccessInterface) -->
- <Preference Name="ProjectAccess_Interface">BMT_CmItemAccess</Preference>
- </Section>
- <Section Name="SecurityDriver">
- <!-- Library containing implementation of this project security driver -->
- <Preference Name="ProjectSecurity_Library">BmtSecurityDriver</Preference>
- <!-- Class implementing this project security driver (implements BMTSecurityDriverInterface) -->
- <Preference Name="ProjectSecurity_Interface">BmtSecurityDriverInterface</Preference>
- </Section>
- <!-- This section is used to control logging commands for debugging BME code. -->
- <!-- Logging is done using the DebugOutput method defined in BmtUtil\BmtDebug.cpp, which dumps text to the Output Window. -->
- <!-- 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. -->
- <!-- The preference name is used to identify sections of code where this logging is enabled. -->
- <!-- Set the value to "On" to enable logging. -->
- <Section Name="BME_Logging">
- <Preference Name="RepositoryLogging">Off</Preference>
- <Preference Name="BmtDOM">Off</Preference>
- <Preference Name="BuildIndexesAndIDs">Off</Preference>
- </Section>
- <Section Name="BMTUI">
- <Preference Name="UseBMFResources">TRUE</Preference>
- <Preference Name="ProductLocale">en-us</Preference>
- <Preference Name="ShowRepositoryButton">0</Preference>
- <Preference Name="ShowTemplateList">false</Preference>
- <Preference Name="VirtualFileSystem">false</Preference>
- <Preference Name="SuppressWarningRepositoryUNC">0</Preference>
- <Preference Name="SuppressProgressDialog">0</Preference>
- <Preference Name="RecentProjectListSize">4</Preference>
- <Preference Name="ExceptionMessageLimit">20</Preference>
- </Section>
- <Section Name="LWM">
- <!-- Use Script player (BmtScriptPlayer.exe) or Action player (BMTApplication.dll) to create rtm files -->
- <Preference Name="UseScriptPlayer">No</Preference>
- </Section>
- </Preferences>
|