-
Notifications
You must be signed in to change notification settings - Fork 6
/
plugin.xml
executable file
·23 lines (22 loc) · 910 Bytes
/
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
<plugin name='camel' version='0.1' grailsVersion='1.1 > *'>
<author>Chris Navta</author>
<authorEmail>[email protected]</authorEmail>
<title>Simple integration with Apache Camel</title>
<description>\
A simple integration with Apache Camel, giving Controolers and Services a 'sendMessage' method that will send
a message to a given endpoint.
To configure routing, a 'Routes.grooy' is created in grails-app/conf that contains a class that extends GrailsRouteBuilder.
</description>
<documentation>http://grails.org/Camel+Plugin</documentation>
<resources>
<resource>BootStrap</resource>
<resource>Config</resource>
<resource>DataSource</resource>
<resource>DefaultRoutes</resource>
<resource>spring.resources</resource>
<resource>UrlMappings</resource>
<resource>TestController</resource>
<resource>DefaultRoute</resource>
</resources>
<dependencies />
</plugin>