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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 43231bbe121df081497d74864346f586839a6a6e
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 28 13:14:47 2026 +1000

    clean up duplicate resource warning
---
 .../org.codehaus.groovy.runtime.ExtensionModule    | 25 ----------------------
 .../org.codehaus.groovy.runtime.ExtensionModule    |  1 -
 2 files changed, 26 deletions(-)

diff --git 
a/src/spec/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
 
b/src/spec/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
deleted file mode 100644
index b731a1d05d..0000000000
--- 
a/src/spec/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
+++ /dev/null
@@ -1,25 +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.
-#
-
-# DO NOT REMOVE BELOW!
-# IT IS A WORKAROUND FOR 2 DESCRIPTORS ON CLASSPATH!
-moduleName=Test module
-moduleVersion=1.0-test
-extensionClasses=support.MaxRetriesExtension,org.codehaus.groovy.runtime.m12n.TestStringExtension,org.codehaus.groovy.runtime.m12n.Groovy6496Extension,org.codehaus.groovy.runtime.m12n.TestPrimitiveWrapperExtension
-staticExtensionClasses=support.StaticStringExtension,org.codehaus.groovy.runtime.m12n.TestStaticStringExtension
diff --git 
a/src/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
 
b/src/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
index 93aff1ffec..449f1f8f4c 100644
--- 
a/src/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
+++ 
b/src/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
@@ -18,7 +18,6 @@
 #
 
 // This file is used to test the extension module framework
-// TODO remove dup with 
src/spec/test-resources/META-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule
 moduleName=Test module
 moduleVersion=1.0-test
 
extensionClasses=groovy.transform.stc.STCExtensionMethodsTest$Groovy8788,support.MaxRetriesExtension,org.codehaus.groovy.runtime.m12n.TestStringExtension,org.codehaus.groovy.runtime.m12n.Groovy6496Extension,org.codehaus.groovy.runtime.m12n.TestPrimitiveWrapperExtension,org.codehaus.groovy.runtime.m12n.TestLocalDateTimeExtension

Reply via email to