[jboss-cvs] Repository SVN: r18744 - in maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons: 1.1.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 27 12:44:46 EST 2008


Author: deruelle_jean
Date: 2008-11-27 12:44:46 -0500 (Thu, 27 Nov 2008)
New Revision: 18744

Added:
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.md5
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.sha1
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.md5
   maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.sha1
Log:
MSS release 0.7.1

Added: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.md5	2008-11-27 17:44:46 UTC (rev 18744)
@@ -0,0 +1 @@
+dbd887ba3570c7cac10199f137ee7649
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.jar.sha1	2008-11-27 17:44:46 UTC (rev 18744)
@@ -0,0 +1 @@
+6eaa40e914adff2838553c8a63b90f695cb4625c
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom	2008-11-27 17:44:46 UTC (rev 18744)
@@ -0,0 +1,48 @@
+<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.example</groupId>
+		<artifactId>jslee-sips-interop-demo-parent</artifactId>
+		<version>1.1.1</version>
+	</parent>
+	<artifactId>jslee-sips-interop-commons</artifactId>
+	<packaging>jar</packaging>	
+	<name>JSLEE Parent part of the JSLEE-SIPS Demo</name>
+	<dependencies>
+		<dependency>
+			<groupId>org.mobicents.servlet.sip</groupId>
+			<artifactId>sip-servlets-spec</artifactId>
+			<version>1.1.7.1</version>
+			<scope>provided</scope>
+		</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-antrun-plugin</artifactId>
+				<version>1.1</version>
+				<executions>
+					<execution>
+						<phase>package</phase>
+						<configuration>
+							<tasks>
+								<copy verbose="true" file="${project.build.directory}/${project.build.finalName}.${project.packaging}" todir="${env.JBOSS_HOME}/server/default/lib" />
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>			
+		</plugins>
+	</build>
+</project>
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.md5	2008-11-27 17:44:46 UTC (rev 18744)
@@ -0,0 +1 @@
+3457c9c6619ff5bf477e44ebce001f47
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/jslee-sips-interop-commons/1.1.1/jslee-sips-interop-commons-1.1.1.pom.sha1	2008-11-27 17:44:46 UTC (rev 18744)
@@ -0,0 +1 @@
+f23dcfc9e68f2c15c272e08a5deed23f21dd4f02
\ No newline at end of file




More information about the jboss-cvs-commits mailing list