Bug 429229 - Fix strict bin.includes warnings

Remove entries in bin.includes that do not exist.

Change-Id: I55cb1761a032683c1e08a3d43c5327303b955d4b
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.jdt.doc.isv/build.properties b/bundles/org.eclipse.jdt.doc.isv/build.properties
index 2c849cc..e521184 100644
--- a/bundles/org.eclipse.jdt.doc.isv/build.properties
+++ b/bundles/org.eclipse.jdt.doc.isv/build.properties
@@ -13,7 +13,7 @@
 
 bin.includes = META-INF/,\
                plugin.properties,\
-               *.xml, *.zip,*.html,*.htm,*.png,*.css,guide/,META-INF/,porting/,questions/,reference/,index/
+               *.xml, *.html,*.png,*.css,guide/,META-INF/,porting/,questions/,reference/,index/
                
 
 bin.excludes = build.properties,build.xml,buildDoc.xml,buildDoc_log.xml,.m2
diff --git a/bundles/org.eclipse.jdt.doc.user/build.properties b/bundles/org.eclipse.jdt.doc.user/build.properties
index b39d981..7e6ea55 100644
--- a/bundles/org.eclipse.jdt.doc.user/build.properties
+++ b/bundles/org.eclipse.jdt.doc.user/build.properties
@@ -11,5 +11,5 @@
 # use provided build.xml
 custom=true
 
-bin.includes=*.properties,*.xml,*.zip,*.html,*.htm,*.png,*.css,META-INF/,index/,concepts/, gettingStarted/, images/, reference/, tasks/, tips/, whatsNew/
+bin.includes=*.properties,*.xml,*.html,*.png,*.css,META-INF/,index/,concepts/, gettingStarted/, images/, reference/, tasks/, tips/, whatsNew/
 bin.excludes=build.properties,build.xml,workspace,.m2
diff --git a/bundles/org.eclipse.platform.doc.user/build.properties b/bundles/org.eclipse.platform.doc.user/build.properties
index d1ba8c4..97adbc2 100644
--- a/bundles/org.eclipse.platform.doc.user/build.properties
+++ b/bundles/org.eclipse.platform.doc.user/build.properties
@@ -13,7 +13,7 @@
 
 bin.includes = META-INF/,\
                plugin.properties,\
-               *.xml, *.zip,*.html,*.htm,*.png,book.css,concepts/, gettingStarted/, images/,\
+               *.xml, *.html,book.css,concepts/, gettingStarted/, images/,\
                reference/, tasks/, tips/, whatsNew/, index*/