Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-02-04 22:07:54 +0000
committerMarc-Andre Laperle2015-02-16 21:07:52 +0000
commit861f74f0e29bfbb5778cdd6f23eb8fb58dae57a1 (patch)
tree73b8bb35b0492c631be510e7eb20c95880d1276a /org.eclipse.tracecompass.lttng2.control.ui.tests
parent15d31038dacfa7c29684afa22e113d4ea71478eb (diff)
downloadorg.eclipse.tracecompass-861f74f0e29bfbb5778cdd6f23eb8fb58dae57a1.tar.gz
org.eclipse.tracecompass-861f74f0e29bfbb5778cdd6f23eb8fb58dae57a1.tar.xz
org.eclipse.tracecompass-861f74f0e29bfbb5778cdd6f23eb8fb58dae57a1.zip
Add some missing about.html in bin.includes
Change-Id: I8d8d3f1298884abe67c6d350c271f33ceb4d04db Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/41107 Reviewed-by: Hudson CI
Diffstat (limited to 'org.eclipse.tracecompass.lttng2.control.ui.tests')
-rw-r--r--org.eclipse.tracecompass.lttng2.control.ui.tests/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.tracecompass.lttng2.control.ui.tests/build.properties b/org.eclipse.tracecompass.lttng2.control.ui.tests/build.properties
index cd5342b2dd..c64b8f0df5 100644
--- a/org.eclipse.tracecompass.lttng2.control.ui.tests/build.properties
+++ b/org.eclipse.tracecompass.lttng2.control.ui.tests/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2013, 2014 Ericsson
+# Copyright (c) 2013, 2015 Ericsson
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
@@ -15,5 +15,6 @@ source.. = src/,\
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.properties
+ plugin.properties,\
+ about.html
src.includes = about.html

Back to the top