r973 - in xwiki/trunk/src/main/web: WEB-INF templates

Nguyen Viet Chung chungnv at users.forge.objectweb.org
Thu Mar 16 11:27:22 CET 2006


Author: chungnv
Date: 2006-03-16 11:27:19 +0100 (Thu, 16 Mar 2006)
New Revision: 973

Added:
   xwiki/trunk/src/main/web/WEB-INF/commons-logging.properties
Removed:
   xwiki/trunk/src/main/web/templates/notexist.vm
Log:
Fixed bug XWIKI-154 
add File commons-logging.properties

Added: xwiki/trunk/src/main/web/WEB-INF/commons-logging.properties
===================================================================
--- xwiki/trunk/src/main/web/WEB-INF/commons-logging.properties	2006-03-12 22:36:14 UTC (rev 972)
+++ xwiki/trunk/src/main/web/WEB-INF/commons-logging.properties	2006-03-16 10:27:19 UTC (rev 973)
@@ -0,0 +1 @@
+org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl
\ No newline at end of file

Deleted: xwiki/trunk/src/main/web/templates/notexist.vm
===================================================================
--- xwiki/trunk/src/main/web/templates/notexist.vm	2006-03-12 22:36:14 UTC (rev 972)
+++ xwiki/trunk/src/main/web/templates/notexist.vm	2006-03-16 10:27:19 UTC (rev 973)
@@ -1,15 +0,0 @@
-#template("xwiki.vm")
-#template("httpheader.vm")
-#template("header.vm")
-#template("baseheader.vm")
-<div id="xwikicontent">
-$msg.get("problemoccured")
-<br /><br />
-$msg.get("detailedinformation"):<br />
-
-$xwiki.parseContent($msg.get("revisiondoesnotexist"))
-</div>
-#template("basefooter.vm")
-#template("footer.vm")
-
-





More information about the Xwiki-notifications mailing list