Adapt views plugins to TMF
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 5 Jun 2017 18:53:23 +0000 (14:53 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 5 Jun 2017 19:57:14 +0000 (15:57 -0400)
commit4290d35808ef723be708b12aeda887a972c77c58
tree1f9e98a140b068238838ccdaefda41755534dd1e
parentc879c4dbd44a9d1b6f5213831e98e807bb091f36
Adapt views plugins to TMF

Change-Id: I43ad92abcc9526fa58b9f802691d58899cdcfc97
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
16 files changed:
common/org.eclipse.tracecompass.common.core/annotations/java/util/Map.eea
common/org.eclipse.tracecompass.common.core/annotations/javafx/collections/SetChangeListener$Change.eea [new file with mode: 0644]
tmf/org.lttng.scope.tmf2.views.core/.classpath
tmf/org.lttng.scope.tmf2.views.core/META-INF/MANIFEST.MF
tmf/org.lttng.scope.tmf2.views.core/src/org/lttng/scope/tmf2/views/core/ScopeCoreActivator.java [new file with mode: 0644]
tmf/org.lttng.scope.tmf2.views.core/src/org/lttng/scope/tmf2/views/core/activator/internal/Activator.java
tmf/org.lttng.scope.tmf2.views.core/src/org/lttng/scope/tmf2/views/core/timegraph/model/provider/TimeGraphModelProvider.java
tmf/org.lttng.scope.tmf2.views.core/src/org/lttng/scope/tmf2/views/core/timegraph/model/provider/statesystem/StateSystemModelArrowProvider.java
tmf/org.lttng.scope.tmf2.views.core/src/org/lttng/scope/tmf2/views/core/timegraph/model/provider/statesystem/StateSystemModelProvider.java
tmf/org.lttng.scope.tmf2.views.core/src/org/lttng/scope/tmf2/views/core/timegraph/model/provider/statesystem/StateSystemModelStateProvider.java
tmf/org.lttng.scope.tmf2.views.ui/.classpath
tmf/org.lttng.scope.tmf2.views.ui/META-INF/MANIFEST.MF
tmf/org.lttng.scope.tmf2.views.ui/src/org/lttng/scope/tmf2/views/ui/ScopeUIActivator.java [new file with mode: 0644]
tmf/org.lttng.scope.tmf2.views.ui/src/org/lttng/scope/tmf2/views/ui/activator/internal/Activator.java
tmf/org.lttng.scope.tmf2.views.ui/src/org/lttng/scope/tmf2/views/ui/timeline/TimelineManager.java
tmf/org.lttng.scope.tmf2.views.ui/src/org/lttng/scope/tmf2/views/ui/timeline/TimelineView.java
This page took 0.027519 seconds and 5 git commands to generate.