Created
January 8, 2025 16:29
-
-
Save jeffscottbrown/21905fcbb2df8287697e7039b2fb783e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 > *'> | |
<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 > *</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 > *'> | |
<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 > *</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