You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2005/08/30 00:30:29 UTC

svn commit: r264645 - /incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Author: agilliland
Date: Mon Aug 29 15:30:23 2005
New Revision: 264645

URL: http://svn.apache.org/viewcvs?rev=264645&view=rev
Log:
adding convert line breaks plugin to page plugins list.  we talked a little about not having any plugins enabled by default, but we haven't settled on how we plan to do that so i'm adding this to the plugin list for now.


Modified:
    incubator/roller/trunk/web/WEB-INF/classes/roller.properties

Modified: incubator/roller/trunk/web/WEB-INF/classes/roller.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/roller.properties?rev=264645&r1=264644&r2=264645&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/roller.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/roller.properties Mon Aug 29 15:30:23 2005
@@ -85,7 +85,8 @@
 
 # Weblog entry editor plugins (all are off by default).
 plugins.page=\
-org.roller.presentation.velocity.plugins.topictag.TopicTagPlugin \
+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 \