__copyright__
This creates an EDNA plugin template for use with the EDNA framework
It creates the whole directory framework needed, the core plugin code and
the core tests, which are all run as part of the generator
This creates the following directory structure and files:
ProjectName
|--plugins
| |--EDPluginName-v1.0
| | |--datamodel
| | | |--generateXSDataTemplate.sh
| | | |--XSDataExecTest3.xsd
| | |--plugins
| | | |--EDPluginNamev10.py
| | | |--XSDataPluginName.py
| | |--tests
| | | |--data
| | | | |--XSConfiguration_PluginName.xml
| | | | |--XSDataInputPluginName_reference.xml
| | | | |--XSDataResultPluginName_reference.xml
| | | |--testsuite
| | | | |--EDTestCasePluginNameExecuteTest.py
| | | | |--EDTestCasePluginNameUnitTest.py
| | | | |--EDTestSuitePluginNameTest.py
- Value:
-
|