diff --git a/mobibot.iws b/mobibot.iws index dd94c42..c9f803e 100644 --- a/mobibot.iws +++ b/mobibot.iws @@ -34,11 +34,7 @@ - - - - @@ -150,7 +146,7 @@ - + @@ -187,9 +183,7 @@ - - - + @@ -385,36 +379,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -449,6 +413,36 @@ + + + + + + + + + + + + + + + + + + + + @@ -469,14 +463,14 @@ - + - - + + @@ -508,8 +502,8 @@ - + @@ -519,8 +513,8 @@ - + @@ -649,19 +643,13 @@ - + @@ -868,12 +862,11 @@ - - + @@ -891,12 +884,13 @@ + - + @@ -1030,37 +1024,14 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + @@ -1068,32 +1039,39 @@ - + - - - + - - - - - + - + - - - + + + + + + + + + + + + + + + + - + diff --git a/properties/.cvsignore b/properties/.cvsignore new file mode 100644 index 0000000..b2e0f2b --- /dev/null +++ b/properties/.cvsignore @@ -0,0 +1 @@ +mobibot.properties diff --git a/properties/fetcher.properties b/properties/fetcher.properties new file mode 100644 index 0000000..e69de29 diff --git a/properties/log4j.properties b/properties/log4j.properties new file mode 100644 index 0000000..201ab08 --- /dev/null +++ b/properties/log4j.properties @@ -0,0 +1,18 @@ +log4j.rootLogger=FATAL, stderr + +# Standard Error Console Appender +log4j.appender.stderr=org.apache.log4j.ConsoleAppender +log4j.appender.stderr.layout=org.apache.log4j.PatternLayout +#log4j.appender.stderr.layout.ConversionPattern=%d [%t] %-5p %c - %m%n +log4j.appender.stderr.layout.ConversionPattern=%d [%p] %c %x %m%n +log4j.appender.stderr.target=System.err + +# Print only messages of priority FATAL or above in the package org.apache.commons.httpclient +log4j.logger.org.apache.commons.httpclient=FATAL +log4j.logger.httpclient.wire=FATAL + +# Print only messages of priority FATAL or above in the package net.sf.jweather +log4j.category.net.sf.jweather=FATAL + +# Print only messages of priority FATAL or above in the package net.thauvin.erik.mobibot +log4j.category.net.thauvin.erik.mobibot=FATAL