[exo-jcr-commits] exo-jcr SVN: r890 - kernel/trunk/exo.kernel.component.ext.cache.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 26 10:32:33 EST 2009


Author: dkatayev
Date: 2009-11-26 10:32:33 -0500 (Thu, 26 Nov 2009)
New Revision: 890

Removed:
   kernel/trunk/exo.kernel.component.ext.cache/pom.xml~
Log:
EXOJCR-268 Added an implementation of ExoCache for JBoss Cache 3

Deleted: kernel/trunk/exo.kernel.component.ext.cache/pom.xml~
===================================================================
--- kernel/trunk/exo.kernel.component.ext.cache/pom.xml~	2009-11-26 15:30:27 UTC (rev 889)
+++ kernel/trunk/exo.kernel.component.ext.cache/pom.xml~	2009-11-26 15:32:33 UTC (rev 890)
@@ -1,28 +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.exoplatform.kernel</groupId>
-      <artifactId>kernel-parent</artifactId>
-      <version>2.2.0-Beta05-SNAPSHOT</version>
-   </parent>
-
-   <artifactId>exo.kernel.component.ext.cache</artifactId>
-
-   <description>JBoss Cache Implementation for the Cache Service</description>
-
-   <dependencies>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.cache</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.cache</groupId>
-         <artifactId>jbosscache-core</artifactId>
-       </dependency>
-       <dependency>
-          <groupId>jgroups</groupId>
-          <artifactId>jgroups</artifactId>
-       </dependency>    
-   </dependencies>
-</project>



More information about the exo-jcr-commits mailing list