xml: bug 486434 bring analysis module source back to core plugin
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Mon, 25 Jan 2016 04:11:44 +0000 (23:11 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 27 Jan 2016 01:13:25 +0000 (20:13 -0500)
commit0dcf01f14465a217e88e1a9b47d5ccb2ca04ceee
tree0aa84b24bae80789bba0005e91baff5ff87d273a
parent03b8cd0e410fb689318ff2e8c3e8ccf9436522d8
xml: bug 486434 bring analysis module source back to core plugin

Change-Id: I2ead4d309cdd8e633b2990b020bbaf05bd08775c
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/65116
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
18 files changed:
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/META-INF/MANIFEST.MF
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/build.properties
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/plugin.xml [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlAnalysisModuleSourceTest.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/test_xml_files/test_builtin.xml [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/META-INF/MANIFEST.MF
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/plugin.xml
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/TmfAnalysisModuleHelperXml.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlAnalysisModuleSource.java [new file with mode: 0644]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/build.properties
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/plugin.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/tests/module/XmlAnalysisModuleSourceTest.java [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/test_xml_files/test_builtin.xml [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/META-INF/MANIFEST.MF
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/plugin.xml
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/handler/ImportXmlHandler.java
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/module/TmfAnalysisModuleHelperXml.java [deleted file]
tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/module/XmlAnalysisModuleSource.java [deleted file]
This page took 0.028847 seconds and 5 git commands to generate.