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/09 23:32:57 UTC

svn commit: r405540 - in /incubator/roller/trunk/sandbox/standalone: build.xml tomcat/common/classes/roller-custom.properties

Author: snoopdave
Date: Tue May  9 14:32:54 2006
New Revision: 405540

URL: http://svn.apache.org/viewcvs?rev=405540&view=rev
Log:
Fixing JSPWiki setup in standalone server

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

Modified: incubator/roller/trunk/sandbox/standalone/build.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/sandbox/standalone/build.xml?rev=405540&r1=405539&r2=405540&view=diff
==============================================================================
--- incubator/roller/trunk/sandbox/standalone/build.xml (original)
+++ incubator/roller/trunk/sandbox/standalone/build.xml Tue May  9 14:32:54 2006
@@ -32,7 +32,7 @@
             <fileset dir="./lib">
                 <include name="*.jar" />
             </fileset>
-            <fileset dir="${roller.srcdir}/contrib/lib">
+            <fileset dir="${roller.srcdir}/build/roller/WEB-INF/lib">
                 <include name="JSPWiki.jar" />
             </fileset>
             <fileset dir="${roller.srcdir}/tools/buildtime">

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=405540&r1=405539&r2=405540&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  9 14:32:54 2006
@@ -30,4 +30,4 @@
 ,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
+,net.java.roller.pageplugins.jspwiki.WikiPlugin