Skip to content

Commit

Permalink
Basic upgrade to Grails 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robpurcell authored and dawsonsystems committed Aug 8, 2012
1 parent 6f672a1 commit 35c7f1d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
17 changes: 6 additions & 11 deletions GwtGrailsPlugin.groovy
Expand Up @@ -14,22 +14,13 @@
* limitations under the License.
*/

import java.beans.Introspector
import java.beans.PropertyDescriptor
import java.lang.reflect.Method
import java.lang.reflect.Modifier
import org.apache.commons.io.FileUtils
import org.codehaus.groovy.grails.commons.GrailsClassUtils
import org.codehaus.groovy.grails.plugins.gwt.ActionHandlerArtefactHandler
import org.codehaus.groovy.grails.plugins.gwt.DefaultGwtServiceInterfaceGenerator
import org.codehaus.groovy.grails.plugins.gwt.GwtServiceInterfaceGenerator
import org.codehaus.groovy.grails.web.plugins.support.WebMetaUtils

class GwtGrailsPlugin {
def version = "0.7"
def grailsVersion = "1.1 > *"
//def author = "Peter Ledbrook"
//def authorEmail = "peter@cacoethes.co.uk"
def version = "0.8-SNAPSHOT"
def grailsVersion = "2.0 > *"
def title = "The Google Web Toolkit for Grails."
def description = """\
Incorporates GWT into Grails. In particular, GWT host pages can be
Expand All @@ -39,6 +30,10 @@ requests.
def issueManagement = [ system: "JIRA", url: "http://jira.grails.org/browse/GPGWT" ]
def documentation = "http://www.grails.org/plugin/gwt"
def scm = [url:"https://github.com/dawsonsystems/grails-gwt"]

def license = "APACHE"


def observe = [ "services" ]
def watchedResources = "file:./grails-app/actionHandlers/**/*ActionHandler.groovy"
def artefacts = [ ActionHandlerArtefactHandler ]
Expand Down
6 changes: 3 additions & 3 deletions application.properties
@@ -1,5 +1,5 @@
#Grails Metadata file
#Tue Jul 31 16:44:40 BST 2012
app.grails.version=2.0.3
#Sat Jun 16 09:06:45 BST 2012
app.grails.version=2.0.4
app.name=grails-gwt
plugins.tomcat=2.0.3
plugins.tomcat=2.0.4
4 changes: 3 additions & 1 deletion grails-app/conf/Config.groovy
@@ -1 +1,3 @@
grails.doc.authors="Peter Ledbrook, David Dawson, Rob Purcell, Predrag Knežević"
grails.doc.authors="Peter Ledbrook, David Dawson, Rob Purcell, Predrag Knežević"
grails.views.default.codec="none" // none, html, base64
grails.views.gsp.encoding="UTF-8"

0 comments on commit 35c7f1d

Please sign in to comment.