Skip to content

Commit

Permalink
[33] Re-introduce source features
Browse files Browse the repository at this point in the history
Bug: #33
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Aug 23, 2024
1 parent 3a13b86 commit c857cbf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releng/org.eclipse.emf.transaction.repository/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@
<feature url="features/org.eclipse.emf.transaction.examples_1.14.0.qualifier.jar" id="org.eclipse.emf.transaction.examples" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.transaction.examples.source_1.14.0.qualifier.jar" id="org.eclipse.emf.transaction.examples.source" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.transaction.master_1.14.0.qualifier.jar" id="org.eclipse.emf.transaction.master" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.transaction.sdk_1.14.0.qualifier.jar" id="org.eclipse.emf.transaction.sdk" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.transaction.source_1.14.0.qualifier.jar" id="org.eclipse.emf.transaction.source" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.transaction.tests_1.14.0.qualifier.jar" id="org.eclipse.emf.transaction.tests" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
Expand All @@ -27,6 +33,12 @@
<feature url="features/org.eclipse.emf.workspace.examples_1.14.0.qualifier.jar" id="org.eclipse.emf.workspace.examples" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.workspace.examples.source_1.14.0.qualifier.jar" id="org.eclipse.emf.workspace.examples.source" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<feature url="features/org.eclipse.emf.workspace.source_1.14.0.qualifier.jar" id="org.eclipse.emf.workspace.source" version="1.14.0.qualifier">
<category name="emf-transaction"/>
</feature>
<category-def name="emf-transaction" label="EMF Transaction">
<description>
EMF Transaction runtime, SDK, examples, and sources
Expand Down

0 comments on commit c857cbf

Please sign in to comment.