You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ja...@apache.org on 2005/06/07 06:15:40 UTC

svn commit: r188686 - /webservices/axis/trunk/java/modules/samples/src/userguide/loggingmodule/META-INF/module.xml

Author: jaliya
Date: Mon Jun  6 21:15:38 2005
New Revision: 188686

URL: http://svn.apache.org/viewcvs?rev=188686&view=rev
Log:
Fix a problem in the name

Modified:
    webservices/axis/trunk/java/modules/samples/src/userguide/loggingmodule/META-INF/module.xml

Modified: webservices/axis/trunk/java/modules/samples/src/userguide/loggingmodule/META-INF/module.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/src/userguide/loggingmodule/META-INF/module.xml?rev=188686&r1=188685&r2=188686&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/src/userguide/loggingmodule/META-INF/module.xml (original)
+++ webservices/axis/trunk/java/modules/samples/src/userguide/loggingmodule/META-INF/module.xml Mon Jun  6 21:15:38 2005
@@ -1,4 +1,4 @@
-<module name="logging" class="userguide.loggingmodule.LoggingModule ">
+<module name="logging" class="userguide.loggingmodule.LoggingModule">
     <inflow>
         <handler name="InFlowLogHandler" class="userguide.loggingmodule.LogHandler">
             <order phase="loggingPhase" />