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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 4 11:33:47 EDT 2008


Author: deruelle_jean
Date: 2008-07-04 11:33:47 -0400 (Fri, 04 Jul 2008)
New Revision: 11269

Added:
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.sha1
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.sha1
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.md5
   maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.sha1
Log:
0.4.1 release

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar
===================================================================
(Binary files differ)


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

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.md5	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1 @@
+5b919799212a1eaf82c8edb24e11662b
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.jar.sha1	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1 @@
+eb665cfa0840bd62bee815e885e4cfdbcd466abd
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1,342 @@
+<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-bootstrap</artifactId>
+		<version>0.4.1</version>
+	</parent>
+	<groupId>org.mobicents.servlet.sip</groupId>
+	<artifactId>sip-servlets-impl</artifactId>
+	<packaging>jar</packaging>
+	<name>Sip Servlets</name>
+	<url>http://www.mobicents.org-a.googlepages.com/products_sip_servlets.html</url>
+	<dependencies>
+		<!-- sip servlet spec dependency -->
+		<dependency>
+			<groupId>org.mobicents.servlet.sip</groupId>
+			<artifactId>sip-servlets-spec</artifactId>
+			<version>1.1.4</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</artifactId>
+			<version>${commons-logging.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<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>
+			<scope>provided</scope>
+		</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</version>
+			<scope>system</scope>
+			<systemPath>${basedir}/lib/Stun4J.jar</systemPath>
+		</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>
+
+		<!-- JBoss dependencies -->
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jbossweb-service</artifactId>
+			<version>${jboss.version}</version>
+			<scope>system</scope>
+			<systemPath>${basedir}/lib/jbossweb-service.jar</systemPath>
+		</dependency>
+		
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jboss</artifactId>
+			<version>${jboss.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jboss-system</artifactId>
+			<version>${jboss.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jboss-jmx</artifactId>
+			<version>${jboss.version}</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jboss-common</artifactId>
+			<version>${jboss.version}</version>
+			<scope>provided</scope>
+		</dependency>						
+		
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jbosssx</artifactId>
+			<version>${jboss.version}</version>
+			<scope>system</scope>
+			<systemPath>${basedir}/lib/jbosssx.jar</systemPath>
+		</dependency>
+		
+		<dependency>
+			<groupId>geronimo-spec</groupId>
+			<artifactId>geronimo-spec-j2ee-jacc</artifactId>
+			<version>1.0-rc4</version>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.mobicents.tools</groupId>
+			<artifactId>sip-balancer</artifactId>
+			<version>1.0-SNAPSHOT</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>		
+			<plugin>
+				<artifactId>maven-eclipse-plugin</artifactId>
+   				<groupId>org.mobicents.tools</groupId>
+    			<version>${mobicents.tools.mavenplugin.eclipse.version}</version>
+				<inherited>false</inherited>
+				<executions />
+				<configuration>
+					<generateProjectsForModules>true</generateProjectsForModules>
+					<resolveTransitiveDependencies>true</resolveTransitiveDependencies>
+					<eclipseProjectName>sip-servlets-impl</eclipseProjectName>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<profiles>
+			<profile>			
+			<id>tomcat-distro</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>			
+			<build>			
+				<plugins>
+					<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="${CATALINA_HOME}\lib"/>
+										<copy verbose="true" file="docs/logging.properties" todir="${CATALINA_HOME}/conf"/>
+										<copy verbose="true" file="docs/log4j.xml" todir="${CATALINA_HOME}/lib"/>
+									</tasks>
+								</configuration>
+								<goals>
+									<goal>run</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+		 	        	<groupId>org.apache.maven.plugins</groupId>
+		 	        	<artifactId>maven-dependency-plugin</artifactId>
+		 	        	<executions>
+		 	          		<execution>
+		 	            			<id>copy-to-tomcat-lib</id>
+		 	            			<phase>package</phase>
+		 	            			<goals>
+										<goal> copy-dependencies </goal>
+		 	            			</goals>
+		 	            			<configuration>
+									<includeArtifactIds>sip-balancer,jain-sip-api,jain-sip-ri,concurrent,log4j,commons-logging,dnsjava,stun4j</includeArtifactIds>
+					    			<outputDirectory>${CATALINA_HOME}/lib</outputDirectory>
+		 	            			</configuration>
+		 	          		</execution>
+		 	        	</executions>
+		 	      	</plugin>
+				</plugins>
+			</build>
+		</profile>
+		<profile>			
+			<id>tomcat</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>			
+			<build>			
+				<plugins>
+					<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.CATALINA_HOME}\lib"/>
+										<copy verbose="true" file="docs/logging.properties" todir="${env.CATALINA_HOME}/conf"/>
+										<copy verbose="true" file="docs/log4j.xml" todir="${env.CATALINA_HOME}/lib"/>
+									</tasks>
+								</configuration>
+								<goals>
+									<goal>run</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+		 	        	<groupId>org.apache.maven.plugins</groupId>
+		 	        	<artifactId>maven-dependency-plugin</artifactId>
+		 	        	<executions>
+		 	          		<execution>
+		 	            			<id>copy-to-tomcat-lib</id>
+		 	            			<phase>package</phase>
+		 	            			<goals>
+										<goal> copy-dependencies </goal>
+		 	            			</goals>
+		 	            			<configuration>
+									<includeArtifactIds>sip-balancer,jain-sip-api,jain-sip-ri,concurrent,log4j,commons-logging,dnsjava,stun4j</includeArtifactIds>
+					    			<outputDirectory>${env.CATALINA_HOME}/lib</outputDirectory>
+		 	            			</configuration>
+		 	          		</execution>
+		 	        	</executions>
+		 	      	</plugin>
+				</plugins>
+			</build>
+		</profile>		
+		<profile>		
+			<id>jboss</id>			
+			<build>			
+				<plugins>
+					<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"/>
+										<copy verbose="true" file="docs/jboss-log4j.xml" todir="${env.JBOSS_HOME}/server/default/conf"/>
+									</tasks>
+								</configuration>
+								<goals>
+									<goal>run</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+		 	        	<groupId>org.apache.maven.plugins</groupId>
+		 	        	<artifactId>maven-dependency-plugin</artifactId>
+		 	        	<executions>		 	          		
+		 	          		<execution>
+		 	            			<id>copy-to-jboss-lib</id>
+		 	            			<phase>package</phase>
+		 	            			<goals>
+										<goal>copy-dependencies</goal>
+		 	            			</goals>
+		 	            			<configuration>
+									<includeArtifactIds>sip-balancer,jain-sip-api,jain-sip-ri,concurrent,dnsjava,stun4j</includeArtifactIds>
+					    			<outputDirectory>${env.JBOSS_HOME}/server/default/lib</outputDirectory>
+		 	            			</configuration>
+		 	          		</execution>
+		 	        	</executions>
+		 	      	</plugin>
+				</plugins>
+			</build>
+		</profile>
+		<profile>		
+			<id>jboss-distro</id>			
+			<build>			
+				<plugins>
+					<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="${JBOSS_HOME}/server/default/lib"/>
+									</tasks>
+								</configuration>
+								<goals>
+									<goal>run</goal>
+								</goals>
+							</execution>
+						</executions>
+					</plugin>
+					<plugin>
+		 	        	<groupId>org.apache.maven.plugins</groupId>
+		 	        	<artifactId>maven-dependency-plugin</artifactId>
+		 	        	<executions>		 	          		
+		 	          		<execution>
+		 	            			<id>copy-to-jboss-lib</id>
+		 	            			<phase>package</phase>
+		 	            			<goals>
+										<goal> copy-dependencies </goal>
+		 	            			</goals>
+		 	            			<configuration>
+									<includeArtifactIds>sip-balancer,jain-sip-api,jain-sip-ri,concurrent,dnsjava,stun4j</includeArtifactIds>
+					    			<outputDirectory>${JBOSS_HOME}/server/default/lib/</outputDirectory>
+		 	            			</configuration>
+		 	          		</execution>
+		 	        	</executions>
+		 	      	</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>	
+</project>

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.md5	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1 @@
+b854fd6ad6b14776cf4701d065b030fa
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/0.4.1/sip-servlets-impl-0.4.1.pom.sha1	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1 @@
+d33931a587f3b1cd5b57eee78c83afb33a9d0918
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.mobicents.servlet.sip</groupId>
+  <artifactId>sip-servlets-impl</artifactId>
+  <version>0.4.1</version>
+  <versioning>
+    <versions>
+      <version>0.4.1</version>
+    </versions>
+    <lastUpdated>20080704152620</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.md5	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1 @@
+e903be29197648369fbb46d99aa6e610
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/sip-servlets-impl/maven-metadata.xml.sha1	2008-07-04 15:33:47 UTC (rev 11269)
@@ -0,0 +1 @@
+251a7c520a14db6fcef6b13ce5000eba67ae6058
\ No newline at end of file




More information about the jboss-cvs-commits mailing list