Skip to content

Commit

Permalink
callstack: remove xml extension
Browse files Browse the repository at this point in the history
The extension was not removed in the previous patch which creates an
error when launching Trace Compass. This commit removes the extension
from the plugin.xml.

Signed-off-by: Arnaud Fiorini <[email protected]>
  • Loading branch information
arfio authored and bhufmann committed Oct 30, 2024
1 parent d48d88d commit b0b087f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,5 @@
</tracetype>
</module>
</extension>
<extension
point="org.eclipse.linuxtools.tmf.analysis.xml.core.files">
<xmlfile
file="test_xml_files/test_callstack.xml">
</xmlfile>
</extension>

</plugin>
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension
point="org.eclipse.tracecompass.tmf.analysis.xml.core.xsd">
</extension>
<extension
point="org.eclipse.linuxtools.tmf.core.analysis">
<module
Expand Down

0 comments on commit b0b087f

Please sign in to comment.