##### Branch: 'Trunk'
##### by Stephen McGinty on 28-May-2015 08:52AM
Fixed generic plugin build
##### Branch: 'Trunk'
##### by Stephen McGinty on 21-May-2015 07:56AM
Added pattern dir to generic test block
##### Branch: 'Trunk'
##### by Stephen McGinty on 20-May-2015 08:56AM
Updates symlink handling and other patches to fix new app creation on Windows.
##### Branch: 'Trunk'
##### by Stephen McGinty on 23-Apr-2015 09:50AM
Added Testers plugin and basic test program setup to the generic test block template
##### Branch: 'Trunk'
##### by Stephen McGinty on 31-Mar-2015 04:12AM
Removed the code coverage boiler plate code in the generated config/commands.rb file, Origen
core now provides this and new apps don't need it.
##### Branch: 'Trunk'
##### by Ronald Lajaunie on 08-Mar-2015 20:19PM
Added MPG Test Block plugin template.
##### Branch: 'Trunk'
##### by Corey Engelken on 24-Feb-2015 13:32PM
Added first version of the MPG BOM Application generator.
##### Branch: 'Trunk'
##### by Stephen McGinty on 19-Feb-2015 05:33AM
Added debugger gems to Gemfile templates
##### Branch: 'Trunk'
##### by Stephen McGinty on 15-Jan-2015 05:51AM
All plugins now come with a templates/shared directory
##### Branch: 'Trunk'
##### by Stephen McGinty on 15-Jan-2015 04:57AM
Patch to all plugin generators to require config/application.rb from the main plugin
require file (lib/plugin\_name.rb).
This is required for Origen to identify that the given gem is an Origen plugin, it is not
required for top-level applications where Origen will automatically load
config/application.rb
##### Branch: 'Trunk'
##### by Stephen McGinty on 15-Jan-2015 03:27AM
Fixed the generated wild card require code in lib/app\_name.rb to work correctly in the
case of a plugin being used by another app.
##### Branch: 'Trunk'
##### by Stephen McGinty on 09-Jan-2015 05:11AM
New apps will now start from version 0.1.0, this is to avoid Bundler issues with
pre-release
tags of 0.0.0.
Updated the plugin web template to give a better install instruction.
##### Branch: 'Trunk'
##### by Stephen McGinty on 11-Dec-2014 06:57AM
Added a generator and rake task (rake new) to create a new generator within this application and
documentation on how to create a new generator.
The generator selection process now supports domain specific generators.
Added a generic test block generator as an initial example of a domain specific generator.
##### Branch: 'Trunk'
##### by Stephen McGinty on 08-Dec-2014 10:55AM
Added initial 2.5.0 compatible plugin shell
##### Branch: 'Trunk'
##### by Stephen McGinty on 05-Dec-2014 11:21AM
Initial release with a working generic application builder