analysis: Add graph ui plug-in skeleton
authorFrancis Giraldeau <francis.giraldeau@gmail.com>
Thu, 6 Aug 2015 18:45:40 +0000 (14:45 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 12 Aug 2015 21:26:17 +0000 (17:26 -0400)
commit1474c201943cc757a6c6661a5f6261ed9545d584
tree52c1c117c971868867b828b6b5da86c9336993c7
parent82629c005378e20749137a14b01990dcf0c6a42f
analysis: Add graph ui plug-in skeleton

Creating the skeleton early in the change set avoids the plug-in project
directory to disappear when rebasing, which otherwise causes Eclipse to
bail.

Change-Id: I631c7768d085f1ea5daeaa80d79f70672b988da7
Signed-off-by: Francis Giraldeau <francis.giraldeau@gmail.com>
Reviewed-on: https://git.eclipse.org/r/53338
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
17 files changed:
analysis/org.eclipse.tracecompass.analysis.graph.core/META-INF/MANIFEST.MF
analysis/org.eclipse.tracecompass.analysis.graph.ui/.classpath [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.project [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/about.html [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/build.properties [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/plugin.properties [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/plugin.xml [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/pom.xml [new file with mode: 0644]
analysis/org.eclipse.tracecompass.analysis.graph.ui/src/org/eclipse/tracecompass/internal/analysis/graph/ui/Activator.java [new file with mode: 0644]
analysis/pom.xml
This page took 0.026134 seconds and 5 git commands to generate.