Skip to content

Commit

Permalink
Add missing dependencies to releng-site
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Tasse <[email protected]>
  • Loading branch information
PatrickTasse committed Jun 28, 2024
1 parent 47aebdf commit 2a29432
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions common/org.eclipse.tracecompass.incubator.releng-site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,24 @@
<bundle id="org.eclipse.tracecompass.incubator.tmf.ui.multiview.ui" version="0.0.0">
<category name="analyses"/>
</bundle>
<bundle id="com.google.javascript"/>
<bundle id="jakarta.activation-api" version="1.2.2"/>
<bundle id="jakarta.ws.rs-api"/>
<bundle id="jakarta.xml.bind-api" version="2.3.3"/>
<bundle id="javax.inject"/>
<bundle id="org.apache.commons.lang"/>
<bundle id="org.eclipse.lsp4j"/>
<bundle id="org.eclipse.lsp4j.jsonrpc"/>
<bundle id="org.eclipse.xtext.xbase.lib"/>
<bundle id="org.apache.commons.lang"/>
<bundle id="org.mozilla.javascript"/>
<bundle id="org.eclipse.wst.jsdt.ui"/>
<bundle id="org.eclipse.nebula.widgets.opal.commons"/>
<bundle id="org.eclipse.nebula.widgets.opal.duallist"/>
<bundle id="org.eclipse.osgi.services"/>
<bundle id="org.eclipse.wst.jsdt.core"/>
<bundle id="org.eclipse.wst.jsdt.debug.core"/>
<bundle id="org.eclipse.wst.jsdt.debug.ui"/>
<bundle id="com.google.javascript"/>
<bundle id="org.eclipse.wst.jsdt.manipulation"/>
<bundle id="org.eclipse.nebula.widgets.opal.commons"/>
<bundle id="org.eclipse.nebula.widgets.opal.duallist"/>
<bundle id="org.eclipse.wst.jsdt.ui"/>
<bundle id="org.eclipse.xtext.xbase.lib"/>
<bundle id="org.mozilla.javascript"/>
<category-def name="trace-types" label="Trace Types"/>
<category-def name="virtualization" label="Virtualization"/>
<category-def name="analyses" label="Analyses"/>
Expand All @@ -102,6 +106,6 @@
Additional functionalities for Trace Compass
</description>
</category-def>
<repository-reference location="https://download.eclipse.org/ease/release/0.8.0" enabled="true" />
<repository-reference location="https://eclipse.py4j.org" enabled="true" />
<repository-reference location="https://download.eclipse.org/ease/release/0.8.0" name="" enabled="true" />
<repository-reference location="https://eclipse.py4j.org" name="" enabled="true" />
</site>

0 comments on commit 2a29432

Please sign in to comment.