Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Mar 23, 2013
1 parent e8d1634 commit 5b6d443
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
5 changes: 1 addition & 4 deletions grails-app/conf/BuildConfig.groovy
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ grails.project.work.dir = 'target'


grails.project.dependency.resolution = { grails.project.dependency.resolution = {


inherits "global", { inherits "global"
// TODO remove
excludes 'grails-plugin-tomcat', 'grails-tomcat'
}
log "warn" log "warn"


repositories { repositories {
Expand Down
28 changes: 14 additions & 14 deletions src/groovy/org/grails/plugins/tomcat/fork/TomcatWarRunner.groovy
Original file line number Original file line Diff line number Diff line change
@@ -1,18 +1,18 @@
/* /*
* Copyright 2013 SpringSource * Copyright 2013 SpringSource
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
* *
* http://www.apache.org/licenses/LICENSE-2.0 * http://www.apache.org/licenses/LICENSE-2.0
* *
* Unless required by applicable law or agreed to in writing, software * Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, * distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.grails.plugins.tomcat.fork package org.grails.plugins.tomcat.fork


import grails.build.logging.GrailsConsole import grails.build.logging.GrailsConsole
Expand Down

0 comments on commit 5b6d443

Please sign in to comment.