[jboss-cvs] Repository SVN: r11271 - in maven2/org/mobicents/servlet/sip/example/shopping-demo-business: 1.0.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 4 12:02:08 EDT 2008


Author: deruelle_jean
Date: 2008-07-04 12:02:07 -0400 (Fri, 04 Jul 2008)
New Revision: 11271

Added:
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.md5
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.sha1
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.md5
   maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.sha1
Log:
0.4.1 release

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.md5	2008-07-04 16:02:07 UTC (rev 11271)
@@ -0,0 +1 @@
+eba085b8c9554234865b49440ab83fb4
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.jar.sha1	2008-07-04 16:02:07 UTC (rev 11271)
@@ -0,0 +1 @@
+3b0bec2e26db33e5ca5755cbf7c85e78633e0024
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom	2008-07-04 16:02:07 UTC (rev 11271)
@@ -0,0 +1,174 @@
+<?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>
+	<parent>
+		<groupId>org.mobicents.servlet.sip.example</groupId>
+		<artifactId>shopping-demo-parent</artifactId>
+		<version>1.0.1</version>
+	</parent>
+	<artifactId>shopping-demo-business</artifactId>
+	<packaging>jar</packaging>
+	<name>Shopping Demo Business</name>
+	<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>
+		<!-- test dependencies -->
+		<dependency>
+			<groupId>org.testng</groupId>
+			<artifactId>testng</artifactId>
+			<version>4.7</version>
+			<scope>test</scope>
+			<classifier>jdk15</classifier>
+		</dependency>
+		<dependency>
+			<groupId>javax.annotation</groupId>
+			<artifactId>jsr250-api</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-annotations</artifactId>
+			<version>${hibernate-annotations.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-commons-annotations</artifactId>
+			<version>${hibernate-common-annotations.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-search</artifactId>
+			<version>${hibernate-search.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-validator</artifactId>
+			<version>${hibernate-validator.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jbpm</artifactId>
+			<version>3.1.1</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.geronimo.specs</groupId>
+			<artifactId>geronimo-ejb_3.0_spec</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<version>1.2_02</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>com.sun.facelets</groupId>
+			<artifactId>jsf-facelets</artifactId>
+			<version>1.1.11</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.seam</groupId>
+			<artifactId>jboss-seam</artifactId>
+			<version>${jboss-seam.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.persistence</groupId>
+			<artifactId>persistence-api</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<!-- media deps -->
+		<dependency>
+			<groupId>org.mobicents.servers.media</groupId>
+			<artifactId>mobicents-media-server-msc-api</artifactId>
+			<version>1.0.0.BETA2</version>
+			<scope>provided</scope>			
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.servers.media</groupId>
+			<artifactId>mobicents-media-server-msc-api-local-impl</artifactId>
+			<version>1.0.0.BETA2</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>		
+			<groupId>org.mobicents.servers.media</groupId>
+			<artifactId>mobicents-media-server-constants</artifactId>
+			<version>1.0.0.BETA2</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>freetts</artifactId>
+			<version>${freetts.version}</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmu_time_awb</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmu_us_kal</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmudict04</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>en_us</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmulex</artifactId>
+			<version>1.0</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmutimelex</artifactId>
+			<version>1.0</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>			
+		</plugins>
+	</build>
+</project>

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.md5	2008-07-04 16:02:07 UTC (rev 11271)
@@ -0,0 +1 @@
+a468aa63b97ef8b261dc04b472f02b8e
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.1/shopping-demo-business-1.0.1.pom.sha1	2008-07-04 16:02:07 UTC (rev 11271)
@@ -0,0 +1 @@
+86690de65cd9d36bde9840207b7799dffa5d2843
\ No newline at end of file




More information about the jboss-cvs-commits mailing list