You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/09/26 00:26:38 UTC

[groovy] 19/23: GROOVY-9254: Split package renaming second stage (remove violating packages)

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 facdf032df6c6f29d93e88c24ed37544895b85fd
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Sep 19 21:29:45 2019 +1000

    GROOVY-9254: Split package renaming second stage (remove violating packages)
---
 .../spec/test/groovy/util/CliBuilderTest.groovy    | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/subprojects/groovy-cli-commons/src/spec/test/groovy/util/CliBuilderTest.groovy b/subprojects/groovy-cli-commons/src/spec/test/groovy/util/CliBuilderTest.groovy
deleted file mode 100644
index a0d513c..0000000
--- a/subprojects/groovy-cli-commons/src/spec/test/groovy/util/CliBuilderTest.groovy
+++ /dev/null
@@ -1,28 +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.
- */
-package groovy.util
-
-import cli.CliBuilderTestCase
-
-// test groovy.util legacy delegate
-class CliBuilderTest extends CliBuilderTestCase {
-
-    String getImportCliBuilder() { '' }
-
-}