-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugin.xml
More file actions
26 lines (26 loc) · 1.06 KB
/
plugin.xml
File metadata and controls
26 lines (26 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<plugin name='mandrill' version='0.5' grailsVersion='2.1 > *'>
<author>Damien Pacaud</author>
<authorEmail>damien.pacaud@gmail.com</authorEmail>
<title>Grails Mandrill Plugin</title>
<description> This is a simple wrapper for the Mandrill REST API (http://www.mandrillapp.com)
</description>
<documentation>https://github.com/dpacaud/mandrill</documentation>
<type>MandrillGrailsPlugin</type>
<resources>
<resource>org.grails.mandrill.HttpWrapperService</resource>
<resource>org.grails.mandrill.MandrillService</resource>
</resources>
<repositories>
<repository name='grailsCentral' url='http://grails.org/plugins' />
<repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
</repositories>
<dependencies>
<compile>
<dependency group='org.codehaus.groovy.modules.http-builder' name='http-builder' version='0.5.2' />
</compile>
</dependencies>
<plugins />
<runtimePluginRequirements />
<behavior />
</plugin>