Skip to content

Commit c6f8390

Browse files
khatchadclaude
andauthored
Add updatesite/category.xml so the eclipse-repository build is non-empty (#53)
Tycho's eclipse-repository build produced an empty p2 repo because the module only had the legacy site.xml. With a category.xml, a plain ./mvnw clean install produces a complete per-version p2 repo at updatesite/target/repository (feature + 8 bundles + category) with no Eclipse GUI or p2 publisher step. This removes the README's "remove the feature and build again" quirk from the release flow. Claude-Session: https://claude.ai/code/session_015krtPy49YGqBERvq4yDjCa Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 91caf8e commit c6f8390

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<site>
3+
<feature id="edu.cuny.citytech.refactoring.common.feature" version="0.0.0">
4+
<category name="edu.cuny.citytech.refactoring.category" />
5+
</feature>
6+
<category-def name="edu.cuny.citytech.refactoring.category" label="Common Refactoring Framework">
7+
<description> A framework with some common functionality for refactoring tool development.
8+
</description>
9+
</category-def>
10+
</site>

0 commit comments

Comments
 (0)