Author: scottbw
Date: Mon Nov 24 08:25:19 2014
New Revision: 1641329

URL: http://svn.apache.org/r1641329
Log:
Added default service injection (store Prefs in server memory)

Added:
    wookie/trunk/wookie-server/src/main/resources/META-INF/services/
    
wookie/trunk/wookie-server/src/main/resources/META-INF/services/org.apache.wookie.services.PreferencesService

Added: 
wookie/trunk/wookie-server/src/main/resources/META-INF/services/org.apache.wookie.services.PreferencesService
URL: 
http://svn.apache.org/viewvc/wookie/trunk/wookie-server/src/main/resources/META-INF/services/org.apache.wookie.services.PreferencesService?rev=1641329&view=auto
==============================================================================
--- 
wookie/trunk/wookie-server/src/main/resources/META-INF/services/org.apache.wookie.services.PreferencesService
 (added)
+++ 
wookie/trunk/wookie-server/src/main/resources/META-INF/services/org.apache.wookie.services.PreferencesService
 Mon Nov 24 08:25:19 2014
@@ -0,0 +1 @@
+org.apache.wookie.services.impl.DefaultPreferencesService
\ No newline at end of file


Reply via email to