Update of /cvsroot/roller/roller/deploy/mergedir
In directory sc8-pr-cvs1:/tmp/cvs-serv5068/deploy/mergedir
Modified Files:
filter-mappings.xml
Log Message:
I had meant, however, to check in filter-mappings.xml.
Index: filter-mappings.xml
===================================================================
RCS file: /cvsroot/roller/roller/deploy/mergedir/filter-mappings.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** filter-mappings.xml 14 Mar 2003 02:59:30 -0000 1.18
--- filter-mappings.xml 14 Mar 2003 03:33:42 -0000 1.19
***************
*** 8,20 ****
<filter-name>PageCacheFilter</filter-name>
<filter-class>org.roller.presentation.caching.PageCache</filter-class>
! <!-- uncomment to use
<init-param>
<param-name>handler</param-name>
<param-value>CommonsPageCache</param-value>
</init-param>
! -->
<init-param>
<param-name>time</param-name>
! <param-value>3600</param-value> <!-- How long to cache pages (ms) -->
</init-param>
</filter>
--- 8,23 ----
<filter-name>PageCacheFilter</filter-name>
<filter-class>org.roller.presentation.caching.PageCache</filter-class>
! <!-- UNCOMMENT TO USE CommonsPageCache
<init-param>
<param-name>handler</param-name>
<param-value>CommonsPageCache</param-value>
</init-param>
! -->
! <!-- How long to cache pages
! (seconds for OSCache, milliseconds for CommonsCache) -->
<init-param>
<param-name>time</param-name>
! <param-value>3600</param-value>
! <!-- param-value>3600000</param-value -->
</init-param>
</filter>
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Thread at a glance:
Previous Message by Date:
click to view message preview
roller/deploy/WEB-INF roller-config.xml,1.6,1.7
Update of /cvsroot/roller/roller/deploy/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv4736/deploy/WEB-INF
Modified Files:
roller-config.xml
Log Message:
dang-nabbit, I didn't mean to check in my modified roller-config.xml.
Index: roller-config.xml
===================================================================
RCS file: /cvsroot/roller/roller/deploy/WEB-INF/roller-config.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** roller-config.xml 14 Mar 2003 03:25:41 -0000 1.6
--- roller-config.xml 14 Mar 2003 03:32:32 -0000 1.7
***************
*** 5,9 ****
<newUserAllowed>true</newUserAllowed>
<adminUsers>
! <adminUsers>lance</adminUsers>
</adminUsers>
<newUserData>/templates</newUserData>
--- 5,9 ----
<newUserAllowed>true</newUserAllowed>
<adminUsers>
! <adminUsers>adminUser</adminUsers>
</adminUsers>
<newUserData>/templates</newUserData>
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Next Message by Date:
click to view message preview
roller build.xml,1.75,1.76
Update of /cvsroot/roller/roller
In directory sc8-pr-cvs1:/tmp/cvs-serv12197
Modified Files:
build.xml
Log Message:
Resin requires the XML jars be copied into /WEB-INF/lib.
Index: build.xml
===================================================================
RCS file: /cvsroot/roller/roller/build.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** build.xml 12 Mar 2003 19:25:47 -0000 1.75
--- build.xml 14 Mar 2003 03:53:51 -0000 1.76
***************
*** 68,71 ****
--- 68,73 ----
<include name="flock.jar"/>
<include name="servlet-2.3.jar"/>
+ <include name="xercesImpl-2.3.0.jar"/>
+ <include name="xmlParserAPIs-2.3.0.jar"/>
<!-- MR: Added for e-mailing comments functionality -->
<include name="mail.jar"/>
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Previous Message by Thread:
click to view message preview
roller/deploy/WEB-INF roller-config.xml,1.6,1.7
Update of /cvsroot/roller/roller/deploy/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv4736/deploy/WEB-INF
Modified Files:
roller-config.xml
Log Message:
dang-nabbit, I didn't mean to check in my modified roller-config.xml.
Index: roller-config.xml
===================================================================
RCS file: /cvsroot/roller/roller/deploy/WEB-INF/roller-config.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** roller-config.xml 14 Mar 2003 03:25:41 -0000 1.6
--- roller-config.xml 14 Mar 2003 03:32:32 -0000 1.7
***************
*** 5,9 ****
<newUserAllowed>true</newUserAllowed>
<adminUsers>
! <adminUsers>lance</adminUsers>
</adminUsers>
<newUserData>/templates</newUserData>
--- 5,9 ----
<newUserAllowed>true</newUserAllowed>
<adminUsers>
! <adminUsers>adminUser</adminUsers>
</adminUsers>
<newUserData>/templates</newUserData>
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Next Message by Thread:
click to view message preview
roller build.xml,1.75,1.76
Update of /cvsroot/roller/roller
In directory sc8-pr-cvs1:/tmp/cvs-serv12197
Modified Files:
build.xml
Log Message:
Resin requires the XML jars be copied into /WEB-INF/lib.
Index: build.xml
===================================================================
RCS file: /cvsroot/roller/roller/build.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** build.xml 12 Mar 2003 19:25:47 -0000 1.75
--- build.xml 14 Mar 2003 03:53:51 -0000 1.76
***************
*** 68,71 ****
--- 68,73 ----
<include name="flock.jar"/>
<include name="servlet-2.3.jar"/>
+ <include name="xercesImpl-2.3.0.jar"/>
+ <include name="xmlParserAPIs-2.3.0.jar"/>
<!-- MR: Added for e-mailing comments functionality -->
<include name="mail.jar"/>
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en