Author: artdaw
Date: 2011-03-25 10:02:15 -0400 (Fri, 25 Mar 2011)
New Revision: 22313
Modified:
branches/RF-10753/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml
Log:
RF-10328: static resources are fixed
Modified:
branches/RF-10753/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml
===================================================================
---
branches/RF-10753/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml 2011-03-25
09:21:07 UTC (rev 22312)
+++
branches/RF-10753/examples/richfaces-showcase/src/main/webapp-gae/WEB-INF/appengine-web.xml 2011-03-25
14:02:15 UTC (rev 22313)
@@ -3,13 +3,22 @@
<application>richfaces-showcase</application>
<version>28</version>
<sessions-enabled>true</sessions-enabled>
-
+
<system-properties>
<property name="java.util.logging.config.file"
value="WEB-INF/classes/logging.properties"/>
</system-properties>
<resource-files>
- <exclude path="/static-resources/**" />
+ <exclude path="/static-resources/**"/>
</resource-files>
+ <static-files>
+ <include path="/images/**.*"/>
+ <include path="/static-resources/**.*"/>
+ <include path="/*.ico"/>
+ <include path="/resources/**.*"/>
+ <exclude path="/templates/**.*"/>
+ <exclude path="/*.xhtml"/>
+ </static-files>
+
</appengine-web-app>
Show replies by date