common: Add a new "common" plugin for shared functionality
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 4 Dec 2014 00:07:13 +0000 (19:07 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 8 Dec 2014 22:04:36 +0000 (17:04 -0500)
commite110fed15992a1251cc9f03104a70f73eda743d3
treee990023d35157b62c59fdf93572e3aaba3431cb0
parente9e708f5c2bf1163ebb155ca83af7bcd092149c6
common: Add a new "common" plugin for shared functionality

More and more we're seeing functionality and utils classes duplicated
across plugins. It's making sense to have a central, common plugin that
everybody else can depend on.

Change-Id: I8d98518acb81c43766d1782432180a1eb7a5e12f
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/37617
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
18 files changed:
org.eclipse.tracecompass.common.core/.classpath [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.project [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.settings/org.eclipse.pde.api.tools.prefs [new file with mode: 0644]
org.eclipse.tracecompass.common.core/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
org.eclipse.tracecompass.common.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.tracecompass.common.core/about.html [new file with mode: 0644]
org.eclipse.tracecompass.common.core/build.properties [new file with mode: 0644]
org.eclipse.tracecompass.common.core/plugin.properties [new file with mode: 0644]
org.eclipse.tracecompass.common.core/pom.xml [new file with mode: 0644]
org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/TraceCompassActivator.java [new file with mode: 0644]
org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/package-info.java [new file with mode: 0644]
org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/internal/common/core/Activator.java [new file with mode: 0644]
org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/internal/common/core/package-info.java [new file with mode: 0644]
pom.xml
This page took 0.024668 seconds and 5 git commands to generate.