Revision: 8170
Author: [email protected]
Date: Mon May 17 08:54:17 2010
Log: set expires header for appEngine, include the Mobile module in ScaffoldCommon

Patch by: amitmanjhi
Review by: jgw (desk review)

http://code.google.com/p/google-web-toolkit/source/detail?r=8170

Modified:
 /branches/2.1/bikeshed/src/com/google/gwt/mobile/Mobile.gwt.xml
/branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ScaffoldCommon.gwt.xml
 /branches/2.1/bikeshed/war/WEB-INF/appengine-web.xml

=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/mobile/Mobile.gwt.xml Fri May 14 08:28:05 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/mobile/Mobile.gwt.xml Mon May 17 08:54:17 2010
@@ -14,4 +14,5 @@

 <module>
     <inherits name="com.google.gwt.user.User"/>
+    <source path="client"/>
 </module>
=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ScaffoldCommon.gwt.xml Thu May 13 09:13:58 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/gwt/ScaffoldCommon.gwt.xml Mon May 17 08:54:17 2010
@@ -4,6 +4,7 @@
   <inherits name='com.google.gwt.app.App' />
   <inherits name='com.google.gwt.requestfactory.RequestFactory'/>
   <inherits name='com.google.gwt.sample.bikeshed.style.Style'/>
+  <inherits name='com.google.gwt.mobile.Mobile'/>
   <inherits name='com.google.gwt.user.cellview.CellView'/>

   <source path='client'/>
=======================================
--- /branches/2.1/bikeshed/war/WEB-INF/appengine-web.xml Tue May 11 21:32:44 2010 +++ /branches/2.1/bikeshed/war/WEB-INF/appengine-web.xml Mon May 17 08:54:17 2010
@@ -1,8 +1,12 @@
 <?xml version="1.0" encoding="utf-8"?>
 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0";>
        <application>gwt-bikeshed</application>
-       <version>11</version>
-
+       <version>23</version>
+       <static-files>
+       <include path="**.nocache.*" expiration="1s"/>
+       <include path="**.cache.html" expiration="365d"/>
+       <include path="**" expiration="30d"/>
+    </static-files>
        <!-- Configure java.util.logging -->
        <system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>

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

Reply via email to