Hi Scott,

Please review the attached change.

Regards,
Amit

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Index: user/src/com/google/gwt/user/tools/AppHtml.htmlsrc
===================================================================
--- user/src/com/google/gwt/user/tools/AppHtml.htmlsrc  (revision 4004)
+++ user/src/com/google/gwt/user/tools/AppHtml.htmlsrc  (working copy)
@@ -9,6 +9,10 @@
 <html>
   <head>
     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+    <!--                                                               -->
+    <!-- Consider inlining CSS to reduce the number of requested files -->
+    <!--                                                               -->
+    <link type="text/css" rel="stylesheet" href="@className.css">
     <!--                                           -->
     <!-- Any title is fine                         -->
     <!--                                           -->
Index: user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc
===================================================================
--- user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc        (revision 4004)
+++ user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc        (working copy)
@@ -15,8 +15,5 @@
 
       <!-- Specify the app entry point class.                         -->
       <entry-point class='@[EMAIL PROTECTED]'/>
-    
-      <!-- Specify the application specific style sheet.              -->
-      <stylesheet src='@className.css' />
-       
+
 </module>

Reply via email to