Add some missing about.html in bin.includes
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 4 Feb 2015 22:07:54 +0000 (17:07 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 16 Feb 2015 21:07:52 +0000 (16:07 -0500)
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
22 files changed:
org.eclipse.tracecompass.alltests/build.properties
org.eclipse.tracecompass.analysis.os.linux.core.tests/build.properties
org.eclipse.tracecompass.btf.core.tests/build.properties
org.eclipse.tracecompass.ctf.core.tests/build.properties
org.eclipse.tracecompass.ctf.parser.tests/build.properties
org.eclipse.tracecompass.examples/build.properties
org.eclipse.tracecompass.gdbtrace.core.tests/build.properties
org.eclipse.tracecompass.gdbtrace.ui.tests/build.properties
org.eclipse.tracecompass.lttng2.control.core.tests/build.properties
org.eclipse.tracecompass.lttng2.control.ui.tests/build.properties
org.eclipse.tracecompass.lttng2.kernel.core.tests/build.properties
org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/build.properties
org.eclipse.tracecompass.lttng2.ust.ui.tests/build.properties
org.eclipse.tracecompass.pcap.core.tests/build.properties
org.eclipse.tracecompass.statesystem.core.tests/build.properties
org.eclipse.tracecompass.tmf.core.tests/build.properties
org.eclipse.tracecompass.tmf.ctf.core.tests/build.properties
org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/build.properties
org.eclipse.tracecompass.tmf.pcap.core.tests/build.properties
org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/build.properties
org.eclipse.tracecompass.tmf.ui.swtbot.tests/build.properties
org.eclipse.tracecompass.tmf.ui.tests/build.properties

index 2d11ff41d31c97755a9c3d78364990a0a3bbfed2..978a8de6ba3d467db42bfdee2726fbbd661048bb 100644 (file)
@@ -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
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index f222fecad37595dad2f9d0e3a97f81bb711c5911..0f70a065fdfe4cee07babadb47da76b08dc0e4f6 100644 (file)
@@ -15,7 +15,8 @@ output.. = bin/
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index aeb8ae130ca42f23ab911fcf501cb87771ba4730..eeeeee1393cfd1d81d88dec75e605f90ad637869 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 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,7 +15,8 @@ output.. = bin/
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\
-               testfiles/
+               testfiles/,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 94a25d5df21a8a53c7ff2c87fc1fa827fddaa966..0ed8b4b73415f4297edb563bdf3950a68ff3f2c1 100644 (file)
@@ -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
@@ -17,7 +17,8 @@ output.. = bin/
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\
-               traces/get-traces.xml
+               traces/get-traces.xml,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 8e3346b9a893682c51241f0987633ad6cd5f862f..8b5684598317e85be1458b9609fdcc393b07bd32 100644 (file)
@@ -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
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index aa7981d95e10e3374f4aa5db1223f658fca6378e..be765adcd81d085c8a4fd311d7bc2fe6a9010f3c 100644 (file)
@@ -15,7 +15,8 @@ output.. = bin/
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 2d11ff41d31c97755a9c3d78364990a0a3bbfed2..978a8de6ba3d467db42bfdee2726fbbd661048bb 100644 (file)
@@ -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
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index 2d11ff41d31c97755a9c3d78364990a0a3bbfed2..978a8de6ba3d467db42bfdee2726fbbd661048bb 100644 (file)
@@ -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
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index 2d11ff41d31c97755a9c3d78364990a0a3bbfed2..978a8de6ba3d467db42bfdee2726fbbd661048bb 100644 (file)
@@ -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
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index cd5342b2dd1026c95b22cc26725c749064a0954b..c64b8f0df54775a9137a698d4787f76292001e75 100644 (file)
@@ -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
index 9f4ceb3bf555a35211eea61c01836551d85b036c..68a4f26c7a3ffb37168eb52d26f18c26fb08d4c5 100644 (file)
@@ -16,7 +16,8 @@ source.. = src/,\
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 9b275765a254b1c72351d44806f344309b69b29b..f6ae25f5ad366bae759df6018bdcc2bed67628ed 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -13,4 +13,5 @@
 source.. = src/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
index 2d11ff41d31c97755a9c3d78364990a0a3bbfed2..978a8de6ba3d467db42bfdee2726fbbd661048bb 100644 (file)
@@ -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
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index 7de632eb60c99513f1470a0108009dadc9fc0872..15b000d09d7d6065b6e1eb6707c45e1f104e5c6f 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -16,7 +16,8 @@ source.. = src/,\
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 2ccaf4558e184e29ee21e672059e99de48cff5c9..1a4decb3955d2958eedbc4818bf274cfdeb69409 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -14,7 +14,8 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 61848976f7a1230179b631dfcbc98a1ccbda6129..513ea4236c6e000349e1cbc2fdafb146ebca4803 100644 (file)
@@ -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
@@ -19,7 +19,8 @@ bin.includes = META-INF/,\
                .,\
                plugin.properties,\
                testfiles/,\
-               plugin.xml
+               plugin.xml,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 90497056f7899cde5433227ed9b7dee372a2c331..90ecb23548814aef7632dc1c3a59eeb155418098 100644 (file)
@@ -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
@@ -18,7 +18,8 @@ output.. = bin/
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 98b1bad4ba550e3a7d6206c745a2dab21d6273ee..308a5fb81173bc49743858d537d04694ed0255cc 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -14,5 +14,6 @@ source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index 05c01154746368bb32f58593fe08b49be149c716..48bac505d7ff1de6d1c15e72c3fa3a9e3be930fa 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -16,7 +16,8 @@ source.. = src/,\
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index baa91a1b6a8862bfcb818802983dc1b2dbf2458f..cee367fdce9ca2f94596e03961d68fb29a85e73d 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2014 Ericsson
+# Copyright (c) 2014, 2015 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -13,6 +13,7 @@
 source.. = src/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
index 00de4291a3fd04244813f856ffa2799117ce23b4..06ce45ebcff469f594b58a300c339f3a82e92cac 100644 (file)
@@ -15,5 +15,6 @@ source.. = src/,\
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.properties
+               plugin.properties,\
+               about.html
 src.includes = about.html
index 4d4c85713acc7488cd3f6448a4c54e68287fc11e..02e71ab620ecdb04712747258245d0b363fe5ef4 100644 (file)
@@ -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
@@ -17,7 +17,8 @@ output.. = bin/
 bin.includes = META-INF/,\
                .,\
                plugin.properties,\
-               plugin.xml
+               plugin.xml,\
+               about.html
 src.includes = about.html
 additional.bundles = org.eclipse.jdt.annotation
 jars.extra.classpath = platform:/plugin/org.eclipse.jdt.annotation
This page took 0.034808 seconds and 5 git commands to generate.