Skip to content

Commit

Permalink
hardcoded id of plugins listing!!!
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/grails/trunk@8934 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
  • Loading branch information
rhyolight committed Mar 17, 2009
1 parent 631e3e4 commit a4ec185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/TransferContentToPlugins.groovy
Expand Up @@ -28,7 +28,7 @@ target(translateContextToPlugin: "The implementation task") {
// getting the plugin listing wiki page to parse
def wikiClass = grailsApp.getDomainClass("org.grails.wiki.WikiPage").clazz
def id = wikiClass.executeQuery("select w.id from WikiPage w where w.title = 'Plugins' order by w.lastUpdated")[0]
def pluginList = wikiClass.get(id)
def pluginList = wikiClass.get(525)

def pluginCategories
pluginList.body.eachLine { line ->
Expand Down

0 comments on commit a4ec185

Please sign in to comment.