Skip to content

Commit e08a210

Browse files
committed
Upgrade to Grails 2 for building and publishing the plugin.
1 parent a26edba commit e08a210

File tree

9 files changed

+7
-2157
lines changed

9 files changed

+7
-2157
lines changed

application.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#Grails Metadata file
2-
#Mon Feb 07 09:31:17 GMT 2011
3-
app.grails.version=1.3.6
2+
#Wed Jan 25 17:24:02 GMT 2012
3+
app.grails.version=2.0.0
44
app.name=rabbitmq
5-
plugins.hibernate=1.3.6
6-
plugins.tomcat=1.3.6
5+
plugins.svn=1.0.2

grails-app/conf/Config.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
grails.doc.authors = 'Jeff Brown, Peter Ledbrook'
22
grails.doc.license = 'Apache License 2.0'
33
grails.doc.title = 'RabbitMQ Plugin'
4+
grails.views.default.codec="none" // none, html, base64
5+
grails.views.gsp.encoding="UTF-8"

test/unit/org/grails/rabbitmq/RabbitGrailsPluginTests.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@ class RabbitGrailsPluginTests extends GroovyTestCase {
162162

163163
}
164164

165-
static class MockSubscribeService {
165+
class MockSubscribeService {
166166
static rabbitSubscribe = 'blueExchange'
167167
static transactional = false
168168
def propertyName
169169
def clazz = MockSubscribeService.class
170170
}
171171

172-
static class MockQueueService {
172+
class MockQueueService {
173173
static rabbitQueue = 'blueQueue'
174174
static transactional = false
175175
def propertyName

web-app/WEB-INF/applicationContext.xml

Lines changed: 0 additions & 42 deletions
This file was deleted.

web-app/WEB-INF/sitemesh.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)