Extending : Common Condition Extension : Extension key points in samples : Tooling extension
  
Tooling extension
There is an extension required to be made for allowing extended version control action: version control manager.
You can read above chapter for the details of the extension point and related interface.
Infrastructure developer should register above classes in extension points. And please note that, the priority should be set higher than UNICOM® Digital Transformation Toolkit (UDTT™) to make sure the extended one is enabled.
In the sample, the implementation classes is:
“alpha_ConJSVersion_WB2-002\src\com\ibm\btt\alpha\common\version\VersionManagerTimeStamp.java”
See
The process steps in Versioning Manager implementation
Go up to
Extension key points in samples