You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2006/05/02 19:33:16 UTC

svn commit: r398972 - in /incubator/roller/trunk/sandbox/standalone/tomcat: common/classes/roller-custom.properties conf/server.xml

Author: snoopdave
Date: Tue May  2 10:33:07 2006
New Revision: 398972

URL: http://svn.apache.org/viewcvs?rev=398972&view=rev
Log:
Fixing org.roller stragglers

Modified:
    incubator/roller/trunk/sandbox/standalone/tomcat/common/classes/roller-custom.properties
    incubator/roller/trunk/sandbox/standalone/tomcat/conf/server.xml

Modified: incubator/roller/trunk/sandbox/standalone/tomcat/common/classes/roller-custom.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/tomcat/common/classes/roller-custom.properties?rev=398972&r1=398971&r2=398972&view=diff
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/tomcat/common/classes/roller-custom.properties (original)
+++ incubator/roller/trunk/sandbox/standalone/tomcat/common/classes/roller-custom.properties Tue May  2 10:33:07 2006
@@ -20,15 +20,14 @@
 planet.aggregator.cache.dir=${catalina.home}/cache
 webservices.atomprotocol.enabled=true
 editor.theme=tan
-tasks.daily=org.roller.presentation.TurnoverReferersTask,org.roller.presentation.planet.SyncWebsitesTask
-tasks.hourly=org.roller.presentation.planet.RefreshEntriesTask
+tasks.daily=org.apache.roller.presentation.TurnoverReferersTask,org.apache.roller.presentation.planet.SyncWebsitesTask
+tasks.hourly=org.apache.roller.presentation.planet.RefreshEntriesTask
 plugins.page=\
-org.roller.presentation.velocity.plugins.convertbreaks.ConvertLineBreaksPlugin \
-,org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin \
-,org.roller.presentation.velocity.plugins.textile.TextilePlugin \
-,org.roller.presentation.velocity.plugins.acronyms.AcronymsPlugin \
-,org.roller.presentation.velocity.plugins.bookmarks.BookmarkPlugin \
-,org.roller.presentation.velocity.plugins.email.ObfuscateEmailPlugin \
-,org.roller.presentation.velocity.plugins.smileys.SmileysPlugin \
-,org.roller.presentation.velocity.plugins.readmore.ReadMorePlugin \
-,org.roller.presentation.velocity.plugins.jspwiki.WikiPlugin
+org.apache.roller.presentation.velocity.plugins.convertbreaks.ConvertLineBreaksPlugin \
+,org.apache.roller.presentation.velocity.plugins.topictag.TopicTagPlugin \
+,org.apache.roller.presentation.velocity.plugins.textile.TextilePlugin \
+,org.apache.roller.presentation.velocity.plugins.acronyms.AcronymsPlugin \
+,org.apache.roller.presentation.velocity.plugins.bookmarks.BookmarkPlugin \
+,org.apache.roller.presentation.velocity.plugins.email.ObfuscateEmailPlugin \
+,org.apache.roller.presentation.velocity.plugins.smileys.SmileysPlugin \
+,org.apache.roller.presentation.velocity.plugins.jspwiki.WikiPlugin

Modified: incubator/roller/trunk/sandbox/standalone/tomcat/conf/server.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/tomcat/conf/server.xml?rev=398972&r1=398971&r2=398972&view=diff
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/tomcat/conf/server.xml (original)
+++ incubator/roller/trunk/sandbox/standalone/tomcat/conf/server.xml Tue May  2 10:33:07 2006
@@ -17,7 +17,7 @@
   <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
   <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
   <Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>
-  <Listener className="org.roller.tomcat.TomcatHSQLDBPlugin" />
+  <Listener className="org.apache.roller.tomcat.TomcatHSQLDBPlugin" />
 
   <!-- Global JNDI resources -->
   <GlobalNamingResources>