Author: lindner
Date: Wed Jun 2 02:37:37 2010
New Revision: 950340
URL: http://svn.apache.org/viewvc?rev=950340&view=rev
Log:
Fix for guice injection error -- thanks to Henry Saputra
Modified:
shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml
Modified: shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml?rev=950340&r1=950339&r2=950340&view=diff
==============================================================================
--- shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml (original)
+++ shindig/trunk/java/server/src/main/webapp/WEB-INF/web.xml Wed Jun 2
02:37:37 2010
@@ -37,7 +37,7 @@
org.apache.shindig.gadgets.oauth.OAuthModule:
org.apache.shindig.common.cache.ehcache.EhCacheModule:
org.apache.shindig.sample.shiro.ShiroGuiceModule:
- org.apache.shindig.sample.shiro.SampleContainerGuiceModule:
+ org.apache.shindig.sample.container.SampleContainerGuiceModule:
org.apache.shindig.extras.ShindigExtrasGuiceModule:
org.apache.shindig.extras.as.ActivityStreamsGuiceModule
</param-value>