Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.tracecompass.examples/plugin.properties')
-rw-r--r--org.eclipse.tracecompass.examples/plugin.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.tracecompass.examples/plugin.properties b/org.eclipse.tracecompass.examples/plugin.properties
new file mode 100644
index 0000000000..d63bb62653
--- /dev/null
+++ b/org.eclipse.tracecompass.examples/plugin.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2014 Ericsson
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Ericsson - Initial API and implementation
+###############################################################################
+
+Bundle-Vendor = Eclipse Trace Compass
+Bundle-Name = Trace Compass Examples Plug-in
+
+tracing.examples.histogram.view.name=New Histogram
+tracing.examples.histogram.view.description=New Histogram Implementation Based on State System

Back to the top