-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
18 lines (18 loc) · 919 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin name='dynamic-parameters' version='0.6' grailsVersion='1.3.7 > *'>
<author>mlabarinas</author>
<title>Parallelized reloading parameters in the different servers of a pool</title>
<description>Parallelized reloading parameters in the different servers of a pool</description>
<documentation>http://grails.org/plugin/dynamic-parameters</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>DynamicParametersFilters</resource>
<resource>UrlMappings</resource>
<resource>grails.plugin.dynamic.parameters.controllers.DynamicParametersController</resource>
<resource>grails.plugin.dynamic.parameters.services.DynamicParametersService</resource>
<resource>grails.plugin.dynamic.parameters.services.RestDynamicParametersService</resource>
</resources>
<dependencies />
<behavior />
</plugin>