-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
20 lines (20 loc) · 777 Bytes
/
plugin.xml
File metadata and controls
20 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<plugin name='i18n-fields' version='0.4' grailsVersion='1.3 > *'>
<author>Jorge Uriarte, Taioli Fabiano</author>
<authorEmail>jorge.uriarte@omelas.net, fbn@maniacmansion.it</authorEmail>
<title>i18n Fields</title>
<description>\
This plugin provide an easy way of declarativily localize database fields of your content tables.
</description>
<documentation>http://grails.org/plugin/i18n-fields</documentation>
<resources>
<resource>BootStrap</resource>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>i18nfields.tests.TestDomain</resource>
<resource>i18nfields.I18nTestService</resource>
</resources>
<dependencies />
<behavior />
</plugin>