Skip to content

Commit 004e510

Browse files
author
graeme
committed
fix for problem with test-app, console, shell etc.
git-svn-id: https://svn.codehaus.org/grails/trunk@5261 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 0e593f4 commit 004e510

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Bootstrap.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ task(loadApp:"Loads the Grails application object") {
2828
grailsResourceHolder = resourceHolder
2929
}
3030
grailsApplication(org.codehaus.groovy.grails.commons.DefaultGrailsApplication.class, ref("grailsResourceLoader"))
31+
pluginMetaManager(DefaultPluginMetaManager, "file:${basedir}/plugins/*/plugin.xml".toString())
3132
}
3233

3334
appCtx = beans.createApplicationContext()

0 commit comments

Comments
 (0)