This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch wrapper-rewrite
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 5724a73f45477f746ef7e19b56905e3bb68c773a
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 13 22:56:37 2025 -0400

    Remove old BuildConfig test resources that are no longer needed
---
 gradle/rat-root-config.gradle                      |   2 -
 .../grails/commons/GrailsPluginManagerTests.groovy |  28 +++----
 .../test/defaultErrorMessages.properties           |  30 -------
 .../resources/grails-app/conf/BuildConfig.groovy   |  23 ------
 .../logging-0.1/LoggingGrailsPlugin.groovy         |  22 -----
 .../global-plugins/logging-0.1/plugin.xml          |   4 -
 .../logging-0.1/scripts/DoSomething.groovy         |  19 -----
 .../logging-0.1/scripts/_Install.groovy            |   0
 .../grails-plugin-utils/grails-debug/plugin.xml    |   4 -
 .../grails-debug/scripts/RunDebug.groovy           |   0
 .../jsecurity-0.3/JSecurityGrailsPlugin.groovy     |  22 -----
 .../plugins/jsecurity-0.3/plugin.xml               |   4 -
 .../scripts/CreateAuthController.groovy            |   0
 .../jsecurity-0.3/scripts/CreateDbRealm.groovy     |   0
 .../test/test-projects/inline-plugins/README.txt   |   1 -
 .../app/grails-app/conf/BuildConfig.groovy         |  21 -----
 .../plugins/foo/FooGrailsPlugin.groovy             |  20 -----
 .../controllers/foo/FooController.groovy           |  22 -----
 .../plugins/foobar/FoobarGrailsPlugin.groovy       |  20 -----
 .../controllers/foobar/FoobarController.groovy     |  23 ------
 .../test-projects/nested-inline-plugins/README.txt |   3 -
 .../app/grails-app/conf/BuildConfig.groovy         |  21 -----
 .../plugin-one/PluginOneGrailsPlugin.groovy        |  24 ------
 .../plugin-one/grails-app/conf/BuildConfig.groovy  |  20 -----
 .../plugin-two/PluginTwoGrailsPlugin.groovy        |  20 -----
 .../plugin-build-settings/application.properties   |  24 ------
 .../grails-app/conf/BootStrap.groovy               |  29 -------
 .../grails-app/conf/BuildConfig.groovy             |  43 ----------
 .../grails-app/conf/Config.groovy                  |  91 ---------------------
 .../grails-app/conf/DataSource.groovy              |  50 -----------
 .../grails-app/conf/UrlMappings.groovy             |  30 -------
 .../grails-app/conf/spring/resources.groovy        |  23 ------
 .../grails-app/i18n/messages.properties            |  49 -----------
 .../HibernateGrailsPlugin.groovy                   |  57 -------------
 .../hibernate-1.2-SNAPSHOT/application.properties  |  19 -----
 .../hibernate-1.2-SNAPSHOT/dependencies.groovy     |  44 ----------
 .../grails-app/i18n/messages.properties            |  16 ----
 .../grails-app/i18n/org/example/custom.properties  |  16 ----
 .../i18n/org/example/custom_fr.properties          |  16 ----
 .../lib/hibernate-annotations-3.4.0.GA.jar         | Bin 279714 -> 0 bytes
 .../lib/hibernate-core-3.3.1.GA.jar                | Bin 2766130 -> 0 bytes
 .../plugins/hibernate-1.2-SNAPSHOT/plugin.xml      |  29 -------
 .../hibernate-1.2-SNAPSHOT/scripts/_Install.groovy |  10 ---
 .../scripts/_Uninstall.groovy                      |   5 --
 .../hibernate-1.2-SNAPSHOT/scripts/_Upgrade.groovy |  10 ---
 .../WebflowGrailsPlugin.groovy                     |  53 ------------
 .../webflow-1.2-SNAPSHOT/application.properties    |  21 -----
 .../webflow-1.2-SNAPSHOT/dependencies.groovy       |  36 --------
 .../grails-app/i18n/messages.properties            |  16 ----
 .../org.springframework.webflow-2.0.8.RELEASE.jar  | Bin 519341 -> 0 bytes
 .../plugins/webflow-1.2-SNAPSHOT/plugin.xml        |  36 --------
 .../webflow-1.2-SNAPSHOT/scripts/_Install.groovy   |  10 ---
 .../webflow-1.2-SNAPSHOT/scripts/_Uninstall.groovy |   5 --
 .../webflow-1.2-SNAPSHOT/scripts/_Upgrade.groovy   |  10 ---
 54 files changed, 13 insertions(+), 1088 deletions(-)

diff --git a/gradle/rat-root-config.gradle b/gradle/rat-root-config.gradle
index 621c806db5..360422c59c 100644
--- a/gradle/rat-root-config.gradle
+++ b/gradle/rat-root-config.gradle
@@ -38,8 +38,6 @@ tasks.named('rat') {
             'grails-fields/grails-app/views/layouts/_fields/*.gsp', // 
template files that people are expected to use in the end application
             'grails-fields/grails-app/views/templates/_fields/*.gsp', // 
template files that people are expected to use in the end application
             'grails-geb/src/main/templates/*.groovy', // template files that 
people are expected to use in the end application
-            
'grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/**/*',
 // exclude example test data for test cases
-            
'grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/**/*',
 // exclude example test data for test cases
             'grails-doc/src/en/ref/Versions/Grails BOM.adoc', // exclude 
generated data
             'grails-profiles/**/templates/**', // template files that people 
are expected to use in the end application
             'grails-profiles/**/commands/**', // template files that people 
are expected to use in the end application
diff --git 
a/grails-test-suite-uber/src/test/groovy/org/grails/commons/GrailsPluginManagerTests.groovy
 
b/grails-test-suite-uber/src/test/groovy/org/grails/commons/GrailsPluginManagerTests.groovy
index 3b042061d7..02a7fb4e71 100644
--- 
a/grails-test-suite-uber/src/test/groovy/org/grails/commons/GrailsPluginManagerTests.groovy
+++ 
b/grails-test-suite-uber/src/test/groovy/org/grails/commons/GrailsPluginManagerTests.groovy
@@ -1,20 +1,18 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
  *
- *    https://www.apache.org/licenses/LICENSE-2.0
+ *      https://www.apache.org/licenses/LICENSE-2.0
  *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
  */
 package org.grails.commons
 
@@ -150,7 +148,7 @@ hibernate {
         assert !manager.hasGrailsPlugin("my")
     }
 
-    void testDependencyResolutionSucces() {
+    void testDependencyResolutionSuccess() {
         def manager = new 
DefaultGrailsPluginManager([MyGrailsPlugin,AnotherGrailsPlugin, 
SomeOtherGrailsPlugin] as Class[], ga)
 
         manager.loadPlugins()
diff --git a/grails-test-suite-uber/test/defaultErrorMessages.properties 
b/grails-test-suite-uber/test/defaultErrorMessages.properties
deleted file mode 100644
index 50d0ef6a4d..0000000000
--- a/grails-test-suite-uber/test/defaultErrorMessages.properties
+++ /dev/null
@@ -1,30 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] 
does not match the required pattern [{3}]
-default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is 
not a valid URL
-default.invalid.creditCard.message=Property [{0}] of class [{1}] with value 
[{2}] is not a valid credit card number
-default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] 
is not a valid e-mail address
-default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] 
does not fall within the valid range from [{3}] to [{4}]
-default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] 
does not fall within the valid size range from [{3}] to [{4}]
-default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is 
less than minimum value [{3}]
-default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] 
exceeds maximum value [{3}]
-default.invalid.max.size.message=Property [{0}] of class [{1}] with value 
[{2}] exceeds the maximum size of [{3}]
-default.invalid.min.size.message=Property [{0}] of class [{1}] with value 
[{2}] is less than the minimum size of [{3}]
-default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is 
not contained within the list [{3}]
-default.blank.message=Property [{0}] of class [{1}] cannot be blank
-default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] 
cannot equal [{3}]
-default.null.message=Property [{0}] of class [{1}] cannot be null
-default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must 
be unique
diff --git 
a/grails-test-suite-uber/test/resources/grails-app/conf/BuildConfig.groovy 
b/grails-test-suite-uber/test/resources/grails-app/conf/BuildConfig.groovy
deleted file mode 100644
index 265ad034f0..0000000000
--- a/grails-test-suite-uber/test/resources/grails-app/conf/BuildConfig.groovy
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.project.work.dir = "preInitWork"
-grails.project.class.dir = "build/classes"
-grails.project.test.class.dir = "build/test-classes"
-grails.war.destFile = 'foo.war'
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/LoggingGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/LoggingGrailsPlugin.groovy
deleted file mode 100644
index 8644c0af6d..0000000000
--- 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/LoggingGrailsPlugin.groovy
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class LoggingGrailsPlugin {
-       def version = "0.1"
-}
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/plugin.xml
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/plugin.xml
deleted file mode 100644
index f2caf04746..0000000000
--- 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/plugin.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<plugin name='logging' version='0.1'>
-  <author>Peter Ledbrook</author>
-  <title>Jetty Plugin</title>
-</plugin>
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/scripts/DoSomething.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/scripts/DoSomething.groovy
deleted file mode 100644
index 7b9c8b3b68..0000000000
--- 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/scripts/DoSomething.groovy
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/scripts/_Install.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/global-plugins/logging-0.1/scripts/_Install.groovy
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/grails-debug/plugin.xml
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/grails-debug/plugin.xml
deleted file mode 100644
index 475d54cc82..0000000000
--- 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/grails-debug/plugin.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<plugin name='debug' version='0.3'>
-  <author>Peter Ledbrook</author>
-  <title>Debug plugin</title>
-</plugin>
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/grails-debug/scripts/RunDebug.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/grails-debug/scripts/RunDebug.groovy
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/JSecurityGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/JSecurityGrailsPlugin.groovy
deleted file mode 100644
index 450e945bc4..0000000000
--- 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/JSecurityGrailsPlugin.groovy
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class JsecurityGrailsPlugin {
-    def version = "0.3"
-}
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/plugin.xml
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/plugin.xml
deleted file mode 100644
index 9a1dd4eb1e..0000000000
--- 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/plugin.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<plugin name='jsecurity' version='0.3'>
-  <author>Peter Ledbrook</author>
-  <title>Jetty Plugin</title>
-</plugin>
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/scripts/CreateAuthController.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/scripts/CreateAuthController.groovy
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/scripts/CreateDbRealm.groovy
 
b/grails-test-suite-uber/test/resources/grails-plugin-utils/plugins/jsecurity-0.3/scripts/CreateDbRealm.groovy
deleted file mode 100644
index e69de29bb2..0000000000
diff --git 
a/grails-test-suite-uber/test/test-projects/inline-plugins/README.txt 
b/grails-test-suite-uber/test/test-projects/inline-plugins/README.txt
deleted file mode 100644
index 2fd727f117..0000000000
--- a/grails-test-suite-uber/test/test-projects/inline-plugins/README.txt
+++ /dev/null
@@ -1 +0,0 @@
-Used by PluginBuildSettingsTests to test GRAILS-6719
diff --git 
a/grails-test-suite-uber/test/test-projects/inline-plugins/app/grails-app/conf/BuildConfig.groovy
 
b/grails-test-suite-uber/test/test-projects/inline-plugins/app/grails-app/conf/BuildConfig.groovy
deleted file mode 100644
index 86ef34a223..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/inline-plugins/app/grails-app/conf/BuildConfig.groovy
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.plugin.location.foo="../plugins/foo"
-grails.plugin.location.foobar="../plugins/foobar"
diff --git 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foo/FooGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foo/FooGrailsPlugin.groovy
deleted file mode 100644
index a897470fb0..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foo/FooGrailsPlugin.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class FooGrailsPlugin {}
diff --git 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foo/grails-app/controllers/foo/FooController.groovy
 
b/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foo/grails-app/controllers/foo/FooController.groovy
deleted file mode 100644
index 32e9ae272f..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foo/grails-app/controllers/foo/FooController.groovy
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-package foo
-
-class FooController {}
diff --git 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foobar/FoobarGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foobar/FoobarGrailsPlugin.groovy
deleted file mode 100644
index 8a9c100ccd..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foobar/FoobarGrailsPlugin.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class FoobarGrailsPlugin {}
diff --git 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foobar/grails-app/controllers/foobar/FoobarController.groovy
 
b/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foobar/grails-app/controllers/foobar/FoobarController.groovy
deleted file mode 100644
index 8c7dd433ee..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/inline-plugins/plugins/foobar/grails-app/controllers/foobar/FoobarController.groovy
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-package foobar
-
-class FoobarController {}
-
diff --git 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/README.txt 
b/grails-test-suite-uber/test/test-projects/nested-inline-plugins/README.txt
deleted file mode 100644
index ece5450e9f..0000000000
--- a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/README.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Used by PluginBuildSettingsTests.
-
-It verifies that inline plugins of inline plugins are "found" relative to the 
plugin that included them and not the "root" app.
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/app/grails-app/conf/BuildConfig.groovy
 
b/grails-test-suite-uber/test/test-projects/nested-inline-plugins/app/grails-app/conf/BuildConfig.groovy
deleted file mode 100644
index 2d9d457cca..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/app/grails-app/conf/BuildConfig.groovy
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.plugin.location.'plugin-one'="../plugins/plugin-one"
-grails.plugin.location.dummy="${System.getProperty('java.io.tmpdir')}/.grails/test/dummy"
diff --git 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-one/PluginOneGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-one/PluginOneGrailsPlugin.groovy
deleted file mode 100644
index 68e6da9483..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-one/PluginOneGrailsPlugin.groovy
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class PluginOneGrailsPlugin {
-
-    
-
-}
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-one/grails-app/conf/BuildConfig.groovy
 
b/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-one/grails-app/conf/BuildConfig.groovy
deleted file mode 100644
index a98ce7729a..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-one/grails-app/conf/BuildConfig.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.plugin.location.'plugin-two'="../plugin-two"
diff --git 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-two/PluginTwoGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-two/PluginTwoGrailsPlugin.groovy
deleted file mode 100644
index 4a7195d794..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/nested-inline-plugins/plugins/plugin-two/PluginTwoGrailsPlugin.groovy
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class PluginTwoGrailsPlugin {}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/application.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/application.properties
deleted file mode 100644
index 733a00e2dc..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/application.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#utf-8
-#Fri Sep 18 11:29:59 CEST 2009
-app.grails.version=1.2-SNAPSHOT
-app.name=plugin-build-settings
-app.servlet.version=2.4
-app.version=0.1
-plugins.hibernate=1.2-SNAPSHOT
-plugins.tomcat=1.2-SNAPSHOT
-plugins.webflow=1.2-SNAPSHOT
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/BootStrap.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/BootStrap.groovy
deleted file mode 100644
index ad785cab76..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/BootStrap.groovy
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class BootStrap {
-
-     ServletContext servletContext
-
-     def init = {
-     }
-
-     def destroy = {
-     }
-}
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/BuildConfig.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/BuildConfig.groovy
deleted file mode 100644
index ea56c81025..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/BuildConfig.groovy
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.project.class.dir = "target/classes"
-grails.project.test.class.dir = "target/test-classes"
-grails.project.test.reports.dir        = "target/test-reports"
-grails.project.plugins.dir="./test/test-projects/plugin-build-settings/plugins"
-grails.project.dependency.resolution = {
-    inherits "global" // inherit Grails' default dependencies
-    log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 
'debug' or 'verbose'
-    repositories {
-        grailsHome()
-
-        // uncomment the below to enable remote dependency resolution
-        // from public Maven repositories
-        //mavenCentral()
-        //mavenRepo "http://snapshots.repository.codehaus.org";
-        //mavenRepo "http://repository.codehaus.org";
-        //mavenRepo "http://download.java.net/maven/2/";
-        //mavenRepo "http://repository.jboss.com/maven2/
-    }
-    dependencies {
-        // specify dependencies here under either 'build', 'compile', 
'runtime', 'test' or 'provided' scopes eg.
-        // runtime 'com.mysql:mysql-connector-java:5.1.5'
-    }
-
-}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/Config.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/Config.groovy
deleted file mode 100644
index 016232baa0..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/Config.groovy
+++ /dev/null
@@ -1,91 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-// locations to search for config files that get merged into the main config
-// config files can either be Java properties files or ConfigSlurper scripts
-
-// grails.config.locations = [ "classpath:${appName}-config.properties",
-//                             "classpath:${appName}-config.groovy",
-//                             
"file:${userHome}/.grails/${appName}-config.properties",
-//                             
"file:${userHome}/.grails/${appName}-config.groovy"]
-
-// if(System.properties["${appName}.config.location"]) {
-//    grails.config.locations << "file:" + 
System.properties["${appName}.config.location"]
-// }
-grails.mime.file.extensions = true // enables the parsing of file extensions 
from URLs into the request format
-grails.mime.use.accept.header = false
-grails.mime.types = [ html: ['text/html','application/xhtml+xml'],
-                      xml: ['text/xml', 'application/xml'],
-                      text: 'text/plain',
-                      js: 'text/javascript',
-                      rss: 'application/rss+xml',
-                      atom: 'application/atom+xml',
-                      css: 'text/css',
-                      csv: 'text/csv',
-                      all: '*/*',
-                      json: ['application/json','text/json'],
-                      form: 'application/x-www-form-urlencoded',
-                      multipartForm: 'multipart/form-data'
-                    ]
-// The default codec used to encode data with ${}
-grails.views.default.codec="none" // none, html, base64
-grails.views.gsp.encoding="UTF-8"
-grails.converters.encoding="UTF-8"
-
-// enabled native2ascii conversion of i18n properties files
-grails.enable.native2ascii = true
-
-// set per-environment serverURL stem for creating absolute links
-environments {
-    production {
-        grails.serverURL = "http://www.changeme.com";
-    }
-    development {
-        grails.serverURL = "http://localhost:8080/${appName}";
-    }
-    test {
-        grails.serverURL = "http://localhost:8080/${appName}";
-    }
-
-}
-
-// log4j configuration
-log4j = {
-    // Example of changing the log pattern for the default console
-    // appender:
-    //
-    //appenders {
-    //    console name:'stdout', layout:pattern(conversionPattern: '%c{2} 
%m%n')
-    //}
-
-    error  'org.codehaus.groovy.grails.web.servlet',  //  controllers
-              'org.codehaus.groovy.grails.web.pages', //  GSP
-              'org.codehaus.groovy.grails.web.mapping.filter', // URL mapping
-              'org.codehaus.groovy.grails.web.mapping', // URL mapping
-              'org.codehaus.groovy.grails.commons', // core / classloading
-              'org.codehaus.groovy.grails.plugins', // plugins
-              'org.codehaus.groovy.grails.orm.hibernate', // hibernate 
integration
-              'org.springframework',
-              'org.hibernate'
-
-    warn   'org.mortbay.log'
-}
-
-
-     
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/DataSource.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/DataSource.groovy
deleted file mode 100644
index 276f350a6b..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/DataSource.groovy
+++ /dev/null
@@ -1,50 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-dataSource {
-       pooled = true
-       driverClassName = "org.h2.Driver"
-       username = "sa"
-       password = ""
-}
-hibernate {
-    cache.use_second_level_cache=true
-    cache.use_query_cache=true
-    cache.provider_class='com.opensymphony.oscache.hibernate.OSCacheProvider'
-}
-// environment specific settings
-environments {
-       development {
-               dataSource {
-                       dbCreate = "create-drop" // one of 'create', 
'create-drop','update'
-                       url = "jdbc:h2:mem:devDB"
-               }
-       }
-       test {
-               dataSource {
-                       dbCreate = "update"
-                       url = "jdbc:h2:mem:testDb"
-               }
-       }
-       production {
-               dataSource {
-                       dbCreate = "update"
-                       url = "jdbc:h2:prodDb"
-               }
-       }
-}
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/UrlMappings.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/UrlMappings.groovy
deleted file mode 100644
index 13a26ad845..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/UrlMappings.groovy
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-class UrlMappings {
-    static mappings = {
-      "/$controller/$action?/$id?"{
-             constraints {
-                        // apply constraints here
-                 }
-         }
-      "/"(view:"/index")
-         "500"(view:'/error')
-       }
-}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/spring/resources.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/spring/resources.groovy
deleted file mode 100644
index 2e08af2a60..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/conf/spring/resources.groovy
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-// Place your Spring DSL code here
-beans = {
-    
-}
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/i18n/messages.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/i18n/messages.properties
deleted file mode 100644
index 0b5fc7d27b..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/grails-app/i18n/messages.properties
+++ /dev/null
@@ -1,49 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] 
does not match the required pattern [{3}]
-default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is 
not a valid URL
-default.invalid.creditCard.message=Property [{0}] of class [{1}] with value 
[{2}] is not a valid credit card number
-default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] 
is not a valid e-mail address
-default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] 
does not fall within the valid range from [{3}] to [{4}]
-default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] 
does not fall within the valid size range from [{3}] to [{4}]
-default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] 
exceeds maximum value [{3}]
-default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is 
less than minimum value [{3}]
-default.invalid.max.size.message=Property [{0}] of class [{1}] with value 
[{2}] exceeds the maximum size of [{3}]
-default.invalid.min.size.message=Property [{0}] of class [{1}] with value 
[{2}] is less than the minimum size of [{3}]
-default.invalid.validator.message=Property [{0}] of class [{1}] with value 
[{2}] does not pass custom validation
-default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is 
not contained within the list [{3}]
-default.blank.message=Property [{0}] of class [{1}] cannot be blank
-default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] 
cannot equal [{3}]
-default.null.message=Property [{0}] of class [{1}] cannot be null
-default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must 
be unique
-
-default.paginate.prev=Previous
-default.paginate.next=Next
-default.boolean.true=True
-default.boolean.false=False
-default.date.format=yyyy-MM-dd HH:mm:ss z
-default.number.format=0
-
-# Data binding errors. Use "typeMismatch.$className.$propertyName to customize 
(eg typeMismatch.Book.author)
-typeMismatch.java.net.URL=Property {0} must be a valid URL
-typeMismatch.java.net.URI=Property {0} must be a valid URI
-typeMismatch.java.util.Date=Property {0} must be a valid Date
-typeMismatch.java.lang.Double=Property {0} must be a valid number
-typeMismatch.java.lang.Integer=Property {0} must be a valid number
-typeMismatch.java.lang.Long=Property {0} must be a valid number
-typeMismatch.java.lang.Short=Property {0} must be a valid number
-typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
-typeMismatch.java.math.BigInteger=Property {0} must be a valid number
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/HibernateGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/HibernateGrailsPlugin.groovy
deleted file mode 100644
index 8f7e21e2e7..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/HibernateGrailsPlugin.groovy
+++ /dev/null
@@ -1,57 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-
-import org.springframework.core.io.Resource
-import org.codehaus.groovy.grails.plugins.orm.hibernate.*
-
-/**
-* A plug-in that handles the configuration of Hibernate within Grails
-*
-* @author Graeme Rocher
-* @since 0.4
-*/
-class HibernateGrailsPlugin {
-       def author = "Graeme Rocher"
-       def title = "Hibernate for Grails"
-       def description = "A plugin that provides integration between Grails 
and Hibernate through GORM"
-
-       
-    def version = "1.2-SNAPSHOT"
-    def documentation = "http://grails.org/doc/$version";
-
-    def dependsOn = [dataSource: "1.1 > *",
-                     i18n: "1.1 > *",
-                     core: "1.1 > *",
-                     domainClass: "1.1 > *"]
-
-    def loadAfter = ['controllers', 'domainClass']
-
-    def watchedResources = ["file:./grails-app/conf/hibernate/**.xml"]
-
-    def doWithSpring = HibernatePluginSupport.doWithSpring
-
-    def doWithDynamicMethods = HibernatePluginSupport.doWithDynamicMethods
-
-    def onChange = {event ->
-        if (event.source instanceof Resource) {
-            restartContainer()
-        }
-    }
-}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/application.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/application.properties
deleted file mode 100644
index 1022ae280e..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/application.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#utf-8
-#Thu Jan 29 09:56:05 GMT 2009
-app.grails.version=1.2-SNAPSHOT
-app.name=hibernate
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/dependencies.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/dependencies.groovy
deleted file mode 100644
index 5cea6bb1b8..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/dependencies.groovy
+++ /dev/null
@@ -1,44 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.project.class.dir = "target/classes"
-grails.project.test.class.dir = "target/test-classes"
-grails.project.test.reports.dir        = "target/test-reports"
-grails.project.dependency.resolution = {
-    inherits "global" // inherit Grails' default dependencies
-    log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 
'debug' or 'verbose'
-    repositories {
-       mavenCentral()
-    }
-    dependencies {
-        // specify dependencies here under either 'build', 'compile', 
'runtime', 'test' or 'provided' scopes eg.
-        compile( 'org.hibernate:hibernate-core:3.3.1.GA') {
-                       excludes 'ehcache', 'xml-apis', 'commons-logging'
-               }
-               compile('org.hibernate:hibernate-commons-annotations:3.3.0.ga') 
{
-                       excludes 'hibernate'
-               }
-        compile 'org.hibernate:hibernate-annotations:3.4.0.GA'
-                               
-                               
-               runtime 'javassist:javassist:3.4.GA'
-               
-    }
-
-}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/messages.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/messages.properties
deleted file mode 100644
index 32d95b13a3..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/messages.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-invalid = Invalid entry
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/org/example/custom.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/org/example/custom.properties
deleted file mode 100644
index 63843862f1..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/org/example/custom.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-hello = Hello
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/org/example/custom_fr.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/org/example/custom_fr.properties
deleted file mode 100644
index 90be6439b0..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/grails-app/i18n/org/example/custom_fr.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-hello = Bonjour
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-annotations-3.4.0.GA.jar
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-annotations-3.4.0.GA.jar
deleted file mode 100644
index 24b1583cd7..0000000000
Binary files 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-annotations-3.4.0.GA.jar
 and /dev/null differ
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-core-3.3.1.GA.jar
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-core-3.3.1.GA.jar
deleted file mode 100755
index 11c5f6a428..0000000000
Binary files 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/lib/hibernate-core-3.3.1.GA.jar
 and /dev/null differ
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/plugin.xml
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/plugin.xml
deleted file mode 100644
index 68c40f5529..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/plugin.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<plugin name='hibernate' version='1.2-SNAPSHOT' grailsVersion='1.2-SNAPSHOT 
&gt; *'>
-  <author>Graeme Rocher</author>
-  <title>Hibernate for Grails</title>
-  <description>A plugin that provides integration between Grails and Hibernate 
through GORM</description>
-  <documentation>http://grails.org/doc/1.2-SNAPSHOT</documentation>
-  <resources>
-    <resource>BuildConfig</resource>
-  </resources>
-  <dependencies>
-    <plugin name='dataSource' version='1.1 &gt; *' />
-    <plugin name='i18n' version='1.1 &gt; *' />
-    <plugin name='core' version='1.1 &gt; *' />
-    <plugin name='domainClass' version='1.1 &gt; *' />
-    <resolvers>
-      <resolver type='mavenCentral' />
-    </resolvers>
-    <dependency group='org.hibernate' name='hibernate-annotations' 
version='3.4.0.GA' conf='compile' transitive='true' />
-    <dependency group='javassist' name='javassist' version='3.4.GA' 
conf='runtime' transitive='true' />
-    <dependency group='org.hibernate' name='hibernate-core' version='3.3.1.GA' 
conf='compile' transitive='true'>
-      <excludes group='*' name='ehcache' />
-      <excludes group='*' name='xml-apis' />
-      <excludes group='*' name='commons-logging' />
-    </dependency>
-    <dependency group='org.hibernate' name='hibernate-commons-annotations' 
version='3.3.0.ga' conf='compile' transitive='true'>
-      <excludes group='*' name='hibernate' />
-    </dependency>
-  </dependencies>
-  <behavior />
-</plugin>
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Install.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Install.groovy
deleted file mode 100644
index a212160876..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Install.groovy
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// This script is executed by Grails after plugin was installed to project.
-// This script is a Gant script so you can use all special variables provided
-// by Gant (such as 'baseDir' which points on project base dir). You can
-// use 'ant' to access a global instance of AntBuilder
-//
-// For example you can create directory under project tree:
-//
-//    ant.mkdir(dir:"${basedir}/grails-app/jobs")
-//
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Uninstall.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Uninstall.groovy
deleted file mode 100644
index 7c53169146..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Uninstall.groovy
+++ /dev/null
@@ -1,5 +0,0 @@
-//
-// This script is executed by Grails when the plugin is uninstalled from 
project.
-// Use this script if you intend to do any additional clean-up on uninstall, 
but
-// beware of messing up SVN directories!
-//
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Upgrade.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Upgrade.groovy
deleted file mode 100644
index 6a1a4c9257..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/hibernate-1.2-SNAPSHOT/scripts/_Upgrade.groovy
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// This script is executed by Grails during application upgrade ('grails 
upgrade'
-// command). This script is a Gant script so you can use all special variables
-// provided by Gant (such as 'baseDir' which points on project base dir). You 
can
-// use 'ant' to access a global instance of AntBuilder
-//
-// For example you can create directory under project tree:
-//
-//    ant.mkdir(dir:"${basedir}/grails-app/jobs")
-//
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/WebflowGrailsPlugin.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/WebflowGrailsPlugin.groovy
deleted file mode 100644
index d998108b9a..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/WebflowGrailsPlugin.groovy
+++ /dev/null
@@ -1,53 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-import org.codehaus.groovy.grails.webflow.WebFlowPluginSupport
-
-class WebflowGrailsPlugin {
-    def version = "1.2-SNAPSHOT"
-    def dependsOn = [core:"1.2 > *",i18n:"1.2 > *", controllers:"1.2 > *"]
-    def observe = ['controllers']
-    def loadAfter = ['hibernate']
-
-    // the version or versions of Grails the plugin is designed for
-    def grailsVersion = "1.2 > *"
-    // resources that are excluded from plugin packaging
-    def pluginExcludes = [
-            "grails-app/views/error.gsp"
-    ]
-
-    def author = "Graeme Rocher"
-    def authorEmail = "[email protected]"
-    def title = "Spring Web Flow Plugin"
-    def description = '''\\
-Integrates Spring Web Flow with Grails
-'''
-
-    // URL to the plugin's documentation
-    def documentation = "http://grails.org/plugin/webflow";
-
-    def doWithSpring = WebFlowPluginSupport.doWithSpring
-
-    def doWithDynamicMethods = WebFlowPluginSupport.doWithDynamicMethods
-
-    def doWithApplicationContext = 
WebFlowPluginSupport.doWithApplicationContext
-
-    def onChange = WebFlowPluginSupport.onChange
-
-}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/application.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/application.properties
deleted file mode 100644
index 3275bed9ad..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/application.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#utf-8
-#Tue Aug 18 14:35:55 CEST 2009
-app.grails.version=1.2-SNAPSHOT
-app.name=webflow
-plugins.hibernate=1.2-SNAPSHOT
-plugins.tomcat=1.2-SNAPSHOT
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/dependencies.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/dependencies.groovy
deleted file mode 100644
index c2f82b7b46..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/dependencies.groovy
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you under the Apache License, Version 2.0 (the
- *  "License"); you may not use this file except in compliance
- *  with the License.  You may obtain a copy of the License at
- *
- *    https://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing,
- *  software distributed under the License is distributed on an
- *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- *  KIND, either express or implied.  See the License for the
- *  specific language governing permissions and limitations
- *  under the License.
- */
-
-grails.project.class.dir = "target/classes"
-grails.project.test.class.dir = "target/test-classes"
-grails.project.test.reports.dir        = "target/test-reports"
-grails.project.dependency.resolution = {
-    inherits "global" // inherit Grails' default dependencies
-    log "warn" // log level of Ivy resolver, either 'error', 'warn', 'info', 
'debug' or 'verbose'
-    dependencies {
-        // specify dependencies here under either 'build', 'compile', 
'runtime', 'test' or 'provided' scopes eg.
-        compile 'org.grails:grails-webflow:1.2-SNAPSHOT',
-                               
'org.springframework.webflow:org.springframework.webflow:2.0.8.RELEASE',
-                               
'org.springframework.webflow:org.springframework.binding:2.0.8.RELEASE',
-                               
'org.springframework.webflow:org.springframework.js:2.0.8.RELEASE'
-               runtime 'ognl:ognl:2.7.3'
-
-    }
-
-}
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/grails-app/i18n/messages.properties
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/grails-app/i18n/messages.properties
deleted file mode 100644
index 32d95b13a3..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/grails-app/i18n/messages.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-invalid = Invalid entry
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/lib/org.springframework.webflow-2.0.8.RELEASE.jar
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/lib/org.springframework.webflow-2.0.8.RELEASE.jar
deleted file mode 100644
index 6e8ffedac7..0000000000
Binary files 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/lib/org.springframework.webflow-2.0.8.RELEASE.jar
 and /dev/null differ
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/plugin.xml
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/plugin.xml
deleted file mode 100644
index 8389d13364..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/plugin.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<plugin name='webflow' version='1.2-SNAPSHOT' grailsVersion='1.2 &gt; *'>
-  <author>Graeme Rocher</author>
-  <authorEmail>[email protected]</authorEmail>
-  <title>Spring Web Flow Plugin</title>
-  <description>\
-Integrates Spring Web Flow with Grails
-</description>
-  <documentation>http://grails.org/plugin/webflow</documentation>
-  <resources>
-    <resource>BuildConfig</resource>
-  </resources>
-  <dependencies>
-    <plugin name='core' version='1.2 &gt; *' />
-    <plugin name='i18n' version='1.2 &gt; *' />
-    <plugin name='controllers' version='1.2 &gt; *' />
-    <resolvers>
-      <resolver type='mavenCentral' />
-    </resolvers>
-    <dependency group='org.springframework.webflow' 
name='org.springframework.js' version='2.0.8.RELEASE' conf='compile' 
transitive='true' />
-    <dependency group='org.springframework.webflow' 
name='org.springframework.binding' version='2.0.8.RELEASE' conf='compile' 
transitive='true' />
-    <dependency group='org.hibernate' name='hibernate-commons-annotations' 
version='3.3.0.ga' conf='compile' transitive='true'>
-      <excludes group='*' name='hibernate' />
-    </dependency>
-    <dependency group='ognl' name='ognl' version='2.7.3' conf='runtime' 
transitive='true' />
-    <dependency group='org.springframework.webflow' 
name='org.springframework.webflow' version='2.0.8.RELEASE' conf='compile' 
transitive='true' />
-    <dependency group='org.hibernate' name='hibernate-core' version='3.3.1.GA' 
conf='compile' transitive='true'>
-      <excludes group='*' name='ehcache' />
-      <excludes group='*' name='xml-apis' />
-      <excludes group='*' name='commons-logging' />
-    </dependency>
-    <dependency group='javassist' name='javassist' version='3.4.GA' 
conf='runtime' transitive='true' />
-    <dependency group='org.grails' name='grails-webflow' 
version='1.2-SNAPSHOT' conf='compile' transitive='true' />
-    <dependency group='org.hibernate' name='hibernate-annotations' 
version='3.4.0.GA' conf='compile' transitive='true' />
-  </dependencies>
-  <behavior />
-</plugin>
\ No newline at end of file
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Install.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Install.groovy
deleted file mode 100644
index a212160876..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Install.groovy
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// This script is executed by Grails after plugin was installed to project.
-// This script is a Gant script so you can use all special variables provided
-// by Gant (such as 'baseDir' which points on project base dir). You can
-// use 'ant' to access a global instance of AntBuilder
-//
-// For example you can create directory under project tree:
-//
-//    ant.mkdir(dir:"${basedir}/grails-app/jobs")
-//
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Uninstall.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Uninstall.groovy
deleted file mode 100644
index 7c53169146..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Uninstall.groovy
+++ /dev/null
@@ -1,5 +0,0 @@
-//
-// This script is executed by Grails when the plugin is uninstalled from 
project.
-// Use this script if you intend to do any additional clean-up on uninstall, 
but
-// beware of messing up SVN directories!
-//
diff --git 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Upgrade.groovy
 
b/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Upgrade.groovy
deleted file mode 100644
index 6a1a4c9257..0000000000
--- 
a/grails-test-suite-uber/test/test-projects/plugin-build-settings/plugins/webflow-1.2-SNAPSHOT/scripts/_Upgrade.groovy
+++ /dev/null
@@ -1,10 +0,0 @@
-//
-// This script is executed by Grails during application upgrade ('grails 
upgrade'
-// command). This script is a Gant script so you can use all special variables
-// provided by Gant (such as 'baseDir' which points on project base dir). You 
can
-// use 'ant' to access a global instance of AntBuilder
-//
-// For example you can create directory under project tree:
-//
-//    ant.mkdir(dir:"${basedir}/grails-app/jobs")
-//

Reply via email to