[jboss-cvs] JBossAS SVN: r85403 - in projects/webbeans-ri-int/trunk: deployer and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 08:13:25 EST 2009


Author: petemuir
Date: 2009-03-06 08:13:25 -0500 (Fri, 06 Mar 2009)
New Revision: 85403

Modified:
   projects/webbeans-ri-int/trunk/deployer/pom.xml
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml
   projects/webbeans-ri-int/trunk/ejb/pom.xml
   projects/webbeans-ri-int/trunk/jbossas/pom.xml
   projects/webbeans-ri-int/trunk/microcontainer/pom.xml
   projects/webbeans-ri-int/trunk/microcontainer/src/main/java/org/jboss/webbeans/integration/microcontainer/deployer/cl/WebBeansUrlIntegrationDeployer.java
   projects/webbeans-ri-int/trunk/pom.xml
Log:
updates for webbean module rename

Modified: projects/webbeans-ri-int/trunk/deployer/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/pom.xml	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/deployer/pom.xml	2009-03-06 13:13:25 UTC (rev 85403)
@@ -50,7 +50,7 @@
       </dependency>
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-ri</artifactId>
+         <artifactId>webbeans-core</artifactId>
          <optional>true</optional>
       </dependency>
    </dependencies>

Modified: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/assembly/assembly.xml	2009-03-06 13:13:25 UTC (rev 85403)
@@ -24,8 +24,8 @@
          <useProjectArtifact>false</useProjectArtifact>
          <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
          <includes>
-            <include>org.jboss.webbeans:webbeans-api</include>
-            <include>org.jboss.webbeans:webbeans-ri-spi</include>
+            <include>org.jboss.webbeans:jsr299-api</include>
+            <include>org.jboss.webbeans:webbeans-spi</include>
             <include>org.jboss.webbeans.integration:webbeans-ri-int-jboss-ejb</include>
             <include>org.jboss.webbeans.integration:webbeans-ri-int-microcontainer</include>
             <include>com.google.collections:google-collections</include>
@@ -36,10 +36,10 @@
          <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
          <outputDirectory>lib-int</outputDirectory>
          <includes>
-            <include>org.jboss.webbeans:webbeans-ri</include>
+            <include>org.jboss.webbeans:webbeans-core</include>
             <include>org.jboss.webbeans.integration:webbeans-ri-int-jbossas</include>
          </includes>
       </dependencySet>
    </dependencySets>
    
-</assembly>
\ No newline at end of file
+</assembly>

Modified: projects/webbeans-ri-int/trunk/ejb/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/ejb/pom.xml	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/ejb/pom.xml	2009-03-06 13:13:25 UTC (rev 85403)
@@ -18,7 +18,7 @@
         
     <dependency>
       <groupId>org.jboss.webbeans</groupId>
-      <artifactId>webbeans-ri-spi</artifactId>
+      <artifactId>webbeans-spi</artifactId>
       <scope>provided</scope>
     </dependency>
 

Modified: projects/webbeans-ri-int/trunk/jbossas/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/jbossas/pom.xml	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/jbossas/pom.xml	2009-03-06 13:13:25 UTC (rev 85403)
@@ -18,7 +18,7 @@
         
     <dependency>
       <groupId>org.jboss.webbeans</groupId>
-      <artifactId>webbeans-ri-spi</artifactId>
+      <artifactId>webbeans-spi</artifactId>
       <scope>provided</scope>
     </dependency>
 

Modified: projects/webbeans-ri-int/trunk/microcontainer/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/microcontainer/pom.xml	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/microcontainer/pom.xml	2009-03-06 13:13:25 UTC (rev 85403)
@@ -31,13 +31,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-spi</artifactId>
+      <artifactId>webbeans-spi</artifactId>
       <scope>provided</scope>
     </dependency>
 

Modified: projects/webbeans-ri-int/trunk/microcontainer/src/main/java/org/jboss/webbeans/integration/microcontainer/deployer/cl/WebBeansUrlIntegrationDeployer.java
===================================================================
--- projects/webbeans-ri-int/trunk/microcontainer/src/main/java/org/jboss/webbeans/integration/microcontainer/deployer/cl/WebBeansUrlIntegrationDeployer.java	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/microcontainer/src/main/java/org/jboss/webbeans/integration/microcontainer/deployer/cl/WebBeansUrlIntegrationDeployer.java	2009-03-06 13:13:25 UTC (rev 85403)
@@ -37,7 +37,7 @@
          libOpt = StringPropertyReplacer.replaceProperties(libOpt);
 
          Set<URL> urls = new HashSet<URL>(2);
-         urls.add(new URL(libOpt + "webbeans-ri.jar"));
+         urls.add(new URL(libOpt + "webbeans-core.jar"));
          urls.add(new URL(libOpt + "webbeans-ri-int-jbossas.jar"));
          return urls;
       }

Modified: projects/webbeans-ri-int/trunk/pom.xml
===================================================================
--- projects/webbeans-ri-int/trunk/pom.xml	2009-03-06 13:12:00 UTC (rev 85402)
+++ projects/webbeans-ri-int/trunk/pom.xml	2009-03-06 13:13:25 UTC (rev 85403)
@@ -24,7 +24,7 @@
   </modules>
   
   <properties>
-    <version.webbeans-ri>1.0.0-SNAPSHOT</version.webbeans-ri>
+    <version.webbeans>1.0.0-SNAPSHOT</version.webbeans>
     <version.jboss.vfs>2.1.0.GA</version.jboss.vfs>
     <version.jboss.man>2.0.0.GA</version.jboss.man>
     <version.jboss.microcontainer>2.0.4.GA</version.jboss.microcontainer>
@@ -327,8 +327,8 @@
 
       <dependency>
         <groupId>org.jboss.webbeans</groupId>
-        <artifactId>webbeans-ri-spi</artifactId>
-        <version>${version.webbeans-ri}</version>
+        <artifactId>webbeans-spi</artifactId>
+        <version>${version.webbeans}</version>
       </dependency>
 
       <dependency>
@@ -374,18 +374,18 @@
       </dependency>
       <dependency>
       	<groupId>org.jboss.webbeans</groupId>
-      	<artifactId>webbeans-ri</artifactId>
-      	<version>${version.webbeans-ri}</version>
+      	<artifactId>webbeans-core</artifactId>
+      	<version>${version.webbeans}</version>
       </dependency>
       <dependency>
       	<groupId>org.jboss.webbeans</groupId>
-      	<artifactId>webbeans-api</artifactId>
-      	<version>${version.webbeans-ri}</version>
+      	<artifactId>jsr299-api</artifactId>
+      	<version>${version.webbeans}</version>
       </dependency>
       <dependency>
       	<groupId>org.jboss.webbeans</groupId>
-      	<artifactId>webbeans-ri-spi </artifactId>
-      	<version>${version.webbeans-ri}</version>
+      	<artifactId>webbeans-spi </artifactId>
+      	<version>${version.webbeans}</version>
       </dependency>
 
     </dependencies>




More information about the jboss-cvs-commits mailing list