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:
authorAlexandre Montplaisir2014-09-24 18:00:03 +0000
committerAlexandre Montplaisir2014-10-17 21:23:18 +0000
commitc77a695a8be1ae8afbe33ecc69d6d3518a2a552b (patch)
treeb5560068f06bcc5cade88ec6cd861d9a26ee1ab6 /org.eclipse.tracecompass.tmf.analysis.xml.ui/build.properties
parentfbdee51bae97d04fb50bec47da228e74672154ca (diff)
downloadorg.eclipse.tracecompass-c77a695a8be1ae8afbe33ecc69d6d3518a2a552b.tar.gz
org.eclipse.tracecompass-c77a695a8be1ae8afbe33ecc69d6d3518a2a552b.tar.xz
org.eclipse.tracecompass-c77a695a8be1ae8afbe33ecc69d6d3518a2a552b.zip
tmf: Move plugins to the Trace Compass namespace
We'll keep the name "TMF" for now to refer to the core framework. Change-Id: Ifb221f2c8239feb0eb0e2e308cc24e094c6501e1 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Diffstat (limited to 'org.eclipse.tracecompass.tmf.analysis.xml.ui/build.properties')
-rw-r--r--org.eclipse.tracecompass.tmf.analysis.xml.ui/build.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/org.eclipse.tracecompass.tmf.analysis.xml.ui/build.properties b/org.eclipse.tracecompass.tmf.analysis.xml.ui/build.properties
new file mode 100644
index 0000000000..f2cbab493e
--- /dev/null
+++ b/org.eclipse.tracecompass.tmf.analysis.xml.ui/build.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# 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
+###############################################################################
+
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.properties,\
+ about.html,\
+ plugin.xml
+src.includes = about.html
+additional.bundles = org.eclipse.jdt.annotation
+jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation

Back to the top