-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
24 lines (24 loc) · 1.39 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<plugin name='saasy' version='0.2.2-SNAPSHOT' grailsVersion='2.4 > *'>
<author>Jeremy Leng</author>
<authorEmail>[email protected]</authorEmail>
<title>Saasy Plugin Plugin</title>
<description>Saasy Grails Plugin provides a Grails service API wrapper around the Saasy Cloud API (getsaasy.com)
</description>
<documentation>http://grails.org/plugin/saasy-plugin</documentation>
<type>SaasyGrailsPlugin</type>
<resources>
<resource>com.getsaasy.plugin.SaasyPluginTestController</resource>
<resource>com.getsaasy.plugin.AbstractSaasyService</resource>
<resource>com.getsaasy.plugin.SaasyCompositeService</resource>
<resource>com.getsaasy.plugin.SaasyPaymentSourceService</resource>
<resource>com.getsaasy.plugin.SaasyServiceInvoiceService</resource>
<resource>com.getsaasy.plugin.SaasyServiceLimitService</resource>
<resource>com.getsaasy.plugin.SaasyServiceOrderService</resource>
<resource>com.getsaasy.plugin.SaasyServicePlanProductTypeService</resource>
<resource>com.getsaasy.plugin.SaasyServicePlanService</resource>
<resource>com.getsaasy.plugin.SaasyServiceSubscriberProductTypeService</resource>
<resource>com.getsaasy.plugin.SaasyServiceSubscriberService</resource>
<resource>com.getsaasy.plugin.SaasyServiceSubscriptionProductTypeService</resource>
<resource>com.getsaasy.plugin.SaasyServiceSubscriptionService</resource>
</resources>
</plugin>