Skip to content

Commit

Permalink
added license, developers, issueManagement, and scm properties
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Sep 13, 2013
1 parent 8aeadbc commit b8e82d3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RoutingGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ class RoutingGrailsPlugin {
def grailsVersion = '2.0.0 > *'
def loadAfter = ['controllers', 'services']
def artefacts = [new RouteArtefactHandler()]
def author = 'Matthias Hryniszak, Chris Navta'
def authorEmail = 'padcom@gmail.com, chris@ix-n.com'
def documentation = 'http://grails.org/plugin/routing'
def title = 'Apache Camel Plugin'
def description = 'Provides message routing capabilities using Apache Camel'

def license = "APACHE"
def developers = [
[name: "Matthias Hryniszak", email: "padcom@gmail.com"],
[name: "Chris Navta", email: "chris@ix-n.com"]
]
def issueManagement = [system: "GITHUB", url: "https://github.com/padcom/grails-routing/issues"]
def scm = [url: "https://github.com/padcom/grails-routing"]

def doWithSpring = {
def config = application.config.grails.routing
def camelContextId = config?.camelContextId ?: 'camelContext'
Expand Down

0 comments on commit b8e82d3

Please sign in to comment.