Included org.w3c.css into the builds
authorEugene Ostroukhov <eugeneo@symbian.org>
Wed, 24 Feb 2010 14:04:54 -0800
changeset 193 66f26ca4b0dd
parent 192 88ed69eac2c8
child 194 46f0d372a45c
child 196 dac81ca327ce
Included org.w3c.css into the builds
scripts/build.xml
--- a/scripts/build.xml	Wed Feb 24 13:49:00 2010 -0800
+++ b/scripts/build.xml	Wed Feb 24 14:04:54 2010 -0800
@@ -46,9 +46,8 @@
         <copy todir="${buildDirectory}/plugins">
             <fileset dir="${sourceDirectory}">
                 <include name="org.chromium**/**/*" />
-            </fileset>
-           <fileset dir="${sourceDirectory}">
                 <include name="org.symbian**/**/*" />
+                <include name="org.w3c.css" />
 		<exclude name="org.symbian.tools.wrttools.feature/**/*" />
             </fileset>
         </copy>