Skip to content

Commit

Permalink
tracecompass: remove incubator callstack and analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
  • Loading branch information
arfio committed Apr 12, 2024
1 parent 725bd7a commit f9cfd37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Expand Up @@ -14,8 +14,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.tracecompass.tmf.ctf.core,
org.eclipse.tracecompass.tmf.core,
org.eclipse.tracecompass.ctf.core,
org.eclipse.tracecompass.incubator.analysis.core,
org.eclipse.tracecompass.incubator.callstack.core,
org.eclipse.tracecompass.segmentstore.core,
org.eclipse.tracecompass.analysis.os.linux.core,
org.eclipse.tracecompass.analysis.timing.core,
Expand Down
Expand Up @@ -26,8 +26,6 @@
<import plugin="org.eclipse.tracecompass.tmf.ctf.core"/>
<import plugin="org.eclipse.tracecompass.tmf.core"/>
<import plugin="org.eclipse.tracecompass.ctf.core"/>
<import plugin="org.eclipse.tracecompass.incubator.analysis.core"/>
<import plugin="org.eclipse.tracecompass.incubator.callstack.core"/>
<import plugin="org.eclipse.tracecompass.segmentstore.core"/>
<import plugin="org.eclipse.tracecompass.analysis.os.linux.core"/>
<import plugin="org.eclipse.tracecompass.analysis.timing.core"/>
Expand All @@ -40,9 +38,6 @@

<plugin
id="org.eclipse.tracecompass.incubator.tracecompass.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

</feature>

0 comments on commit f9cfd37

Please sign in to comment.