Skip to content

Commit

Permalink
GWT Servlet must be included in the runtime props so it is included i…
Browse files Browse the repository at this point in the history
…n the classpath. Just in provided and its missed off
  • Loading branch information
dawsonsystems committed Nov 29, 2011
1 parent 5a67c09 commit eacfeaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GwtGrailsPlugin.groovy
Expand Up @@ -26,7 +26,7 @@ import org.codehaus.groovy.grails.plugins.gwt.GwtServiceInterfaceGenerator
import org.codehaus.groovy.grails.web.plugins.support.WebMetaUtils

class GwtGrailsPlugin {
def version = "0.6"
def version = "0.6.1"
def grailsVersion = "1.1 > *"
def author = "Peter Ledbrook"
def authorEmail = "peter@cacoethes.co.uk"
Expand Down
1 change: 1 addition & 0 deletions scripts/_Events.groovy
Expand Up @@ -40,6 +40,7 @@ eventSetClasspath = { ClassLoader rootLoader ->
grailsSettings.compileDependencies << f
} else {
grailsSettings.compileDependencies << f
grailsSettings.runtimeDependencies << f
}
grailsSettings.testDependencies << f
gwtDependencies << f
Expand Down

0 comments on commit eacfeaa

Please sign in to comment.