added about.html
diff --git a/platform/org.eclipse.sdk/about.html b/platform/org.eclipse.sdk/about.html
new file mode 100644
index 0000000..fcadc82
--- /dev/null
+++ b/platform/org.eclipse.sdk/about.html
@@ -0,0 +1,9 @@
+<html>

+<title>about.html</title>

+<body>

+<h3>Copyright</h3>

+(c) Copyright IBM Corp. 2000, 2001.  All rights reserved.<br>

+"This offering is based on technology from the Eclipse Project"<br>

+<a href="http://www.eclipse.org">http://www.eclipse.org</a>

+</body>

+</html>
\ No newline at end of file
diff --git a/platform/org.eclipse.sdk/build.properties b/platform/org.eclipse.sdk/build.properties
index c0a1152..220b667 100644
--- a/platform/org.eclipse.sdk/build.properties
+++ b/platform/org.eclipse.sdk/build.properties
@@ -1,2 +1,2 @@
 # Eclipse build contribution

-bin.includes=*.gif,platform.ini,platform.properties,plugin.xml,plugin.properties,product.properties,welcome.xml,product.ini

+bin.includes=*.gif,platform.ini,platform.properties,plugin.xml,plugin.properties,product.properties,welcome.xml,product.ini,about.html