Bug 578367: Include the .css files in the built jar file

Contributed by STMicroelectronics

Change-Id: Ia7381071d1e8b806434ab4633549eb1a5177a584
Signed-off-by: Torbjörn Svensson <torbjorn.svensson@st.com>
diff --git a/build/org.eclipse.cdt.autotools.core/build.properties b/build/org.eclipse.cdt.autotools.core/build.properties
index 70e82cc..afa7cc4 100644
--- a/build/org.eclipse.cdt.autotools.core/build.properties
+++ b/build/org.eclipse.cdt.autotools.core/build.properties
@@ -4,6 +4,7 @@
                META-INF/,\
                .,\
                html/,\
-	       about.html,\
-               plugin.properties
+               about.html,\
+               plugin.properties,\
+               css/
 src.includes = about.html
diff --git a/build/org.eclipse.cdt.make.ui/build.properties b/build/org.eclipse.cdt.make.ui/build.properties
index d5f2c62..8c88fa2 100644
--- a/build/org.eclipse.cdt.make.ui/build.properties
+++ b/build/org.eclipse.cdt.make.ui/build.properties
@@ -16,7 +16,8 @@
                about.html,\
                plugin.properties,\
                .,\
-               META-INF/
+               META-INF/,\
+               css/
 source.. = src/
 src.includes = schema/,\
                about.html