[jboss-cvs] Repository SVN: r15614 - in maven2/org/mobicents/servlet/sip: sip-servlets-test-suite and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 1 10:58:46 EDT 2008


Author: deruelle_jean
Date: 2008-10-01 10:58:45 -0400 (Wed, 01 Oct 2008)
New Revision: 15614

Added:
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.sha1
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.sha1
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.sha1
Log:
committing mobicents sip servlets 0.6 release

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.md5	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1 @@
+bd00c0b72a8f2da531957e62641f92d7
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.jar.sha1	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1 @@
+a59053b4255c831a15bd604bcb007284f1f9aaec
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1,155 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<groupId>org.mobicents.servlet.sip</groupId>
+		<artifactId>sip-servlets-test-suite-parent</artifactId>
+		<version>0.5.1</version>
+	</parent>
+	<artifactId>sip-servlets-test-suite</artifactId>
+	<packaging>jar</packaging>
+	<name>Mobicents Sip Servlets Test Suite</name>
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.servlet.sip</groupId>
+			<artifactId>sip-servlets-spec</artifactId>
+			<version>1.1.5.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.servlet.sip</groupId>
+			<artifactId>sip-servlets-impl</artifactId>
+			<version>0.5.1</version>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.servlet.sip</groupId>
+			<artifactId>sip-servlets-application-router</artifactId>
+			<version>0.5.1</version>
+		</dependency>
+		
+		<!-- j2ee dependencies -->
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<version>2.5</version>			
+		</dependency>
+		
+		<!-- j2ee dependencies -->
+		<dependency>
+			<groupId>javax.servlet.jsp</groupId>
+			<artifactId>jsp-api</artifactId>
+			<version>2.1</version>			
+		</dependency>
+		
+		<!-- logging dependency -->
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>${log4j.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging-api</artifactId>
+			<version>${commons-logging.version}</version>
+			<scope>provided</scope>
+		</dependency>	
+
+		<!-- JAIN-SIP dependency for the shootist -->
+		<dependency>
+			<groupId>javax.sip</groupId>
+			<artifactId>jain-sip-api</artifactId>
+			<version>${jain-sip-api.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>javax.sip</groupId>
+			<artifactId>jain-sip-ri</artifactId>
+			<version>${jain-sip-ri.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>concurrent</groupId>
+			<artifactId>concurrent</artifactId>
+			<version>${concurrent.version}</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.dnsjava</groupId>
+			<artifactId>dnsjava</artifactId>
+			<version>2.0.6</version>
+		</dependency>
+		
+		<dependency>
+			<groupId>net.java.stun4j</groupId>
+			<artifactId>stun4j</artifactId>
+			<version>1.0.MOBICENTS</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<!-- Tomcat dependencies -->
+		<dependency>
+			<groupId>org.apache.tomcat</groupId>
+			<artifactId>catalina</artifactId>
+			<version>6.0.14</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.tomcat</groupId>
+			<artifactId>coyote</artifactId>
+			<version>6.0.14</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.tomcat</groupId>
+			<artifactId>jasper</artifactId>
+			<version>6.0.14</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>comp.java.cafesip</groupId>
+			<artifactId>sipunit</artifactId>
+			<version>0.0.6-BETA</version>
+			<scope>system</scope>
+			<systemPath>${basedir}/lib/sipunit.jar</systemPath>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.mobicents.tools</groupId>
+			<artifactId>sip-balancer</artifactId>
+			<version>1.0-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>					
+					<forkMode>always</forkMode>
+					<excludes>
+						<exclude>**/TestSipListener.java</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.md5	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1 @@
+e4687b545dd4f4cb0ea613e3556e5575
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/0.5.1/sip-servlets-test-suite-0.5.1.pom.sha1	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1 @@
+dbc379f34c8d44a12b348740c567c243dd961a38
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.mobicents.servlet.sip</groupId>
+  <artifactId>sip-servlets-test-suite</artifactId>
+  <version>0.5.1</version>
+  <versioning>
+    <versions>
+      <version>0.5.1</version>
+    </versions>
+    <lastUpdated>20080911092431</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.md5	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1 @@
+2d1c5c9c1ca7d3884d94348911ec29ce
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-test-suite/maven-metadata.xml.sha1	2008-10-01 14:58:45 UTC (rev 15614)
@@ -0,0 +1 @@
+fa53ca6f128b1407e54ab2aa0efb8d1e1dbdc832
\ No newline at end of file




More information about the jboss-cvs-commits mailing list