[webbeans-commits] Webbeans SVN: r1792 - in examples/trunk: conversations and 3 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 6 08:25:51 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-06 08:25:50 -0500 (Fri, 06 Mar 2009)
New Revision: 1792

Removed:
   examples/trunk/conversations/target/
Modified:
   examples/trunk/build.properties
   examples/trunk/conversations/
   examples/trunk/conversations/pom.xml
   examples/trunk/login/pom.xml
   examples/trunk/numberguess/pom.xml
   examples/trunk/pom.xml
   examples/trunk/translator/webbeans-translator-ejb/pom.xml
Log:
updates for repackage

Modified: examples/trunk/build.properties
===================================================================
--- examples/trunk/build.properties	2009-03-06 13:21:05 UTC (rev 1791)
+++ examples/trunk/build.properties	2009-03-06 13:25:50 UTC (rev 1792)
@@ -1 +1 @@
-jboss.home=/Applications/jboss-5.0.0.GA
+jboss.home=/Applications/jboss-5.0.1.GA


Property changes on: examples/trunk/conversations
___________________________________________________________________
Name: svn:ignore
   + .settings

.classpath

.project


Modified: examples/trunk/conversations/pom.xml
===================================================================
--- examples/trunk/conversations/pom.xml	2009-03-06 13:21:05 UTC (rev 1791)
+++ examples/trunk/conversations/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
@@ -33,13 +33,13 @@
       
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
+         <artifactId>jsr299-api</artifactId>
          <scope>provided</scope>
       </dependency>
 
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-ri</artifactId>
+         <artifactId>webbeans-core</artifactId>
          <scope>provided</scope>
       </dependency>
       
@@ -75,6 +75,7 @@
             </exclusion>
          </exclusions>
       </dependency>
+      
       <dependency>
       	<groupId>javax.annotation</groupId>
       	<artifactId>jsr250-api</artifactId>

Modified: examples/trunk/login/pom.xml
===================================================================
--- examples/trunk/login/pom.xml	2009-03-06 13:21:05 UTC (rev 1791)
+++ examples/trunk/login/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
@@ -33,7 +33,7 @@
       
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
+         <artifactId>jsr299-api</artifactId>
          <scope>provided</scope>
       </dependency>
       

Modified: examples/trunk/numberguess/pom.xml
===================================================================
--- examples/trunk/numberguess/pom.xml	2009-03-06 13:21:05 UTC (rev 1791)
+++ examples/trunk/numberguess/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
@@ -33,7 +33,7 @@
       
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
+         <artifactId>jsr299-api</artifactId>
          <scope>provided</scope>
       </dependency>
       

Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-03-06 13:21:05 UTC (rev 1791)
+++ examples/trunk/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
@@ -20,6 +20,7 @@
       <module>numberguess</module>
       <module>translator</module>
       <module>login</module>
+      <module>conversations</module>
    </modules>
 
    <build>

Modified: examples/trunk/translator/webbeans-translator-ejb/pom.xml
===================================================================
--- examples/trunk/translator/webbeans-translator-ejb/pom.xml	2009-03-06 13:21:05 UTC (rev 1791)
+++ examples/trunk/translator/webbeans-translator-ejb/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
@@ -33,7 +33,7 @@
       
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
+         <artifactId>jsr299-api</artifactId>
          <scope>provided</scope>
       </dependency>
       




More information about the weld-commits mailing list