[jboss-cvs] Repository SVN: r15855 - maven2/org/mobicents/servlet/sip/example/facebook-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:30 EDT 2008


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

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

Modified: maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom	2008-10-22 09:43:04 UTC (rev 15854)
+++ maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom	2008-10-22 09:43:30 UTC (rev 15855)
@@ -1,66 +1,63 @@
-<?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">
-	<modelVersion>4.0.0</modelVersion>
+<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>
+		<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>facebook-click-to-call-servlet</artifactId>
-	<packaging>war</packaging>
-	<version>1.0</version>
-	<name>Facebook Click To Call</name>
-	<url>http://www.mobicents.org/facebook.c2c.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>
-
-		<dependency>
-			<groupId>unknown.json</groupId>
-			<artifactId>JSON-transport</artifactId>
-			<version>1.1.3</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/json_simple.jar</systemPath>
-		</dependency>
-	</dependencies>
-	<build>
+	<groupId>org.mobicents.servlet.sip.example</groupId>
+	<artifactId>facebook-click-to-call-servlet</artifactId>
+	<packaging>war</packaging>
+	<version>1.0</version>
+	<name>Facebook Click To Call</name>
+	<url>http://www.mobicents.org/facebook.c2c.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.6</version>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>unknown.json</groupId>
+			<artifactId>JSON-transport</artifactId>
+			<version>1.1.3</version>
+			<scope>system</scope>
+			<systemPath>${basedir}/lib/json_simple.jar</systemPath>
+		</dependency>
+	</dependencies>
+	<build>
 		<plugins>
 			<plugin>
  	        	<groupId>org.apache.maven.plugins</groupId>
@@ -78,68 +75,42 @@
  	            			</configuration>
  	          		</execution>
  	        	</executions>
- 	      	</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" overwrite="true"
-									todir="${env.JBOSS_HOME}/server/default/deploy/click-to-call-servlet-1.0.war" >
-									<fileset dir="${project.build.directory}/${project.build.finalName}/" />
-								</copy>								
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>			
-			<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>
+ 	      	</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" overwrite="true" todir="${env.JBOSS_HOME}/server/default/deploy/click-to-call-servlet-1.0.war">
+									<fileset dir="${project.build.directory}/${project.build.finalName}/" />
+								</copy>								
+							</tasks>
+						</configuration>
+						<goals>
+							<goal>run</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>			
+			<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/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom.md5	2008-10-22 09:43:04 UTC (rev 15854)
+++ maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom.md5	2008-10-22 09:43:30 UTC (rev 15855)
@@ -1 +1 @@
-069f772d3ce64210a03ffe0ab649b422
\ No newline at end of file
+80992f047c29b2365be81bd73648ae59
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom.sha1	2008-10-22 09:43:04 UTC (rev 15854)
+++ maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.pom.sha1	2008-10-22 09:43:30 UTC (rev 15855)
@@ -1 +1 @@
-0865a8f4b8935e0902dae074a5f99789865b4e9c
\ No newline at end of file
+fba4696d83db456b16783bd9ba8c5eab5e3d963b
\ No newline at end of file

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

Modified: maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.war.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.war.md5	2008-10-22 09:43:04 UTC (rev 15854)
+++ maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.war.md5	2008-10-22 09:43:30 UTC (rev 15855)
@@ -1 +1 @@
-c63a9101d36d0b410ff65237c5d57497
\ No newline at end of file
+7a32b9d420432b3159ee2ba034f11a34
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.war.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.war.sha1	2008-10-22 09:43:04 UTC (rev 15854)
+++ maven2/org/mobicents/servlet/sip/example/facebook-click-to-call-servlet/1.0/facebook-click-to-call-servlet-1.0.war.sha1	2008-10-22 09:43:30 UTC (rev 15855)
@@ -1 +1 @@
-b4308eaa06a09aa6c0df99b5457e610fa5659376
\ No newline at end of file
+95503fa5ad05b4fe42a63c4a97610481ff224cae
\ No newline at end of file




More information about the jboss-cvs-commits mailing list