ctf: Introduce new empty tmf.ctf.ui plugin
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 7 Jul 2017 20:59:19 +0000 (16:59 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 7 Jul 2017 20:59:19 +0000 (16:59 -0400)
commit68a5fc1e4426ddfa9e2c81386930f4772ad74d2e
tree5397b69788497c19d6174e86d619967f580482dd
parente0e34091aafad6713511f9e9a9822124afcaefa5
ctf: Introduce new empty tmf.ctf.ui plugin

Change-Id: I90ae29de94712b7e1e64199f142147f43d32fd09
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
14 files changed:
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.classpath [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.project [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/about.html [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/build.properties [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/plugin.properties [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/src/org/eclipse/tracecompass/internal/tmf/ctf/ui/Activator.java [new file with mode: 0644]
ctf/org.eclipse.tracecompass.tmf.ctf.ui/src/org/eclipse/tracecompass/internal/tmf/ctf/ui/package-info.java [new file with mode: 0644]
This page took 0.026501 seconds and 5 git commands to generate.