Skip to content

Commit

Permalink
fix for list-plugins in 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 11, 2012
1 parent ae4bc8c commit afac166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application.properties
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.0.4
app.name=site
app.servlet.version=2.4
app.version=1.2.15
app.version=1.2.16
Expand Up @@ -79,7 +79,7 @@ class RepositoryController {


def pluginMeta() {
render '<a href="http://plugins.grails.org/.plugin-meta/plugins-list.xml">plugins-list.xml</a><a href="http://grails.org/.plugin-meta/plugins-list.xml">plugins-list.xml</a>'
render '<a href="http://plugins.grails.org/.plugin-meta/plugins-list.xml">plugins-list.xml</a><a href="http://grails.org/plugins/.plugin-meta/plugins-list.xml">plugins-list.xml</a>'
}

/**
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/plugin/home.gsp
Expand Up @@ -10,7 +10,7 @@
<body>
<!-- IMPORTANT: DO NOT delete the link below, it is commented out, but used for plugin resolution -->
<!-- <g:link url="http://plugins.grails.org/.plugin-meta" absolute="true">.plugin-meta</g:link> -->
<!-- <g:link url="http://grails.org/.plugin-meta" absolute="true">.plugin-meta</g:link> -->
<!-- <g:link url="http://grails.org/plugins/.plugin-meta" absolute="true">.plugin-meta</g:link> -->
<g:render template="/common/messages" model="[message: message]"/>
<tmpl:pluginList plugins="${currentPlugins}" total="${totalPlugins}" pageParams="[category: category]" />
</body>
Expand Down

0 comments on commit afac166

Please sign in to comment.