-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
29 lines (29 loc) · 1.26 KB
/
plugin.xml
File metadata and controls
29 lines (29 loc) · 1.26 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
27
28
29
<plugin name='zendesk' version='1.0.4' grailsVersion='1.3 > *'>
<author>Marc Palmer</author>
<authorEmail>marc@grailsrocks.com</authorEmail>
<title>Zendesk API Plugin</title>
<description>Interface to Zendesk support system via their API
</description>
<documentation>http://grails.org/plugin/zendesk</documentation>
<type>ZendeskGrailsPlugin</type>
<resources>
<resource>TestController</resource>
<resource>com.grailsrocks.zendesk.ZendeskService</resource>
<resource>com.grailsrocks.zendesk.ZendeskTagLib</resource>
</resources>
<repositories>
<repository name='grailsCentral' url='http://plugins.grails.org' />
<repository name='http://repo.grails.org/grails/plugins' url='http://repo.grails.org/grails/plugins/' />
<repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
<repository name='grailsCore' url='http://svn.codehaus.org/grails/trunk/grails-plugins' />
<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>