From 883622c911babbfff61050d09089fd357432ae02 Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Wed, 17 Jun 2026 23:44:03 -0400 Subject: [PATCH] Exclude category.xml from spotless and match site.xml formatting The eclipseWtp XML formatter had collapsed the category description onto the line with a leading space (flagged in review). Its sibling Eclipse descriptors (site.xml, feature.xml, plugin.xml) are already excluded from that formatter; add category.xml too, and format its description on its own line to match site.xml. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_015krtPy49YGqBERvq4yDjCa --- .../category.xml | 15 ++++++++------- pom.xml | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/edu.cuny.citytech.refactoring.common.updatesite/category.xml b/edu.cuny.citytech.refactoring.common.updatesite/category.xml index 3202dbe..6e4c970 100644 --- a/edu.cuny.citytech.refactoring.common.updatesite/category.xml +++ b/edu.cuny.citytech.refactoring.common.updatesite/category.xml @@ -1,10 +1,11 @@ - - - - - A framework with some common functionality for refactoring tool development. - - + + + + + + A framework with some common functionality for refactoring tool development. + + diff --git a/pom.xml b/pom.xml index 36f5866..82a3460 100644 --- a/pom.xml +++ b/pom.xml @@ -195,6 +195,7 @@ **/plugin.xml **/feature.xml **/site.xml + **/category.xml **/*.target **/pom.xml **/dependency-reduced-pom.xml