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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 2 17:38:29 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-06-02 17:38:28 -0400 (Wed, 02 Jun 2010)
New Revision: 19683

Added:
   core/branches/gradle2/hibernate-ehcache/
   core/branches/gradle2/hibernate-envers/
   core/branches/gradle2/hibernate-infinispan/
   core/branches/gradle2/hibernate-jbosscache/
   core/branches/gradle2/hibernate-jmx/
   core/branches/gradle2/hibernate-oscache/
   core/branches/gradle2/hibernate-swarmcache/
Removed:
   core/branches/gradle2/cache-ehcache/
   core/branches/gradle2/cache-infinispan/
   core/branches/gradle2/cache-jbosscache/
   core/branches/gradle2/cache-oscache/
   core/branches/gradle2/cache-swarmcache/
   core/branches/gradle2/envers/
   core/branches/gradle2/jmx/
Modified:
   core/branches/gradle2/settings.gradle
Log:
renamed rest of modules

Copied: core/branches/gradle2/hibernate-ehcache (from rev 19677, core/branches/gradle2/cache-ehcache)

Copied: core/branches/gradle2/hibernate-envers (from rev 19677, core/branches/gradle2/envers)

Copied: core/branches/gradle2/hibernate-infinispan (from rev 19677, core/branches/gradle2/cache-infinispan)

Copied: core/branches/gradle2/hibernate-jbosscache (from rev 19677, core/branches/gradle2/cache-jbosscache)

Copied: core/branches/gradle2/hibernate-jmx (from rev 19677, core/branches/gradle2/jmx)

Copied: core/branches/gradle2/hibernate-oscache (from rev 19677, core/branches/gradle2/cache-oscache)

Copied: core/branches/gradle2/hibernate-swarmcache (from rev 19677, core/branches/gradle2/cache-swarmcache)

Modified: core/branches/gradle2/settings.gradle
===================================================================
--- core/branches/gradle2/settings.gradle	2010-06-02 21:32:56 UTC (rev 19682)
+++ core/branches/gradle2/settings.gradle	2010-06-02 21:38:28 UTC (rev 19683)
@@ -1,18 +1,15 @@
 include 'hibernate-core'
 include 'hibernate-testing'         // todo : merge this and testsuite into hibernate-core
+include 'hibernate-jmx'             // todo : merge into hibernate-core
 include 'hibernate-annotations'     // todo : merge into hibernate-core
 include 'hibernate-entitymanager'
+include 'hibernate-envers'
 include 'hibernate-c3p0'
 include 'hibernate-proxool'
+include 'hibernate-ehcache'
+include 'hibernate-infinispan'
+include 'hibernate-jbosscache'
+include 'hibernate-oscache'
+include 'hibernate-swarmcache'
 
-include (
-        'envers',
-        'cache-ehcache',
-        'cache-infinispan',
-        'cache-jbosscache',
-        'cache-oscache',
-        'cache-swarmcache',
-        'jmx',
-//        ,
-//        'hibernate-release'
-)
+//include 'hibernate-release'



More information about the hibernate-commits mailing list