[exo-jcr-commits] exo-jcr SVN: r969 - in kernel/branches/mc-int-branch: exo.kernel.demos and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 9 10:30:52 EST 2009


Author: mstruk
Date: 2009-12-09 10:30:51 -0500 (Wed, 09 Dec 2009)
New Revision: 969

Added:
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/
Removed:
   kernel/branches/mc-int-branch/exo.kernel.demos/mc-injection/
   kernel/branches/mc-int-branch/exo.kernel.mc-int/
   kernel/branches/mc-int-branch/exo.kernel.mc-kernel-extras/
   kernel/branches/mc-int-branch/exo.kernel.tests/integration-tests/
Modified:
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
   kernel/branches/mc-int-branch/pom.xml
Log:
Reorganized mc-integration modules to have their own versioning under their own parent

Copied: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int (from rev 968, kernel/branches/mc-int-branch/exo.kernel.mc-int)

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-int/pom.xml	2009-12-09 12:57:52 UTC (rev 968)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2009-12-09 15:30:51 UTC (rev 969)
@@ -5,14 +5,14 @@
 
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>kernel-parent</artifactId>
-      <version>2.2.0-Beta05-SNAPSHOT</version>
+      <artifactId>mc-integration-parent</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int</artifactId>
 
-   <name>eXo Kernel :: MC Kernel Integration</name>
-   <description>MC Kernel Integration</description>
+   <name>eXo Kernel :: MC Kernel Integration :: Implementation</name>
+   <description>MC Kernel Integration Implementation</description>
 
    <dependencies>
       <dependency>

Copied: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo (from rev 968, kernel/branches/mc-int-branch/exo.kernel.demos/mc-injection)

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.demos/mc-injection/pom.xml	2009-12-09 12:57:52 UTC (rev 968)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2009-12-09 15:30:51 UTC (rev 969)
@@ -3,15 +3,15 @@
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
-      <groupId>org.exoplatform.kernel.demos</groupId>
-      <artifactId>demos-parent</artifactId>
-      <version>2.2.0-Beta05-SNAPSHOT</version>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>mc-integration-parent</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
 
-   <artifactId>exo.kernel.demos.mc-injection</artifactId>
+   <artifactId>exo.kernel.mc-int-demo</artifactId>
 
-   <name>eXo Kernel :: Demos :: MC Injection</name>
-   <description>MC Integration Demo - MC Injection</description>
+   <name>eXo Kernel :: MC Kernel Integration :: Demo</name>
+   <description>MC Kernel Integration Demo</description>
 
    <dependencies>
       <dependency>
@@ -32,5 +32,5 @@
          <version>1.0.1B</version>
       </dependency>
    </dependencies>
-    
+
 </project>

Copied: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests (from rev 968, kernel/branches/mc-int-branch/exo.kernel.tests/integration-tests)

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.tests/integration-tests/pom.xml	2009-12-09 12:57:52 UTC (rev 968)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2009-12-09 15:30:51 UTC (rev 969)
@@ -3,16 +3,16 @@
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
-      <groupId>org.exoplatform.kernel.tests</groupId>
-      <artifactId>tests-parent</artifactId>
-      <version>2.2.0-Beta05-SNAPSHOT</version>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>mc-integration-parent</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
 
-   <artifactId>exo.kernel.integration-tests</artifactId>
+   <artifactId>exo.kernel.mc-int-tests</artifactId>
    <packaging>war</packaging>
 
-   <name>eXo Kernel :: Tests :: Integration Tests</name>
-   <description>MC Integration Tests</description>
+   <name>eXo Kernel :: MC Kernel Integration :: Tests</name>
+   <description>MC Kernel Integration Tests</description>
 
    <dependencies>
       <dependency>
@@ -25,8 +25,8 @@
          <artifactId>exo.kernel.container</artifactId> 
       </dependency>
       <dependency>
-         <groupId>org.exoplatform.kernel.demos</groupId>
-         <artifactId>exo.kernel.demos.mc-injection</artifactId>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.mc-int-demo</artifactId>
       </dependency>
    </dependencies>
 

Copied: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras (from rev 968, kernel/branches/mc-int-branch/exo.kernel.mc-kernel-extras)

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-kernel-extras/pom.xml	2009-12-09 12:57:52 UTC (rev 968)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2009-12-09 15:30:51 UTC (rev 969)
@@ -5,8 +5,8 @@
 
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>kernel-parent</artifactId>
-      <version>2.2.0-Beta05-SNAPSHOT</version>
+      <artifactId>mc-integration-parent</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.kernel.mc-kernel-extras</artifactId>

Modified: kernel/branches/mc-int-branch/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/pom.xml	2009-12-09 12:57:52 UTC (rev 968)
+++ kernel/branches/mc-int-branch/pom.xml	2009-12-09 15:30:51 UTC (rev 969)
@@ -39,9 +39,6 @@
    <properties>
       <exo.product.name>exo-kernel</exo.product.name>
       <exo.product.specification>2.2</exo.product.specification>
-      <org.jboss.mc>2.0.6.GA</org.jboss.mc>
-      <org.jboss.mc-int>2.2.0.Alpha2</org.jboss.mc-int>
-      <version.jboss.classloader>2.0.7.GA</version.jboss.classloader>
       <forkMode>always</forkMode>
    </properties>
 
@@ -59,10 +56,7 @@
       <module>exo.kernel.component.cache</module>
       <module>exo.kernel.component.ext.cache.impl.jboss.v3</module>
       <module>exo.kernel.component.command</module>
-      <module>exo.kernel.mc-int</module>
-      <module>exo.kernel.mc-kernel-extras</module>
-      <module>exo.kernel.demos</module>
-      <module>exo.kernel.tests</module>
+      <module>exo.kernel.mc-integration</module>
       <module>packaging/module</module>
    </modules>
 
@@ -210,36 +204,6 @@
             <version>2.6.12.GA</version>
          </dependency>
          <dependency>
-            <groupId>org.jboss.microcontainer</groupId>
-            <artifactId>jboss-dependency</artifactId>
-            <version>${org.jboss.mc}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.microcontainer</groupId>
-            <artifactId>jboss-kernel</artifactId>
-            <version>${org.jboss.mc}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.microcontainer</groupId>
-            <artifactId>jboss-aop-mc-int</artifactId>
-            <version>${org.jboss.mc}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.mc-int</groupId>
-            <artifactId>jboss-mc-int-common</artifactId>
-            <version>${org.jboss.mc-int}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.mc-int</groupId>
-            <artifactId>jboss-mc-int-servlet</artifactId>
-            <version>${org.jboss.mc-int}</version>
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.cl</groupId>
-            <artifactId>jboss-classloader</artifactId>
-            <version>${version.jboss.classloader}</version>
-         </dependency>
-         <dependency>
             <groupId>org.jboss.cache</groupId>
             <artifactId>jbosscache-core</artifactId>
             <version>3.2.0.GA</version>



More information about the exo-jcr-commits mailing list