[hibernate-commits] Hibernate SVN: r19812 - core/branches/gradle2/hibernate-oscache.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Jun 24 00:12:17 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-06-24 00:12:17 -0400 (Thu, 24 Jun 2010)
New Revision: 19812

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

Modified: core/branches/gradle2/hibernate-oscache/hibernate-oscache.gradle
===================================================================
--- core/branches/gradle2/hibernate-oscache/hibernate-oscache.gradle	2010-06-24 04:09:42 UTC (rev 19811)
+++ core/branches/gradle2/hibernate-oscache/hibernate-oscache.gradle	2010-06-24 04:12:17 UTC (rev 19812)
@@ -1,8 +1,4 @@
 dependencies {
-    oscacheVersion = '2.1';
-
-    compile (
-            project(':hibernate-core'),
-            [group: 'opensymphony', name: 'oscache', version: oscacheVersion]
-    )
+    compile ( project( ':hibernate-core' ) )
+    compile( [group: 'opensymphony', name: 'oscache', version: '2.1'] )
 }
\ No newline at end of file

Deleted: core/branches/gradle2/hibernate-oscache/pom.xml
===================================================================
--- core/branches/gradle2/hibernate-oscache/pom.xml	2010-06-24 04:09:42 UTC (rev 19811)
+++ core/branches/gradle2/hibernate-oscache/pom.xml	2010-06-24 04:12:17 UTC (rev 19812)
@@ -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-oscache</artifactId>
-    <packaging>jar</packaging>
-
-    <name>Hibernate OSCache Integration</name>
-    <description>Integration of Hibernate with OSCache</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>${groupId}</groupId>
-            <artifactId>hibernate-core</artifactId>
-            <version>${version}</version>
-        </dependency>
-        <dependency>
-            <groupId>opensymphony</groupId>
-            <artifactId>oscache</artifactId>
-            <version>2.1</version>
-        </dependency>
-    </dependencies>
-</project>



More information about the hibernate-commits mailing list