Author: ningjiang
Date: Thu Jun 19 18:35:04 2008
New Revision: 669758

URL: http://svn.apache.org/viewvc?rev=669758&view=rev
Log:
Turn off the info logging of the camel-cxf componnet

Modified:
    activemq/camel/trunk/examples/camel-example-cxf/pom.xml

Modified: activemq/camel/trunk/examples/camel-example-cxf/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-cxf/pom.xml?rev=669758&r1=669757&r2=669758&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-cxf/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-cxf/pom.xml Thu Jun 19 18:35:04 
2008
@@ -103,6 +103,12 @@
         <configuration>
           <mainClass>org.apache.camel.example.cxf.CamelCxfExample</mainClass>
           <includePluginDependencies>false</includePluginDependencies>
+           <systemProperties>
+            <property>
+               <key>java.util.logging.config.file</key>
+               <value>logging.properties</value>
+            </property>
+           </systemProperties>
         </configuration>
       </plugin>
     </plugins>


Reply via email to