-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (22 loc) · 1.07 KB
/
plugin.xml
File metadata and controls
22 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<plugin name='concurrent-update' version='0.1' grailsVersion='1.3.7 > *'>
<author>Daniel Rosowski</author>
<authorEmail>daniel.rosowski@gmx.de</authorEmail>
<title>Plugin provides annotation ConcurrentUpdate which adds custom validator for version check.</title>
<description>\
This plugin provides an annotation ConcurrentUpdate. When annotating a class, the constraints closure is extended
with a custom validator which checks if the version of the edited domain class has been changed since loading it from
the database. Additionally the plugin adds a BindEventListener which sets the version property in the autobinding
process.
</description>
<documentation>http://github.com/drosowski/grails-concurrent-update</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>com.rosowski.grails.plugin.CheckedClass</resource>
<resource>com.rosowski.grails.plugin.ConcurrentUpdateTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>