You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/11/20 04:53:06 UTC

svn commit: r596532 - in /tapestry/tapestry5/trunk: tapestry-core/src/test/resources/log4j.properties tapestry5.ipr

Author: hlship
Date: Mon Nov 19 19:53:06 2007
New Revision: 596532

URL: http://svn.apache.org/viewvc?rev=596532&view=rev
Log:
Add timestamps to the log4j.properties used when running tapestry-core tests

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties
    tapestry/tapestry5/trunk/tapestry5.ipr

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties?rev=596532&r1=596531&r2=596532&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties Mon Nov 19 19:53:06 2007
@@ -19,8 +19,8 @@
 
 # A1 uses PatternLayout.
 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-log4j.appender.A1.layout.ConversionPattern=[%p] %c{1} %m%n
+log4j.appender.A1.layout.ConversionPattern= %d{HH:mm:ss,SSS} [%p] %c{1} %m%n
 
-log4j.category.app=info
+# log4j.category.org.apache.tapestry.services.TapestryModule.ComponentInstantiatorSource=debug
 
 

Modified: tapestry/tapestry5/trunk/tapestry5.ipr
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry5.ipr?rev=596532&r1=596531&r2=596532&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry5.ipr (original)
+++ tapestry/tapestry5/trunk/tapestry5.ipr Mon Nov 19 19:53:06 2007
@@ -103,6 +103,9 @@
               <file url="file://$PROJECT_DIR$/tapestry-core/src/test/app1/WEB-INF/web.xml" />
             </files>
           </module>
+          <module name="tapestry-project" />
+          <module name="tapestry-spring" />
+          <module name="tapestry-upload" />
         </modules>
       </facet-type>
       <facet-type id="hibernate">