This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 7d4e69d GROOVY-8647: Split package renaming (groovy-console update
startup scripts)
new cacf58d Split history main/groovy/groovy/util/FileNameFinder.groovy
to main/groovy/groovy/ant - rename source-file to temp
new ca374bf Split history main/groovy/groovy/util/FileNameFinder.groovy
to main/groovy/groovy/ant - rename file to target-name
new 008848a Split history main/groovy/groovy/util/FileNameFinder.groovy
to main/groovy/groovy/ant - resolve conflict and keep both files
new f648f1f Split history main/groovy/groovy/util/FileNameFinder.groovy
to main/groovy/groovy/ant - restore name of source-file
new c4652f8 Split history main/java/groovy/util/AntBuilder.java to
main/java/groovy/ant - rename source-file to temp
new f757c5d Split history main/java/groovy/util/AntBuilder.java to
main/java/groovy/ant - rename file to target-name
new 572eaf1 Split history main/java/groovy/util/AntBuilder.java to
main/java/groovy/ant - resolve conflict and keep both files
new 7df547f Split history main/java/groovy/util/AntBuilder.java to
main/java/groovy/ant - restore name of source-file
new 45df810 Split history main/resources/org/codehaus/groovy/antlib.xml
to main/resources/groovy/ant - rename source-file to temp
new 3b0199f Split history main/resources/org/codehaus/groovy/antlib.xml
to main/resources/groovy/ant - rename file to target-name
new e8d7f94 Split history main/resources/org/codehaus/groovy/antlib.xml
to main/resources/groovy/ant - resolve conflict and keep both files
new 60cd00d Split history main/resources/org/codehaus/groovy/antlib.xml
to main/resources/groovy/ant - restore name of source-file
new 2cbcfc8 Split history
main/java/org/codehaus/groovy/runtime/SwingGroovyMethods.java to
main/java/org/apache/groovy/swing/extensions - rename source-file to temp
new 39de5e7 Split history
main/java/org/codehaus/groovy/runtime/SwingGroovyMethods.java to
main/java/org/apache/groovy/swing/extensions - rename file to target-name
new fd1757d Split history
main/java/org/codehaus/groovy/runtime/SwingGroovyMethods.java to
main/java/org/apache/groovy/swing/extensions - resolve conflict and keep both
files
new a7078f3 Split history
main/java/org/codehaus/groovy/runtime/SwingGroovyMethods.java to
main/java/org/apache/groovy/swing/extensions - restore name of source-file
new 6f2a368 GROOVY-8647: Split package renaming (groovy-swing)
new d8eeaff GROOVY-8647: Split package renaming (groovy-test)
new 4540b1e GROOVY-8647: Split package renaming (groovy-ant)
The 19 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../groovy/{util => ant}/FileNameFinder.groovy | 2 +-
.../main/groovy/groovy/util/FileNameFinder.groovy | 3 +
.../main/java/groovy/{util => ant}/AntBuilder.java | 3 +-
.../src/main/java/groovy/util/AntBuilder.java | 2 +
.../main/java/org/codehaus/groovy/ant/Groovy.java | 2 +-
.../main/java/org/codehaus/groovy/ant/Groovyc.java | 2 +-
.../{org/codehaus/groovy => groovy/ant}/antlib.xml | 0
.../spec/test/builder/AntBuilderSpecTest.groovy | 2 +-
subprojects/groovy-swing/build.gradle | 2 +-
.../groovy/swing/extensions/SwingExtensions.java} | 5 +-
.../groovy/runtime/SwingGroovyMethods.java | 72 ++++++++++++++++++++++
.../groovy/util/JavadocAssertionTestSuite.groovy | 2 +-
.../test/{transform => }/NotYetImplemented.java | 2 +-
.../src/main/java/groovy/util/AllTestSuite.java | 2 +-
.../NotYetImplementedASTTransformation.java | 2 +-
.../NotYetImplementedTransformTest.groovy | 12 ++--
16 files changed, 97 insertions(+), 18 deletions(-)
copy subprojects/groovy-ant/src/main/groovy/groovy/{util =>
ant}/FileNameFinder.groovy (98%)
copy subprojects/groovy-ant/src/main/java/groovy/{util => ant}/AntBuilder.java
(99%)
copy subprojects/groovy-ant/src/main/resources/{org/codehaus/groovy =>
groovy/ant}/antlib.xml (100%)
copy
subprojects/groovy-swing/src/main/java/org/{codehaus/groovy/runtime/SwingGroovyMethods.java
=> apache/groovy/swing/extensions/SwingExtensions.java} (99%)
rename subprojects/groovy-test/src/main/java/groovy/test/{transform =>
}/NotYetImplemented.java (98%)