Author: [EMAIL PROTECTED]
Date: Mon Nov 10 15:58:45 2008
New Revision: 4008

Modified:
    releases/1.6/user/src/com/google/gwt/user/tools/AppHtml.htmlsrc
    releases/1.6/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc

Log:
Moves the CSS reference from the module file to the html file. Consistent  
with
the new, shiny war structure.

Patch by: amitmanjhi
Review by: scottb ("semantic" review)



Modified: releases/1.6/user/src/com/google/gwt/user/tools/AppHtml.htmlsrc
==============================================================================
--- releases/1.6/user/src/com/google/gwt/user/tools/AppHtml.htmlsrc      
(original)
+++ releases/1.6/user/src/com/google/gwt/user/tools/AppHtml.htmlsrc     Mon Nov 
 
10 15:58:45 2008
@@ -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                         -->
      <!--                                           -->

Modified: releases/1.6/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc
==============================================================================
--- releases/1.6/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc    
(original)
+++ releases/1.6/user/src/com/google/gwt/user/tools/Module.gwt.xmlsrc   Mon  
Nov 10 15:58:45 2008
@@ -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>

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

Reply via email to