[jboss-cvs] Repository SVN: r11272 - in maven2/org/mobicents/servlet/sip/example/shopping-demo-ear: 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:27:17 EDT 2008


Author: deruelle_jean
Date: 2008-07-04 12:27:17 -0400 (Fri, 04 Jul 2008)
New Revision: 11272

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

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


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

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.ear.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.ear.md5	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.ear.md5	2008-07-04 16:27:17 UTC (rev 11272)
@@ -0,0 +1 @@
+1e95fce8175ff24877c4e351952be84c
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.ear.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.ear.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.ear.sha1	2008-07-04 16:27:17 UTC (rev 11272)
@@ -0,0 +1 @@
+1405561dda47d339772cab6f536892659ebb7212
\ No newline at end of file

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.pom	2008-07-04 16:27:17 UTC (rev 11272)
@@ -0,0 +1,335 @@
+<?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-ear</artifactId>
+	<packaging>ear</packaging>
+	<name>Shopping Demo EAR</name>
+	<dependencies>
+		<!-- j2ee dependencies -->
+		<dependency>
+			<groupId>org.jboss.seam</groupId>
+			<artifactId>jboss-seam</artifactId>
+			<version>${jboss-seam.version}</version>
+			<exclusions>
+				<exclusion>
+					<groupId>jboss</groupId>
+					<artifactId>javassist</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>dom4j</groupId>
+					<artifactId>dom4j</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.jboss.el</groupId>
+					<artifactId>jboss-el</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>ejb</type>
+		</dependency>
+
+		<dependency>
+			<groupId>org.jboss.seam</groupId>
+			<artifactId>jboss-el</artifactId>
+			<version>${jboss-el.version}</version>
+			<exclusions>
+				<exclusion>
+					<groupId>javax.el</groupId>
+					<artifactId>el-api</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>commons-beanutils</groupId>
+			<artifactId>commons-beanutils</artifactId>
+			<version>1.7.0</version>
+			<exclusions>
+				<exclusion>
+					<groupId>commons-logging</groupId>
+					<artifactId>commons-logging</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.servlet.sip.example</groupId>
+			<artifactId>shopping-demo-business</artifactId>
+			<version>1.0.1</version>
+			<type>ejb</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.servlet.sip.example</groupId>
+			<artifactId>shopping-demo-web</artifactId>
+			<version>1.0.1</version>
+			<type>war</type>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.lucene</groupId>
+			<artifactId>lucene-core</artifactId>
+			<version>${lucene-core.version}</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-commons-annotations</artifactId>
+			<version>${hibernate-common-annotations.version}</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.hibernate</groupId>
+					<artifactId>hibernate</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>javax.persistence</groupId>
+					<artifactId>persistence-api</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-search</artifactId>
+			<version>${hibernate-search.version}</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.hibernate</groupId>
+					<artifactId>hibernate</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.jbpm</groupId>
+			<artifactId>jbpm-jpdl</artifactId>
+			<version>3.2.1</version>
+			<exclusions>
+				<exclusion>
+					<groupId>commons-logging</groupId>
+					<artifactId>commons-logging</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>jar</type>
+		</dependency>		
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>freetts</artifactId>
+			<version>${freetts.version}</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmu_time_awb</artifactId>
+			<version>1.0</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmu_us_kal</artifactId>
+			<version>1.0</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmudict04</artifactId>
+			<version>1.0</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>en_us</artifactId>
+			<version>1.0</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmulex</artifactId>
+			<version>1.0</version>
+			<type>jar</type>
+		</dependency>
+		<dependency>
+			<groupId>org.mobicents.external.freetts</groupId>
+			<artifactId>cmutimelex</artifactId>
+			<version>1.0</version>
+			<type>jar</type>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.mobicents.servers.media</groupId>
+			<artifactId>mobicents-media-server-msc-api</artifactId>
+			<version>1.0.0.BETA2</version>
+			<exclusions>
+				<exclusion>
+					<groupId>org.mobicents.servers.media</groupId>
+					<artifactId>mobicents-server-media-jar</artifactId>
+				</exclusion>
+				<exclusion>
+					<groupId>org.mobicents.servers.media</groupId>
+					<artifactId>mobicents-media-server-constants</artifactId>
+				</exclusion>
+			</exclusions>
+			<type>jar</type>
+		</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>	
+	</dependencies>
+	<build>
+		<finalName>shopping-demo</finalName>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-ear-plugin</artifactId>
+				<configuration>
+					<modules>	
+						<jarModule>
+							<groupId>org.mobicents.servers.media</groupId>
+							<artifactId>mobicents-media-server-msc-api</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.servers.media</groupId>
+							<artifactId>mobicents-media-server-msc-api-local-impl</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>				
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>freetts</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>freetts.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>cmu_time_awb</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>cmu_time_awb.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>cmu_us_kal</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>cmu_us_kal.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>cmudict04</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>cmudict04.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>en_us</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>en_us.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>cmulex</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>cmulex.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.mobicents.external.freetts</groupId>
+							<artifactId>cmutimelex</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<bundleFileName>cmutimelex.jar</bundleFileName>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.hibernate</groupId>
+							<artifactId>
+								hibernate-commons-annotations
+							</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.hibernate</groupId>
+							<artifactId>hibernate-search</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.jbpm</groupId>
+							<artifactId>jbpm-jpdl</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.jboss.seam</groupId>
+							<artifactId>jboss-el</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>commons-beanutils</groupId>
+							<artifactId>commons-beanutils</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<jarModule>
+							<groupId>org.apache.lucene</groupId>
+							<artifactId>lucene-core</artifactId>
+							<bundleDir>APP-INF/lib</bundleDir>
+							<includeInApplicationXml>true</includeInApplicationXml>
+						</jarModule>
+						<webModule>
+							<groupId>
+								org.mobicents.servlet.sip.example
+							</groupId>
+							<artifactId>shopping-demo-web</artifactId>
+							<contextRoot>/shopping-demo</contextRoot>
+						</webModule>
+						<ejbModule>
+							<groupId>
+								org.mobicents.servlet.sip.example
+							</groupId>
+							<artifactId>
+								shopping-demo-business
+							</artifactId>
+						</ejbModule>
+						<ejbModule>
+							<groupId>org.jboss.seam</groupId>
+							<artifactId>jboss-seam</artifactId>
+						</ejbModule>
+					</modules>
+					<jboss>
+						<version>4.2</version>
+						<loader-repository>
+							seam.jboss.org:loader=/shopping-demo
+						</loader-repository>
+						<module-order>implicit</module-order>
+						<data-sources>
+							<data-source>
+								ShoppingDemo-ds.xml
+							</data-source>
+						</data-sources>
+					</jboss>
+				</configuration>
+			</plugin>
+		</plugins>			
+	</build>
+</project>

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

Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.pom.sha1	                        (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-ear/1.0.1/shopping-demo-ear-1.0.1.pom.sha1	2008-07-04 16:27:17 UTC (rev 11272)
@@ -0,0 +1 @@
+b832fb136718d5afa7ec578a8aa37e8a07f8219c
\ No newline at end of file




More information about the jboss-cvs-commits mailing list