[root]/grails/src/web/org/codehaus/groovy/grails/web/plugins/support/exceptionResolver
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 3 (100.0%) | 37 (100.0%) | 12.3 |
| Graeme Rocher | 2 (66.7%) | 26 (70.3%) | 13.0 |
| sdevijver | 1 (33.3%) | 11 (29.7%) | 11.0 |
removed old, no longer needed plugin stuff
0 lines of code changed in:
initial implementation of plugin manager and new plugin load mechanism for issue GRAILS-347. Still to do:
- integrate PluginManager with GrailsRuntimeConfigurator
- implement scripts like create-plugin, install-plugin and so forth
- implement mechanism for modifing web.xml at runtime
- refactor runtime to be plugin based
- refactor build to create a grails-platform.jar and individual grails-*-plugin.jars for components (optional)
26 lines of code changed in:
And finally, the initial checkin of the new plugin infrastructure for Grails, brining the Groovy platform to a new exciting level.
11 lines of code changed in: