Extending : Processor editor extension : Extending the Processor editor : Creating and generating a property generation rule : Generating a property generation rule
  
Generating a property generation rule
After creating new rule class, technical developers must to register the rule as a plug-in.
To register the rule as a plug-in, do the following steps:
1 In the Extensions tab of the plugin.xml file, right-click com.ibm.btt.tools. transaction.editor.generator, and then click New > rule.
2 In the Extension Element Details panel, enter the name of the rule. The name of the rule is the identifier of the rule; therefore, the name must be unique.
3 In the class field, enter the implementing class.
Go up to
Creating and generating a property generation rule