[webbeans-commits] Webbeans SVN: r1788 - in ri/trunk: api and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 6 07:35:41 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-06 07:35:40 -0500 (Fri, 06 Mar 2009)
New Revision: 1788

Added:
   ri/trunk/api/
   ri/trunk/api/pom.xml
   ri/trunk/api/src/
   ri/trunk/impl/
   ri/trunk/spi/
   ri/trunk/spi/pom.xml
   ri/trunk/spi/src/
Removed:
   ri/trunk/api/pom.xml
   ri/trunk/api/src/
   ri/trunk/spi/pom.xml
   ri/trunk/spi/src/
   ri/trunk/webbeans-api/
   ri/trunk/webbeans-ri-spi/
   ri/trunk/webbeans-ri/
Modified:
   ri/trunk/pom.xml
Log:
restructure modules

Copied: ri/trunk/api (from rev 1770, ri/trunk/webbeans-api)

Deleted: ri/trunk/api/pom.xml
===================================================================
--- ri/trunk/webbeans-api/pom.xml	2009-03-05 08:00:16 UTC (rev 1770)
+++ ri/trunk/api/pom.xml	2009-03-06 12:35:40 UTC (rev 1788)
@@ -1,17 +0,0 @@
-<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.jboss.webbeans</groupId>
-		<artifactId>parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.jboss.webbeans</groupId>
-	<artifactId>webbeans-api</artifactId>
-	<packaging>jar</packaging>
-	<name>JSR-299 API</name>
-	<url>http://www.seamframework.org/WebBeans</url>
-
-
-</project>
\ No newline at end of file

Copied: ri/trunk/api/pom.xml (from rev 1787, ri/trunk/webbeans-api/pom.xml)
===================================================================
--- ri/trunk/api/pom.xml	                        (rev 0)
+++ ri/trunk/api/pom.xml	2009-03-06 12:35:40 UTC (rev 1788)
@@ -0,0 +1,17 @@
+<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.jboss.webbeans</groupId>
+		<artifactId>parent</artifactId>
+		<version>1.0.0-SNAPSHOT</version>
+	</parent>
+
+	<groupId>org.jboss.webbeans</groupId>
+	<artifactId>webbeans-api</artifactId>
+	<packaging>jar</packaging>
+	<name>JSR-299 API</name>
+	<url>http://www.seamframework.org/WebBeans</url>
+
+
+</project>
\ No newline at end of file

Copied: ri/trunk/api/src (from rev 1787, ri/trunk/webbeans-api/src)

Copied: ri/trunk/impl (from rev 1787, ri/trunk/webbeans-ri)

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2009-03-06 11:20:36 UTC (rev 1787)
+++ ri/trunk/pom.xml	2009-03-06 12:35:40 UTC (rev 1788)
@@ -72,16 +72,16 @@
    </pluginRepositories>
 
    <modules>
-      <module>webbeans-api</module>
-      <module>webbeans-ri</module>
-      <module>webbeans-ri-spi</module>
+      <module>api</module>
+      <module>impl</module>
+      <module>spi</module>
       <module>porting-package</module>
       <module>jboss-tck-runner</module>
    </modules>
    
    <properties>
       <jsr299.tck.version>1.0.0-SNAPSHOT</jsr299.tck.version>
-      <webbeans.ri.version>1.0.0-SNAPSHOT</webbeans.ri.version>
+      <webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
    </properties>
    
    <dependencyManagement>
@@ -237,25 +237,25 @@
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-api</artifactId>
-            <version>${webbeans.ri.version}</version>
+            <version>${webbeans.version}</version>
          </dependency>
          
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-ri</artifactId>
-            <version>${webbeans.ri.version}</version>
+            <version>${webbeans.version}</version>
          </dependency>
 
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-ri-spi</artifactId>
-            <version>${webbeans.ri.version}</version>
+            <version>${webbeans.version}</version>
          </dependency>
          
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-porting-package</artifactId>
-            <version>${webbeans.ri.version}</version>
+            <version>${webbeans.version}</version>
          </dependency>
          
          <dependency>

Copied: ri/trunk/spi (from rev 1770, ri/trunk/webbeans-ri-spi)

Deleted: ri/trunk/spi/pom.xml
===================================================================
--- ri/trunk/webbeans-ri-spi/pom.xml	2009-03-05 08:00:16 UTC (rev 1770)
+++ ri/trunk/spi/pom.xml	2009-03-06 12:35:40 UTC (rev 1788)
@@ -1,48 +0,0 @@
-<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">
-   <parent>
-      <artifactId>parent</artifactId>
-      <groupId>org.jboss.webbeans</groupId>
-      <version>1.0.0-SNAPSHOT</version>
-   </parent>
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.webbeans</groupId>
-   <artifactId>webbeans-ri-spi</artifactId>
-   <name>Web Beans Service Provider Interfaces</name>
-   <dependencies>
-
-      <dependency>
-         <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
-      </dependency>
-      
-      <dependency>
-         <groupId>javax.persistence</groupId>
-         <artifactId>persistence-api</artifactId>
-         <optional>true</optional>
-      </dependency>
-
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <scope>test</scope>
-         <classifier>jdk15</classifier>
-         <exclusions>
-            <exclusion>
-               <groupId>junit</groupId>
-               <artifactId>junit</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      
-      <dependency>
-         <groupId>com.google.collections</groupId>
-         <artifactId>google-collections</artifactId>
-      </dependency>
-
-   </dependencies>
-
-   <build>
-   	<defaultGoal>install</defaultGoal>
-   </build>
-
-</project>

Copied: ri/trunk/spi/pom.xml (from rev 1787, ri/trunk/webbeans-ri-spi/pom.xml)
===================================================================
--- ri/trunk/spi/pom.xml	                        (rev 0)
+++ ri/trunk/spi/pom.xml	2009-03-06 12:35:40 UTC (rev 1788)
@@ -0,0 +1,54 @@
+<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">
+   <parent>
+      <artifactId>parent</artifactId>
+      <groupId>org.jboss.webbeans</groupId>
+      <version>1.0.0-SNAPSHOT</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.jboss.webbeans</groupId>
+   <artifactId>webbeans-ri-spi</artifactId>
+   <name>Web Beans Service Provider Interfaces</name>
+   <dependencies>
+
+      <dependency>
+         <groupId>org.jboss.webbeans</groupId>
+         <artifactId>webbeans-api</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.persistence</groupId>
+         <artifactId>persistence-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+
+      <dependency>
+         <groupId>org.testng</groupId>
+         <artifactId>testng</artifactId>
+         <scope>test</scope>
+         <classifier>jdk15</classifier>
+         <exclusions>
+            <exclusion>
+               <groupId>junit</groupId>
+               <artifactId>junit</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      
+      <dependency>
+         <groupId>com.google.collections</groupId>
+         <artifactId>google-collections</artifactId>
+      </dependency>
+      
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <optional>true</optional>
+      </dependency>
+
+   </dependencies>
+
+   <build>
+   	<defaultGoal>install</defaultGoal>
+   </build>
+
+</project>

Copied: ri/trunk/spi/src (from rev 1787, ri/trunk/webbeans-ri-spi/src)




More information about the weld-commits mailing list