Procedure
To create a naming convention rule at the system level,
do the following steps:
- Create a new bundle file with a .properties extension
in a plug-in project, for example namingextension.properties.
- Edit a naming convention rule in the file. Figure 1 is an example of naming convention
rule file:
Figure 1. Example of a naming convention rule
file.
- Open the plugin.xml file. Add a new
extension point, com.ibm.btt.tools.common.naming,
and then add a rule for this extension point.
- In the Extension Element Details panel,
enter the following information:
- In the Bundle field, enter the
path of the bundle file that you created in step 1.
Note: Do
not enter the .properties extension in the Bundle field.
- In the Priority field, specify
the priority of this extension. If the extension point
is registered by multiple plug-ins, the extension with the higher
priority is invoked by WebSphere® Multichannel Bank Transformation
Toolkit. A WebSphere Multichannel Bank Transformation
Toolkit default
naming convention rule is registered as low priority; therefore, the
customized naming convention rule should be registered as medium or
high priority.