RTSC plugins for CCS integration / example templates :  xs xdc.tools.product.plugingen 
xs xdc.tools.product.plugingen 
                      -p c:/uia_1_00_01_10_bc
                      -m eclipsegen.UiaProduct


for uiactools:
xs xdc.tools.product.plugingen -p c:/UIACTOOLS/uiactools_1_01_00_09 -m eclipsegen.UiactoolsProduct

Note that the src/eclipsgen folder needs to be built using xdc before running this command.  This requires that the src/eclipsegen folder be explicitly added to the XDCPath user environment variable. The packages.xdc folder needs to contain the UiaProduct and UiaProductView modules.
The output of the command is stored in the eclipse subfolder of the folder specified by the -p parameter.
You need to start CCS Eclipse with the -clean option in order to reload the plugin

The plugingen tool allows RTSC content producers to create eclipse plugins that allows their content to be integrated in the CCS4 environment. As input, the tool requires

    * a RTSC module implementing xdc.tools.product.IProduct 

Refer to ExampleProduct for an implementation of IProduct.
The tool may also be used to generate starter examples that will showup in the new project wizard. This is accomplished by implementing IProductTemplate and setting the templateModule configuration parameter of the IProduct implementation to the name of the implementation module. Refer to Examples for a sample implementation of IProductTemplate.
The XGCONF product view maybe developed by implementing IProductView and setting the productViewModule configuration parameter of the IProduct implementation to the name of the implementation module. Refer to ProductView.xdc and ProductView.xs for a sample implementation of IProductView.  (e.g. in ti/uiactools/productview)
The tool operates on a product that is either specified by the -p option or is present in the folder from which the tool is executed. The tool will create the plugin in a sub-folder named eclipse in the output directory specified with -o option. If the -o option is not specified the plugin is created in the product root directory. The tool will search the repositories specified in the module implementing xdc.tools.product.IProduct for RTSC platforms. This search can be disabled by specifying the--disable_repo_search option. The user needs to ensure that the repositories are installed in the product root directory before using the tool.
