[jboss-cvs] Repository SVN: r15852 - maven2/org/mobicents/servlet/sip/example/call-blocking/1.0.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 22 05:42:08 EDT 2008


Author: deruelle_jean
Date: 2008-10-22 05:42:08 -0400 (Wed, 22 Oct 2008)
New Revision: 15852

Modified:
   maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom
   maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.md5
   maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.sha1
   maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war
   maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.md5
   maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.sha1
Log:
updating the examples

Modified: maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom	2008-10-22 08:25:51 UTC (rev 15851)
+++ maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom	2008-10-22 09:42:08 UTC (rev 15852)
@@ -1,100 +1,36 @@
-<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">
+<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>
-		<artifactId>mobicents</artifactId>
-		<groupId>org.mobicents</groupId>
-		<version>1-SNAPSHOT</version>
-		<relativePath>../../pom.xml</relativePath>
-	</parent>
-	<groupId>org.mobicents.servlet.sip.example</groupId>
-	<artifactId>call-blocking</artifactId>
-	<packaging>war</packaging>
-	<version>1.0</version>
-	<name>Call Blocking Sip Servlet Example</name>
-	<url>http://www.mobicents.org/call_blocking.html</url>
-
-	<dependencies>
-		<!-- test dependencies -->
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</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>
-
-		<!-- j2ee dependencies -->
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-			<version>2.5</version>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.mobicents.servlet.sip</groupId>
-			<artifactId>sip-servlets-spec</artifactId>
-			<version>1.1.4</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>
-				<artifactId>maven-war-plugin</artifactId>
-				<configuration>
-					<warSourceDirectory>
-						${basedir}/src/main/sipapp
-					</warSourceDirectory>
-				</configuration>
-			</plugin>
-		</plugins>		
-	</build>
-	<!-- repositories -->
-	<repositories>
-		<repository>
-			<id>JbossRepository</id>
-			<name>Jboss Repository</name>
-			<url>http://repository.jboss.org/maven2</url>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-		</repository>
-		<repository>
-			<id>jboss-snapshots</id>
-			<name>JBoss Snapshot Repository</name>
-			<url>http://snapshots.jboss.org/maven2</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-		</repository>
-	</repositories>
-</project>
+		<groupId>org.mobicents.servlet.sip.example</groupId>
+		<artifactId>sip-servlets-examples-parent</artifactId>
+		<version>1.0</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<groupId>org.mobicents.servlet.sip.example</groupId>
+	<artifactId>call-blocking</artifactId>
+	<packaging>war</packaging>
+	<version>1.0</version>
+	<name>Call Blocking Sip Servlet Example</name>
+	<url>http://www.mobicents.org/call_blocking.html</url>
+
+	
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-war-plugin</artifactId>
+				<configuration>
+					<warSourceDirectory>
+						${basedir}/src/main/sipapp
+					</warSourceDirectory>
+				</configuration>
+			</plugin>
+		</plugins>		
+	</build>
+</project>
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.md5	2008-10-22 08:25:51 UTC (rev 15851)
+++ maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.md5	2008-10-22 09:42:08 UTC (rev 15852)
@@ -1 +1 @@
-7dc21c8b11f908089cf7198830c93084
\ No newline at end of file
+c59de270156458adbaff8126d5bca37b
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.sha1	2008-10-22 08:25:51 UTC (rev 15851)
+++ maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.pom.sha1	2008-10-22 09:42:08 UTC (rev 15852)
@@ -1 +1 @@
-a83392552388d78eb28cb567879ca40914b9c9ce
\ No newline at end of file
+184ae5af1f434b75b2c149efa6acee05fc72809e
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war
===================================================================
(Binary files differ)

Modified: maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.md5	2008-10-22 08:25:51 UTC (rev 15851)
+++ maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.md5	2008-10-22 09:42:08 UTC (rev 15852)
@@ -1 +1 @@
-b2d425b7fd776a07c61be45140e5ad45
\ No newline at end of file
+3c1ee7d6c2e97b784c3722d03c009faa
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.sha1	2008-10-22 08:25:51 UTC (rev 15851)
+++ maven2/org/mobicents/servlet/sip/example/call-blocking/1.0/call-blocking-1.0.war.sha1	2008-10-22 09:42:08 UTC (rev 15852)
@@ -1 +1 @@
-ecc0c559e2b99ec3035c5714e952f880d2661851
\ No newline at end of file
+5b23b38c5c53717a7830c9955432d27f06d4b2dc
\ No newline at end of file




More information about the jboss-cvs-commits mailing list