Added: camel/trunk/components/camel-sip/src/test/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-sip/src/test/resources/log4j.properties?rev=988163&view=auto
==============================================================================
--- camel/trunk/components/camel-sip/src/test/resources/log4j.properties (added)
+++ camel/trunk/components/camel-sip/src/test/resources/log4j.properties Mon 
Aug 23 16:01:03 2010
@@ -0,0 +1,38 @@
+## ------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ------------------------------------------------------------------------
+
+#
+# The logging properties used for eclipse testing, We want to see debug output 
on the console.
+#
+log4j.rootLogger=TRACE, file
+
+# uncomment the following to enable camel debugging
+log4j.logger.org.apache.camel.component.sip=TRACE
+log4j.logger.org.apache.camel=DEBUG
+log4j.logger.org.apache.commons.net=TRACE
+
+# CONSOLE appender not used by default
+log4j.appender.out=org.apache.log4j.ConsoleAppender
+log4j.appender.out.layout=org.apache.log4j.PatternLayout
+#log4j.appender.out.layout.ConversionPattern=[%30.30t] %-30.30c{1} %-5p %m%n
+log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - 
%m%n
+
+# File appender
+log4j.appender.file=org.apache.log4j.FileAppender
+log4j.appender.file.layout=org.apache.log4j.PatternLayout
+log4j.appender.file.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - 
%m%n
+log4j.appender.file.file=target/camel-sip-test.log
\ No newline at end of file

Propchange: camel/trunk/components/camel-sip/src/test/resources/log4j.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: camel/trunk/components/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/pom.xml?rev=988163&r1=988162&r2=988163&view=diff
==============================================================================
--- camel/trunk/components/pom.xml (original)
+++ camel/trunk/components/pom.xml Mon Aug 23 16:01:03 2010
@@ -97,6 +97,7 @@
     <module>camel-scala</module>
     <module>camel-script</module>
     <module>camel-servlet</module>
+    <module>camel-sip</module>
     <module>camel-shiro</module>
     <module>camel-smpp</module>
     <module>camel-snmp</module>

Modified: camel/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=988163&r1=988162&r2=988163&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Mon Aug 23 16:01:03 2010
@@ -78,6 +78,8 @@
     <httpclient4-version>4.0.1</httpclient4-version>
     <httpclient-version>3.1</httpclient-version>
     <jackson-version>1.5.4</jackson-version>
+    <jain-api-version>1.2</jain-api-version>
+    <jain-sip-version>1.2.153</jain-sip-version>
     <javassist-version>3.9.0.GA</javassist-version>
     <javax-mail-version>1.4.3</javax-mail-version>
     <jaxb-version>2.1.13</jaxb-version>
@@ -535,6 +537,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-sip</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-shiro</artifactId>
         <version>${project.version}</version>
       </dependency>


Reply via email to