forked from raymyers/haml4grails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
25 lines (23 loc) · 925 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
24
25
<plugin name='haml' version='0.4' grailsVersion='2.0.* > *'>
<author>Ray Myers</author>
<authorEmail>[email protected]</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>
<type>HamlGrailsPlugin</type>
<resources />
<repositories>
<repository name='grailsCentral' url='http://plugins.grails.org' />
<repository name='http://repo.grails.org/grails/plugins' url='http://repo.grails.org/grails/plugins/' />
<repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
<repository name='grailsCore' url='http://svn.codehaus.org/grails/trunk/grails-plugins' />
</repositories>
<dependencies />
<plugins />
<runtimePluginRequirements />
<behavior />
</plugin>