forked from dpcasady/grails-jasmine-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.xml
28 lines (28 loc) · 1.29 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
25
26
27
28
<plugin name='jasmine-resources' version='0.1.0' grailsVersion='1.3.7 > *'>
<author>Vladimír Oraný</author>
<authorEmail>[email protected]</authorEmail>
<title>Jasmine Resources Plugin</title>
<description>Jasmine resources plugin bundled with 1.1.0 release.
</description>
<documentation>http://grails.org/plugin/jasmine-resources</documentation>
<type>JasmineResourcesGrailsPlugin</type>
<resources>
<resource>JasmineResourcesPluginResources</resource>
<resource>JasmineResourcesUrlMappings</resource>
<resource>TestResources</resource>
<resource>jasmine.resources.JasmineController</resource>
</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' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
</repositories>
<dependencies />
<plugins />
<runtimePluginRequirements>
<plugin name='resources' version='1.0 > *' />
</runtimePluginRequirements>
<behavior />
</plugin>