forked from grails-aws/grails-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 737 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<plugin name='aws' version='1.2.12.1' grailsVersion='1.3.0 > *'>
<author>Lucas Teixeira</author>
<authorEmail>lucastex@gmail.com</authorEmail>
<title>Grails AWS Plugin</title>
<description>Amazon Web Services (AWS) grails plugin will provide easy access to simpler functions of AWS</description>
<documentation>http://blanq.github.com/grails-aws</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>aws.s3.S3TestController</resource>
<resource>aws.ses.SesTestController</resource>
<resource>aws.ses.SesTestService</resource>
</resources>
<dependencies />
<behavior />
</plugin>