[jboss-cvs] Repository SVN: r15462 - in maven2/org/mobicents/servlet/sip/example/shopping-demo-business: 1.0 and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 11 05:38:24 EDT 2008
Author: deruelle_jean
Date: 2008-09-11 05:38:24 -0400 (Thu, 11 Sep 2008)
New Revision: 15462
Added:
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.md5
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.sha1
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.md5
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.sha1
Modified:
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.md5
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.sha1
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.md5
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.sha1
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.md5
maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.sha1
Log:
0.5.1 release
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar
===================================================================
(Binary files differ)
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.md5 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.md5 2008-09-11 09:38:24 UTC (rev 15462)
@@ -1 +1 @@
-58c1335172dbaf54bb4ef0c9be8998e1
\ No newline at end of file
+8d0a27b8193319b1a67126e98d27d223
\ No newline at end of file
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.sha1 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.jar.sha1 2008-09-11 09:38:24 UTC (rev 15462)
@@ -1 +1 @@
-2a888b2cf7d6cdb01c3d8f77c8608692d0527482
\ No newline at end of file
+1b3d74dac0cc0c4cf73aba08b4fffcedc2241bb2
\ No newline at end of file
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom 2008-09-11 09:38:24 UTC (rev 15462)
@@ -21,18 +21,66 @@
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
<artifactId>sip-servlets-spec</artifactId>
- <version>1.1.4</version>
+ <version>1.1.5.1</version>
<scope>provided</scope>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>4.7</version>
+ <version>5.8</version>
<scope>test</scope>
<classifier>jdk15</classifier>
</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>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>jboss-embedded-all</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>jboss-embedded-api</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>thirdparty-all</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-client-spi</artifactId>
+ <version>2.0.0.Beta18</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-core-spi</artifactId>
+ <version>2.0.0.Beta18</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
@@ -67,7 +115,7 @@
<artifactId>jbpm</artifactId>
<version>3.1.1</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
@@ -89,9 +137,9 @@
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>jboss-seam</artifactId>
- <version>${jboss-seam.version}</version>
+ <version>2.0.2.GA</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
@@ -101,14 +149,20 @@
<!-- media deps -->
<dependency>
<groupId>org.mobicents.servers.media</groupId>
- <artifactId>mobicents-server-media-mscontrol</artifactId>
- <version>1.0.0.BETA2-SNAPSHOT</version>
+ <artifactId>mobicents-media-server-msc-api</artifactId>
+ <version>1.0.0.BETA4</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.BETA4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mobicents.servers.media</groupId>
- <artifactId>mobicents-server-media-constants</artifactId>
- <version>1.0.0.BETA2-SNAPSHOT</version>
+ <artifactId>mobicents-media-server-constants</artifactId>
+ <version>1.0.0.BETA4</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -162,7 +216,72 @@
<source>1.5</source>
<target>1.5</target>
</configuration>
- </plugin>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ <configuration>
+ <suiteXmlFiles>
+ <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
+ </suiteXmlFiles>
+ </configuration>
+ </plugin>
+ <plugin>
+ <!-- This correctly merges the test-classes and classes directories for an EE container -->
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>setupTestClasspath</id>
+ <phase>test-compile</phase>
+ <configuration>
+ <tasks>
+ <echo message="Setting up a single merged test classpath directory" />
+ <!-- move the originals -->
+ <mkdir dir="${basedir}/target/tmp" />
+ <move file="${basedir}/target/classes" todir="${basedir}/target/tmp" />
+ <move file="${basedir}/target/test-classes" todir="${basedir}/target/tmp" />
+ <!-- Merge into new directory -->
+ <copy todir="${basedir}/target/test-classes" overwrite="true">
+ <fileset dir="${basedir}/target/tmp/test-classes" />
+ </copy>
+ <copy todir="${basedir}/target/test-classes" overwrite="false">
+ <fileset dir="${basedir}/target/tmp/classes" />
+ </copy>
+ <delete file="${basedir}/target/test-classes/META-INF/ejb-jar.xml"/>
+ <mkdir dir="${basedir}/target/classes" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>restoreTestClasspath</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <echo message="Restoring original classes directories" />
+ <delete dir="${basedir}/target/classes" />
+ <move file="${basedir}/target/test-classes" tofile="${basedir}/target/test-classes-MERGED" />
+ <move file="${basedir}/target/tmp/classes" todir="${basedir}/target" />
+ <move file="${basedir}/target/tmp/test-classes" todir="${basedir}/target" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ </testResource>
+ <testResource>
+ <directory>src/test/bootstrap</directory>
+ </testResource>
+ </testResources>
</build>
</project>
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.md5 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.md5 2008-09-11 09:38:24 UTC (rev 15462)
@@ -1 +1 @@
-2ef9709758bb3f263f2e1f8b059cd8f7
\ No newline at end of file
+7c3463825a5cc251a5178082b0e68220
\ No newline at end of file
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.sha1 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0/shopping-demo-business-1.0.pom.sha1 2008-09-11 09:38:24 UTC (rev 15462)
@@ -1 +1 @@
-abb4aa363db41cc11b78ba302d05232f50b5ed0c
\ No newline at end of file
+3bf333e3f59976f274d7420133a6fb58f1cca55c
\ No newline at end of file
Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar
===================================================================
(Binary files differ)
Property changes on: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.md5 (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.md5 2008-09-11 09:38:24 UTC (rev 15462)
@@ -0,0 +1 @@
+131602245160107536e90ef0acac260c
\ No newline at end of file
Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.sha1 (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.jar.sha1 2008-09-11 09:38:24 UTC (rev 15462)
@@ -0,0 +1 @@
+35b3e1f0850ec1ebb717cbc9a701deffab1a12c3
\ No newline at end of file
Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom 2008-09-11 09:38:24 UTC (rev 15462)
@@ -0,0 +1,287 @@
+<?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.2</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.5.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.8</version>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ </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>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>jboss-embedded-all</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>jboss-embedded-api</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>hibernate-all</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam.embedded</groupId>
+ <artifactId>thirdparty-all</artifactId>
+ <version>beta3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-client-spi</artifactId>
+ <version>2.0.0.Beta18</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.deployers</groupId>
+ <artifactId>jboss-deployers-core-spi</artifactId>
+ <version>2.0.0.Beta18</version>
+ <scope>test</scope>
+ </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>2.0.2.GA</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.BETA4</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.BETA4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mobicents.servers.media</groupId>
+ <artifactId>mobicents-media-server-constants</artifactId>
+ <version>1.0.0.BETA4</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>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ <configuration>
+ <suiteXmlFiles>
+ <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
+ </suiteXmlFiles>
+ </configuration>
+ </plugin>
+ <plugin>
+ <!-- This correctly merges the test-classes and classes directories for an EE container -->
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>setupTestClasspath</id>
+ <phase>test-compile</phase>
+ <configuration>
+ <tasks>
+ <echo message="Setting up a single merged test classpath directory" />
+ <!-- move the originals -->
+ <mkdir dir="${basedir}/target/tmp" />
+ <move file="${basedir}/target/classes" todir="${basedir}/target/tmp" />
+ <move file="${basedir}/target/test-classes" todir="${basedir}/target/tmp" />
+ <!-- Merge into new directory -->
+ <copy todir="${basedir}/target/test-classes" overwrite="true">
+ <fileset dir="${basedir}/target/tmp/test-classes" />
+ </copy>
+ <copy todir="${basedir}/target/test-classes" overwrite="false">
+ <fileset dir="${basedir}/target/tmp/classes" />
+ </copy>
+ <delete file="${basedir}/target/test-classes/META-INF/ejb-jar.xml"/>
+ <mkdir dir="${basedir}/target/classes" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>restoreTestClasspath</id>
+ <phase>test</phase>
+ <configuration>
+ <tasks>
+ <echo message="Restoring original classes directories" />
+ <delete dir="${basedir}/target/classes" />
+ <move file="${basedir}/target/test-classes" tofile="${basedir}/target/test-classes-MERGED" />
+ <move file="${basedir}/target/tmp/classes" todir="${basedir}/target" />
+ <move file="${basedir}/target/tmp/test-classes" todir="${basedir}/target" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ </testResource>
+ <testResource>
+ <directory>src/test/bootstrap</directory>
+ </testResource>
+ </testResources>
+ </build>
+</project>
Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.md5 (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.md5 2008-09-11 09:38:24 UTC (rev 15462)
@@ -0,0 +1 @@
+db054bafe949f8ee5344dde131673cf6
\ No newline at end of file
Added: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.sha1 (rev 0)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/1.0.2/shopping-demo-business-1.0.2.pom.sha1 2008-09-11 09:38:24 UTC (rev 15462)
@@ -0,0 +1 @@
+d759c7f6536f02d2ddf154908cc4880d21ba0ad1
\ No newline at end of file
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml 2008-09-11 09:38:24 UTC (rev 15462)
@@ -6,7 +6,8 @@
<versions>
<version>1.0</version>
<version>1.0.1</version>
+ <version>1.0.2</version>
</versions>
- <lastUpdated>20080704152400</lastUpdated>
+ <lastUpdated>20080911092622</lastUpdated>
</versioning>
</metadata>
\ No newline at end of file
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.md5
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.md5 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.md5 2008-09-11 09:38:24 UTC (rev 15462)
@@ -1 +1 @@
-690312139e351943208bafb5b077514b
\ No newline at end of file
+1b74db803fe3c9b4c01aee8503a1cc43
\ No newline at end of file
Modified: maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.sha1
===================================================================
--- maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.sha1 2008-09-11 09:38:02 UTC (rev 15461)
+++ maven2/org/mobicents/servlet/sip/example/shopping-demo-business/maven-metadata.xml.sha1 2008-09-11 09:38:24 UTC (rev 15462)
@@ -1 +1 @@
-0e729c01beb7d52c1d2d05623403f2c34cf19281
\ No newline at end of file
+9495a74d4dc03d6ea5f26ef6416f096d27b01c73
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list