[hibernate-commits] Hibernate SVN: r19814 - core/branches/gradle2/hibernate-swarmcache.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jun 24 00:19:25 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-06-24 00:19:25 -0400 (Thu, 24 Jun 2010)
New Revision: 19814

Removed:
   core/branches/gradle2/hibernate-swarmcache/pom.xml
Modified:
   core/branches/gradle2/hibernate-swarmcache/hibernate-swarmcache.gradle
Log:
converted swarmcache module

Modified: core/branches/gradle2/hibernate-swarmcache/hibernate-swarmcache.gradle
===================================================================
--- core/branches/gradle2/hibernate-swarmcache/hibernate-swarmcache.gradle	2010-06-24 04:15:14 UTC (rev 19813)
+++ core/branches/gradle2/hibernate-swarmcache/hibernate-swarmcache.gradle	2010-06-24 04:19:25 UTC (rev 19814)
@@ -1,8 +1,4 @@
 dependencies {
-    swarmcacheVersion = '1.0RC2'
-
-    compile (
-            project(':hibernate-core'),
-            [group: 'swarmcache', name: 'swarmcache', version: swarmcacheVersion]
-    )
+    compile( project( ':hibernate-core' ) )
+    compile( [group: 'swarmcache', name: 'swarmcache', version: '1.0RC2'] )
 }
\ No newline at end of file

Deleted: core/branches/gradle2/hibernate-swarmcache/pom.xml
===================================================================
--- core/branches/gradle2/hibernate-swarmcache/pom.xml	2010-06-24 04:15:14 UTC (rev 19813)
+++ core/branches/gradle2/hibernate-swarmcache/pom.xml	2010-06-24 04:19:25 UTC (rev 19814)
@@ -1,32 +0,0 @@
-<?xml version="1.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/xsd/maven-4.0.0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-parent</artifactId>
-        <version>3.6.0-SNAPSHOT</version>
-        <relativePath>../parent/pom.xml</relativePath>
-    </parent>
-    
-    <groupId>org.hibernate</groupId>
-    <artifactId>hibernate-swarmcache</artifactId>
-    <packaging>jar</packaging>
-
-    <name>Hibernate SwarmCache Integration</name>
-    <description>Integration of Hibernate with SwarmCache</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>${groupId}</groupId>
-            <artifactId>hibernate-core</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>swarmcache</groupId>
-            <artifactId>swarmcache</artifactId>
-            <version>1.0RC2</version>
-        </dependency>
-    </dependencies>
-</project>



More information about the hibernate-commits mailing list