Skip to content

Commit

Permalink
Merge pull request #166 from merks/issue-165
Browse files Browse the repository at this point in the history
Restore the features accidentally removed from the category.xml
  • Loading branch information
scottslewis authored Jan 22, 2025
2 parents 5721cf0 + 071b01c commit cd9e9fb
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions releng/org.eclipse.ecf.releng.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="org.eclipse.ecf.core.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.core.ssl.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.httpclient5.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.httpclientjava.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.httpclient45.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.ssl.feature" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.core.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.core.ssl.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.httpclient5.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.httpclientjava.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.httpclient45.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.filetransfer.ssl.feature.source" version="0.0.0">
<category name="other"/>
</feature>
<feature id="org.eclipse.ecf.remoteservice.sdk.feature" version="0.0.0">
<category name="sdk.osgi"/>
</feature>
Expand Down

0 comments on commit cd9e9fb

Please sign in to comment.