Bug 517105 - Missing about.html in org.eclipse.pde.build.tests

Change-Id: I44a0c0729b41dd247ea90f1359c702209aa30191
Signed-off-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
diff --git a/org.eclipse.pde.build.tests/build.properties b/org.eclipse.pde.build.tests/build.properties
index aac26de..9b5dba5 100644
--- a/org.eclipse.pde.build.tests/build.properties
+++ b/org.eclipse.pde.build.tests/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
+# Copyright (c) 2005, 2017 IBM Corporation and others.
 # 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
@@ -13,5 +13,8 @@
 bin.includes = META-INF/,\
                .,\
                resources/,\
+               about.html,\
                test.xml
+src.includes = about.html
 jars.compile.order = .
+