Packaging a toolkit for redistribution
Package a toolkit to allow other SPL application developers to access the operators and functions that are defined in the toolkit.
Procedure
- 
    Identify the artifacts to include in your toolkit.
    
- A toolkit must include the following artifacts:
- toolkit.xml
 - info.xml (if present)
 - Resource bundle files
 - C++ header and Perl module
 - Code generator templates (
cgt) - Headers
 - Libraries
 
 - If you want users to rebuild the toolkit, then the toolkit must include the following
      additional files:
- Source code
 - All the files within the impl/nl directory
 
 
 - A toolkit must include the following artifacts:
 - Create a package of the toolkit directory that contains the identified artifacts. You can use commands such as zip or tar to package the toolkit directory.