[jboss-cvs] Repository SVN: r15854 - maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0.

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


Author: deruelle_jean
Date: 2008-10-22 05:43:04 -0400 (Wed, 22 Oct 2008)
New Revision: 15854

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

Modified: maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom	2008-10-22 09:42:43 UTC (rev 15853)
+++ maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom	2008-10-22 09:43:04 UTC (rev 15854)
@@ -1,100 +1,35 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<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>click-to-call-servlet</artifactId>
-	<packaging>war</packaging>
-	<version>1.0</version>
-	<name>Click To Call</name>
-	<url>http://www.mobicents.org/click2call.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>click-to-call-servlet</artifactId>
+	<packaging>war</packaging>
+	<version>1.0</version>
+	<name>Click To Call</name>
+	<url>http://www.mobicents.org/click2call.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/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom.md5	2008-10-22 09:42:43 UTC (rev 15853)
+++ maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom.md5	2008-10-22 09:43:04 UTC (rev 15854)
@@ -1 +1 @@
-58e946b5bfe343c90837aded84f4c2f7
\ No newline at end of file
+02fa799c60c7049e62104f5a3248e740
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom.sha1	2008-10-22 09:42:43 UTC (rev 15853)
+++ maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.pom.sha1	2008-10-22 09:43:04 UTC (rev 15854)
@@ -1 +1 @@
-60f272b4c82df0d386fb185e349ee2ecff31fcbf
\ No newline at end of file
+2feb8c51abda79b46e9adaa33ba0f1e4ef36ff4c
\ No newline at end of file

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

Modified: maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.war.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.war.md5	2008-10-22 09:42:43 UTC (rev 15853)
+++ maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.war.md5	2008-10-22 09:43:04 UTC (rev 15854)
@@ -1 +1 @@
-84a531501c04a19e06274fe579492fae
\ No newline at end of file
+1acc35285fe5279952f0848b5d7aad83
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.war.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.war.sha1	2008-10-22 09:42:43 UTC (rev 15853)
+++ maven2/org/mobicents/servlet/sip/example/click-to-call-servlet/1.0/click-to-call-servlet-1.0.war.sha1	2008-10-22 09:43:04 UTC (rev 15854)
@@ -1 +1 @@
-8611f86eafb69af1bd46f76809fce332705157a1
\ No newline at end of file
+694a38f34b0435c7797ac7f24241b5c5ef37fd8a
\ No newline at end of file




More information about the jboss-cvs-commits mailing list