Skip to content

Commit

Permalink
Plugin version changed to latest 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Hediard committed Jun 9, 2012
1 parent 347e871 commit 967ea5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion grails-app/conf/BuildConfig.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ grails.project.dependency.resolution = {
runtime ":resources:1.1.6"
runtime ":fbootstrapp:0.1.1"

runtime ':facebook-sdk:0.2.0'
runtime ':facebook-sdk:0.3.0'

build ":tomcat:$grailsVersion"
}
Expand Down
6 changes: 2 additions & 4 deletions grails-app/conf/Config.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// locations to search for config files that get merged into the main config
// config files can either be Java properties files or ConfigSlurper scripts

// grails.config.locations = [ "classpath:${appName}-config.properties",
// "classpath:${appName}-config.groovy",
// "file:${userHome}/.grails/${appName}-config.properties",
// "file:${userHome}/.grails/${appName}-config.groovy"]
grails.config.locations = [ "file:${userHome}/.grails/${appName}-config.properties",
"file:${userHome}/.grails/${appName}-config.groovy"]

// if (System.properties["${appName}.config.location"]) {
// grails.config.locations << "file:" + System.properties["${appName}.config.location"]
Expand Down

0 comments on commit 967ea5e

Please sign in to comment.