Skip to content

Commit

Permalink
Added web-app folder to plugin excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwolff committed Jun 26, 2013
1 parent 4294f40 commit ef7b67b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RwtGrailsPlugin.groovy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ complete Grails framework stack with all its powerful features and syntactic DSL
def issueManagement = [ system: "github", url: "https://github.com/bwolff/grails-rwt/issues" ] def issueManagement = [ system: "github", url: "https://github.com/bwolff/grails-rwt/issues" ]
def scm = [ url: "https://github.com/bwolff/grails-rwt/" ] def scm = [ url: "https://github.com/bwolff/grails-rwt/" ]


def pluginExcludes = [
"web-app/"
]

def doWithWebDescriptor = { xml -> def doWithWebDescriptor = { xml ->
// If there is no RWT entry point configured, don't register the RWT servlet. // If there is no RWT entry point configured, don't register the RWT servlet.
final entryPointHelper = new EntryPointConfigurationHelper(application.config) final entryPointHelper = new EntryPointConfigurationHelper(application.config)
Expand Down

0 comments on commit ef7b67b

Please sign in to comment.