forked from ricardojmendez/grails-currencies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
19 lines (18 loc) · 808 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<plugin name='currencies' version='1.3.2' grailsVersion='1.3.6 > *'>
<author>Ricardo J. Mendez</author>
<authorEmail>ricardo@arquetipos.co.cr</authorEmail>
<title>Currency and exchange rate plugin for grails</title>
<description>Allows easy storage of currencies and exchange rates across them. Provides
a Money helper class that is used for converting between currencies at the
exchange rate on a certain date (the current date is used by default).
It's recommended you use the money amounts embedded.
</description>
<resources>
<resource>CurrencyBootStrap</resource>
<resource>UrlMappings</resource>
<resource>cr.co.arquetipos.currencies.ExchangeRate</resource>
<resource>cr.co.arquetipos.currencies.Money</resource>
</resources>
<dependencies />
<behavior />
</plugin>