forked from AtlasOfLivingAustralia/images-client-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
15 lines (15 loc) · 780 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<plugin name='images-client-plugin' version='0.2.1' grailsVersion='2.3 > *'>
<author>David Baird</author>
<authorEmail>[email protected] </authorEmail>
<title>ALA Image Service Client Plugin</title>
<description> A collection of useful utilities and components for use by clients of the ALA Image Service
</description>
<documentation>https://github.com/AtlasOfLivingAustralia/images-client-plugin/tree/master</documentation>
<type>ImagesClientPluginGrailsPlugin</type>
<resources>
<resource>ImagesClientResources</resource>
<resource>images.client.plugin.ImageClientController</resource>
<resource>images.client.plugin.AsyncUploadService</resource>
<resource>images.client.plugin.ImagesWebService</resource>
</resources>
</plugin>