spec/appengine-web.xml in appengine-tools-0.0.2 vs spec/appengine-web.xml in appengine-tools-0.0.3

- old
+ new

@@ -1,12 +1,19 @@ <appengine-web-app xmlns='http://appengine.google.com/ns/1.0'> <application>tools-test</application> <version>foo</version> <public-root>/public</public-root> - <static-files/> + <static-files> + <include expiration='365d' path='/public/images/**'/> + <include path='/public/**'/> + </static-files> <resource-files/> <system-properties> <property name='os.arch' value=''/> <property name='jruby.management.enabled' value='false'/> + <property name='jruby.rack.input.rewindable' value='false'/> </system-properties> <ssl-enabled>true</ssl-enabled> + <inbound-services> + <service>xmpp_message</service> + </inbound-services> </appengine-web-app> \ No newline at end of file