Bug 463697 - Some plugins are missing about.html

Change-Id: Ic84b23849582bc26197b02a9d79a70f136b1f717
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
diff --git a/examples/gef/org.eclipse.gef.examples.logic.test/about.html b/examples/gef/org.eclipse.gef.examples.logic.test/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/examples/gef/org.eclipse.gef.examples.logic.test/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/gef/org.eclipse.gef.examples.logic.test/build.properties b/examples/gef/org.eclipse.gef.examples.logic.test/build.properties
index 8a0086e..bc3df46 100644
--- a/examples/gef/org.eclipse.gef.examples.logic.test/build.properties
+++ b/examples/gef/org.eclipse.gef.examples.logic.test/build.properties
@@ -11,4 +11,6 @@
 
 source.. = src/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/examples/gef/org.eclipse.gef.examples.logic/build.properties b/examples/gef/org.eclipse.gef.examples.logic/build.properties
index b5b7b2c..1445ffe 100644
--- a/examples/gef/org.eclipse.gef.examples.logic/build.properties
+++ b/examples/gef/org.eclipse.gef.examples.logic/build.properties
@@ -18,3 +18,4 @@
            src-notgen/

 

 output.. = bin/

+src.includes = about.html

diff --git a/examples/rcp/org.rcpmail.test/about.html b/examples/rcp/org.rcpmail.test/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/examples/rcp/org.rcpmail.test/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/rcp/org.rcpmail.test/build.properties b/examples/rcp/org.rcpmail.test/build.properties
index a060787..7d93ea5 100644
--- a/examples/rcp/org.rcpmail.test/build.properties
+++ b/examples/rcp/org.rcpmail.test/build.properties
@@ -11,4 +11,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/examples/rcp/org.rcpmail/about.html b/examples/rcp/org.rcpmail/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/examples/rcp/org.rcpmail/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/rcp/org.rcpmail/build.properties b/examples/rcp/org.rcpmail/build.properties
index 96ffcda..8cf7613 100644
--- a/examples/rcp/org.rcpmail/build.properties
+++ b/examples/rcp/org.rcpmail/build.properties
@@ -15,4 +15,6 @@
                .,\
                icons/,\
                product_lg.gif,\
-               splash.bmp
+               splash.bmp,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.ant.junit/build.properties b/org.eclipse.swtbot.ant.junit/build.properties
index ddcdb5e..809c407 100755
--- a/org.eclipse.swtbot.ant.junit/build.properties
+++ b/org.eclipse.swtbot.ant.junit/build.properties
@@ -10,3 +10,4 @@
 ###############################################################################
 bin.includes = about.html,\
                META-INF/
+src.includes = about.html
diff --git a/org.eclipse.swtbot.e4.finder/about.html b/org.eclipse.swtbot.e4.finder/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/org.eclipse.swtbot.e4.finder/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.swtbot.e4.finder/build.properties b/org.eclipse.swtbot.e4.finder/build.properties
index 34d2e4d..9cbab3c 100644
--- a/org.eclipse.swtbot.e4.finder/build.properties
+++ b/org.eclipse.swtbot.e4.finder/build.properties
@@ -1,4 +1,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.eclipse.dsl/about.html b/org.eclipse.swtbot.eclipse.dsl/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/org.eclipse.swtbot.eclipse.dsl/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.swtbot.eclipse.dsl/build.properties b/org.eclipse.swtbot.eclipse.dsl/build.properties
index 9025deb..fb9d6a1 100644
--- a/org.eclipse.swtbot.eclipse.dsl/build.properties
+++ b/org.eclipse.swtbot.eclipse.dsl/build.properties
@@ -13,4 +13,6 @@
 bin.includes = META-INF/,\
                .,\
                src/,\
-               .settings/
+               .settings/,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.eclipse.gef.finder/build.properties b/org.eclipse.swtbot.eclipse.gef.finder/build.properties
index a998d55..ba75130 100644
--- a/org.eclipse.swtbot.eclipse.gef.finder/build.properties
+++ b/org.eclipse.swtbot.eclipse.gef.finder/build.properties
@@ -21,4 +21,5 @@
                .project,\
                .classpath,\
                .settings/,\
-               build.properties
+               build.properties,\
+               about.html
diff --git a/org.eclipse.swtbot.eclipse.ui.test/about.html b/org.eclipse.swtbot.eclipse.ui.test/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/org.eclipse.swtbot.eclipse.ui.test/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.swtbot.eclipse.ui.test/build.properties b/org.eclipse.swtbot.eclipse.ui.test/build.properties
index 74d1625..e5918dc 100644
--- a/org.eclipse.swtbot.eclipse.ui.test/build.properties
+++ b/org.eclipse.swtbot.eclipse.ui.test/build.properties
@@ -12,4 +12,6 @@
            functional/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.forms.finder.test/about.html b/org.eclipse.swtbot.forms.finder.test/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/org.eclipse.swtbot.forms.finder.test/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.swtbot.forms.finder.test/build.properties b/org.eclipse.swtbot.forms.finder.test/build.properties
index 34d2e4d..9cbab3c 100644
--- a/org.eclipse.swtbot.forms.finder.test/build.properties
+++ b/org.eclipse.swtbot.forms.finder.test/build.properties
@@ -1,4 +1,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.forms.finder/about.html b/org.eclipse.swtbot.forms.finder/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/org.eclipse.swtbot.forms.finder/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.swtbot.forms.finder/build.properties b/org.eclipse.swtbot.forms.finder/build.properties
index 34d2e4d..9cbab3c 100644
--- a/org.eclipse.swtbot.forms.finder/build.properties
+++ b/org.eclipse.swtbot.forms.finder/build.properties
@@ -1,4 +1,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.generator.jdt.test/build.properties b/org.eclipse.swtbot.generator.jdt.test/build.properties
index 34d2e4d..9cbab3c 100644
--- a/org.eclipse.swtbot.generator.jdt.test/build.properties
+++ b/org.eclipse.swtbot.generator.jdt.test/build.properties
@@ -1,4 +1,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.generator.jdt/build.properties b/org.eclipse.swtbot.generator.jdt/build.properties
index 8cc3219..ec66f90 100644
--- a/org.eclipse.swtbot.generator.jdt/build.properties
+++ b/org.eclipse.swtbot.generator.jdt/build.properties
@@ -16,3 +16,4 @@
                LICENSE.EPL,\
                about_files/,\
                plugin.xml
+src.includes = about.html
diff --git a/org.eclipse.swtbot.generator.rules.workbench/build.properties b/org.eclipse.swtbot.generator.rules.workbench/build.properties
index e9863e2..e5a949c 100644
--- a/org.eclipse.swtbot.generator.rules.workbench/build.properties
+++ b/org.eclipse.swtbot.generator.rules.workbench/build.properties
@@ -2,4 +2,6 @@
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.generator.test/build.properties b/org.eclipse.swtbot.generator.test/build.properties
index 34d2e4d..9cbab3c 100644
--- a/org.eclipse.swtbot.generator.test/build.properties
+++ b/org.eclipse.swtbot.generator.test/build.properties
@@ -1,4 +1,6 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.generator.ui/about.html b/org.eclipse.swtbot.generator.ui/about.html
new file mode 100644
index 0000000..88cfbc9
--- /dev/null
+++ b/org.eclipse.swtbot.generator.ui/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>December 2nd, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/org.eclipse.swtbot.generator.ui/build.properties b/org.eclipse.swtbot.generator.ui/build.properties
index 36dd267..95039cf 100644
--- a/org.eclipse.swtbot.generator.ui/build.properties
+++ b/org.eclipse.swtbot.generator.ui/build.properties
@@ -14,4 +14,6 @@
 bin.includes = plugin.xml,\
                META-INF/,\
                plugin.properties,\
-               .,
+               .,\
+               about.html
+src.includes = about.html
diff --git a/org.eclipse.swtbot.generator/build.properties b/org.eclipse.swtbot.generator/build.properties
index 04dca1a..4310929 100644
--- a/org.eclipse.swtbot.generator/build.properties
+++ b/org.eclipse.swtbot.generator/build.properties
@@ -17,3 +17,4 @@
                about_files/,\
                icons/,\
                plugin.xml
+src.includes = about.html
diff --git a/org.eclipse.swtbot.junit4_x/build.properties b/org.eclipse.swtbot.junit4_x/build.properties
index 8d76440..3e88644 100644
--- a/org.eclipse.swtbot.junit4_x/build.properties
+++ b/org.eclipse.swtbot.junit4_x/build.properties
@@ -15,3 +15,5 @@
                src/,\
                about.html,\
                LICENSE.EPL
+src.includes = about.html,\
+               LICENSE.EPL
diff --git a/org.eclipse.swtbot.swt.finder.test.keyboards/build.properties b/org.eclipse.swtbot.swt.finder.test.keyboards/build.properties
index 34d2e4d..49e35c5 100644
--- a/org.eclipse.swtbot.swt.finder.test.keyboards/build.properties
+++ b/org.eclipse.swtbot.swt.finder.test.keyboards/build.properties
@@ -1,4 +1,8 @@
 source.. = src/
 output.. = bin/
 bin.includes = META-INF/,\
-               .
+               .,\
+               about.html,\
+               LICENSE.EPL
+src.includes = about.html,\
+               LICENSE.EPL
diff --git a/org.eclipse.ui.forms.examples/build.properties b/org.eclipse.ui.forms.examples/build.properties
index 8a816c6..98adfda 100755
--- a/org.eclipse.ui.forms.examples/build.properties
+++ b/org.eclipse.ui.forms.examples/build.properties
@@ -17,3 +17,4 @@
                META-INF/,\
                plugin.properties
 output.examples.jar = bin/
+src.includes = about.html