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 2020/07/20 03:11:09 UTC

[groovy] branch GROOVY_3_0_X updated: fix incorrect directory

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

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


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 7ab88a2  fix incorrect directory
7ab88a2 is described below

commit 7ab88a22aa18e7a6b38f1e1acb703c453ff38ba8
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jul 20 13:08:15 2020 +1000

    fix incorrect directory
---
 .../src/test/groovy/{ => groovy}/bugs/Groovy4272Bug.groovy                | 0
 .../src/test/groovy/{ => groovy}/bugs/Groovy5025Bug.groovy                | 0
 .../src/test/groovy/{ => groovy}/bugs/MyConstants4272.java                | 0
 .../test/groovy/{ => groovy}/bugs/MyConstantsASTTransformation4272.groovy | 0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/subprojects/groovy-astbuilder/src/test/groovy/bugs/Groovy4272Bug.groovy b/subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/Groovy4272Bug.groovy
similarity index 100%
rename from subprojects/groovy-astbuilder/src/test/groovy/bugs/Groovy4272Bug.groovy
rename to subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/Groovy4272Bug.groovy
diff --git a/subprojects/groovy-astbuilder/src/test/groovy/bugs/Groovy5025Bug.groovy b/subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/Groovy5025Bug.groovy
similarity index 100%
rename from subprojects/groovy-astbuilder/src/test/groovy/bugs/Groovy5025Bug.groovy
rename to subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/Groovy5025Bug.groovy
diff --git a/subprojects/groovy-astbuilder/src/test/groovy/bugs/MyConstants4272.java b/subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/MyConstants4272.java
similarity index 100%
rename from subprojects/groovy-astbuilder/src/test/groovy/bugs/MyConstants4272.java
rename to subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/MyConstants4272.java
diff --git a/subprojects/groovy-astbuilder/src/test/groovy/bugs/MyConstantsASTTransformation4272.groovy b/subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/MyConstantsASTTransformation4272.groovy
similarity index 100%
rename from subprojects/groovy-astbuilder/src/test/groovy/bugs/MyConstantsASTTransformation4272.groovy
rename to subprojects/groovy-astbuilder/src/test/groovy/groovy/bugs/MyConstantsASTTransformation4272.groovy