forked from raymyers/haml4grails
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
24 lines (22 loc) · 666 Bytes
/
plugin.xml
File metadata and controls
24 lines (22 loc) · 666 Bytes
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='haml' version='0.2' grailsVersion='1.2.2 > *'>
<author>Ray Myers</author>
<authorEmail>ray.myers@gmail.com</authorEmail>
<title>haml</title>
<description>\
Haml support for grails, based on JHaml.
http://github.com/raymyers/haml4grails
http://github.com/raymyers/JHaml
</description>
<documentation>http://grails.org/plugin/haml</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
</resources>
<dependencies>
<resolvers>
<resolver type='grailsPlugins' name='grailsPlugins' />
</resolvers>
</dependencies>
<behavior />
</plugin>