From f7b952387ae17a5975de2c1da12410eac41559cc Mon Sep 17 00:00:00 2001 From: Bereng Date: Wed, 21 Jun 2023 08:52:05 +0200 Subject: [PATCH] Move checkstyle files into .build patch by Berenguer Blasi; reviewed by Stefan Miklosovic for CASSANDRA-18603 --- checkstyle.xml => .build/checkstyle.xml | 0 .../checkstyle_suppressions.xml | 0 checkstyle_test.xml => .build/checkstyle_test.xml | 0 build.xml | 15 ++++++++------- 4 files changed, 8 insertions(+), 7 deletions(-) rename checkstyle.xml => .build/checkstyle.xml (100%) rename checkstyle_suppressions.xml => .build/checkstyle_suppressions.xml (100%) rename checkstyle_test.xml => .build/checkstyle_test.xml (100%) diff --git a/checkstyle.xml b/.build/checkstyle.xml similarity index 100% rename from checkstyle.xml rename to .build/checkstyle.xml diff --git a/checkstyle_suppressions.xml b/.build/checkstyle_suppressions.xml similarity index 100% rename from checkstyle_suppressions.xml rename to .build/checkstyle_suppressions.xml diff --git a/checkstyle_test.xml b/.build/checkstyle_test.xml similarity index 100% rename from checkstyle_test.xml rename to .build/checkstyle_test.xml diff --git a/build.xml b/build.xml index da21569de7..2756baecd1 100644 --- a/build.xml +++ b/build.xml @@ -40,6 +40,7 @@ + @@ -2325,8 +2326,8 @@ - - + + @@ -2341,8 +2342,8 @@ - - + + @@ -2399,7 +2400,7 @@ - - - + + +