forked from morologous/grails-edis-data-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
20 lines (20 loc) · 719 Bytes
/
plugin.xml
File metadata and controls
20 lines (20 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<plugin name='edis-data-client' version='0.2' grailsVersion='1.3.5 > *'>
<author>Jason Yankus</author>
<authorEmail>jason.yankus@usitc.gov</authorEmail>
<title>Grails plugin for EDIS data webservice</title>
<description>
Easy to use api-based plugin to access the EDIS data web service.
</description>
<documentation>http://github.com/morologous/edisDataClient</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>edisdataclient.EdisDataService</resource>
</resources>
<dependencies>
<plugin name='rest' version='0.6.1' />
</dependencies>
<behavior />
</plugin>