Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeffscottbrown/21905fcbb2df8287697e7039b2fb783e to your computer and use it in GitHub Desktop.
Save jeffscottbrown/21905fcbb2df8287697e7039b2fb783e to your computer and use it in GitHub Desktop.
brownj@Jeff-Brown-Unity Downloads % unzip -p grails-plugin-sitemesh3-7.0.0-M1.jar META-INF/grails-plugin.xml
<plugin name='sitemesh3' version='7.0.0-SNAPSHOT' grailsVersion='7.0.0-SNAPSHOT &gt; *'>
<type>org.sitemesh.grails.plugins.sitemesh3.Sitemesh3GrailsPlugin</type>
<authorEmail></authorEmail>
<developers>[[name:Scott Murphy]]</developers>
<author>Scott Murphy</author>
<documentation>https://github.com/codeconsole/grails-sitemesh3</documentation>
<profiles>[web]</profiles>
<description>Configures Grails to use SiteMesh 3 instead of SiteMesh 2</description>
<title>SiteMesh 3</title>
<loadBefore>[groovyPages]</loadBefore>
<version />
<grailsVersion>7.0.0-SNAPSHOT &gt; *</grailsVersion>
<license>APACHE</license>
<pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
<issueManagement system='GitHub' url='https://github.com/codeconsole/grails-sitemesh3/issues' />
<organization name='SiteMesh' url='https://github.com/sitemesh' />
<name>sitemesh3</name>
<scm url='https://github.com/codeconsole/grails-sitemesh3' />
<resources>
<resource>org.grails.plugins.web.taglib.RenderSitemeshTagLib</resource>
<resource>org.grails.plugins.web.taglib.SitemeshTagLib</resource>
</resources>
</plugin>% brownj@Jeff-Brown-Unity Downloads %
brownj@Jeff-Brown-Unity Downloads %
brownj@Jeff-Brown-Unity Downloads %
brownj@Jeff-Brown-Unity Downloads %
brownj@Jeff-Brown-Unity Downloads % unzip -p grails-plugin-sitemesh3-6.1.2.jar META-INF/grails-plugin.xml
<plugin name='sitemesh3' version='6.1.2' grailsVersion='6.0.0 &gt; *'>
<type>org.sitemesh.grails.plugins.sitemesh3.Sitemesh3GrailsPlugin</type>
<authorEmail></authorEmail>
<developers>[[name:Scott Murphy]]</developers>
<author>Scott Murphy</author>
<documentation>https://github.com/codeconsole/grails-sitemesh3</documentation>
<profiles>[web]</profiles>
<description>Configures Grails to use SiteMesh 3 instead of SiteMesh 2</description>
<title>SiteMesh 3</title>
<loadBefore>[groovyPages]</loadBefore>
<version />
<grailsVersion>6.0.0 &gt; *</grailsVersion>
<license>APACHE</license>
<pluginExcludes>[grails-app/views/error.gsp]</pluginExcludes>
<issueManagement system='GitHub' url='https://github.com/codeconsole/grails-sitemesh3/issues' />
<organization name='SiteMesh' url='https://github.com/sitemesh' />
<name>sitemesh3</name>
<scm url='https://github.com/codeconsole/grails-sitemesh3' />
<resources>
<resource>org.grails.plugins.web.taglib.RenderSitemeshTagLib</resource>
<resource>org.grails.plugins.web.taglib.SitemeshTagLib</resource>
</resources>
</plugin>%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment