[root]/plugins_SDK
templates
(6 files, 550 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
mtholder | 2 (100.0%) | 188 (100.0%) | 94.0 |
This commit adds a script and template files to the plugins_SDK directory (no
changes to java source code in BEAST). The directory now contains a simple
python script that will create a stub for a BEAST plugin. This is primarily a
matter of copying some file templates and changing names to the name that the
plugin author chooses). The plugins_SDK/README describes how the script should
be used. In addition to creating source code stubs, the generate_stub.py script
will creat an ant file with appropriate targets and a simple XML instance
document that uses an new XML element (that the plugin must parse).
Most of this code was written at the NESCent BEAST working group. Version
control for earlier versions of this is via git at
git@github.com:mtholder/beastPlugin.git
188 lines of code changed in 2 files: