Skip to content

Commit

Permalink
JBIDE-29177: add RSP feature in site
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Apr 19, 2024
1 parent c1a77ae commit 3ed41d0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<feature id="org.jboss.ide.eclipse.as.server.rse.integration.feature">
<category name="AllFeatures" />
</feature>
<!-- RSP -->
<feature id="org.jboss.tools.as.rsp.feature">
<category name="AllFeatures" />
</feature>
<feature id="org.jboss.ide.eclipse.as.test.feature">
<category name="AllFeatures" />
</feature>
Expand All @@ -69,6 +73,10 @@
<feature id="org.jboss.ide.eclipse.as.server.rse.integration.feature.source">
<category name="AllSources" />
</feature>
<!-- RSP -->
<feature id="org.jboss.tools.as.rsp.feature.source">
<category name="AllFeatures" />
</feature>
<feature id="org.jboss.ide.eclipse.as.test.feature.source">
<category name="AllSources" />
</feature>
Expand Down Expand Up @@ -108,8 +116,8 @@
<feature id="org.jboss.tools.wtp.runtimes.tomcat.tests.feature.source">
<category name="AllSources" />
</feature>
<feature id="org.jboss.tools.wtp.server.launchbar.feature.source">
<category name="AllFeatures"/>
</feature>
<feature id="org.jboss.tools.wtp.server.launchbar.feature.source">
<category name="AllFeatures"/>
</feature>
</site>

0 comments on commit 3ed41d0

Please sign in to comment.