-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.xml
29 lines (29 loc) · 1.2 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
29
<plugin name='portlets' version='0.9.2' grailsVersion='2.0 > *'>
<author>Kenji Nakamura, Philip Wu</author>
<authorEmail>kenji_nakamura@diva-america.com</authorEmail>
<title>Portlets Plugin</title>
<description>\
Generate JSR-168 compliant portlet war.
</description>
<documentation>http://grails.org/plugins/portlets</documentation>
<type>PortletsGrailsPlugin</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' />
<repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
</repositories>
<dependencies>
<provided>
<dependency group='javax.portlet' name='portlet-api' version='2.0' />
</provided>
<runtime>
<dependency group='org.springframework' name='spring-webmvc-portlet' version='3.0.5.RELEASE' />
</runtime>
</dependencies>
<plugins />
<runtimePluginRequirements />
<behavior />
</plugin>