[jboss-cvs] Repository SVN: r15857 - maven2/org/mobicents/servlet/sip/example/location-service/1.0.

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


Author: deruelle_jean
Date: 2008-10-22 05:44:14 -0400 (Wed, 22 Oct 2008)
New Revision: 15857

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

Modified: maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom	2008-10-22 09:43:53 UTC (rev 15856)
+++ maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom	2008-10-22 09:44:14 UTC (rev 15857)
@@ -1,99 +1,34 @@
-<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>location-service</artifactId>
-	<packaging>war</packaging>
-	<version>1.0</version>
-	<name>Location Service Sip Servlet Example</name>
-	<url>http://www.mobicents.org/location_service.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>location-service</artifactId>
+	<packaging>war</packaging>
+	<version>1.0</version>
+	<name>Location Service Sip Servlet Example</name>
+	<url>http://www.mobicents.org/location_service.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/location-service/1.0/location-service-1.0.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom.md5	2008-10-22 09:43:53 UTC (rev 15856)
+++ maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom.md5	2008-10-22 09:44:14 UTC (rev 15857)
@@ -1 +1 @@
-0a3870b99224ab3a9a43d0ebe8796ec8
\ No newline at end of file
+e53d23cf57cf1c46f2c1fcb5375b6f74
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom.sha1	2008-10-22 09:43:53 UTC (rev 15856)
+++ maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.pom.sha1	2008-10-22 09:44:14 UTC (rev 15857)
@@ -1 +1 @@
-ad974b6771682801a3dafd7b64aca88fb3265f70
\ No newline at end of file
+ec7d490f988382ee78fd2f2eaa1e2b5aea8e3271
\ No newline at end of file

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

Modified: maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.war.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.war.md5	2008-10-22 09:43:53 UTC (rev 15856)
+++ maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.war.md5	2008-10-22 09:44:14 UTC (rev 15857)
@@ -1 +1 @@
-9b1d253b44a7efd3fa647bfd3da2b06e
\ No newline at end of file
+e48bf2c0fe34b636a1b97131eef51478
\ No newline at end of file

Modified: maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.war.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.war.sha1	2008-10-22 09:43:53 UTC (rev 15856)
+++ maven2/org/mobicents/servlet/sip/example/location-service/1.0/location-service-1.0.war.sha1	2008-10-22 09:44:14 UTC (rev 15857)
@@ -1 +1 @@
-f976fe0e306c8afdb5a310fe3c1a01f36efc21d0
\ No newline at end of file
+45e946c12d0ad3a0a22c991f5c25d4e0c32e223a
\ No newline at end of file




More information about the jboss-cvs-commits mailing list