Author: steve.ebersole(a)jboss.com
Date: 2010-06-02 17:32:56 -0400 (Wed, 02 Jun 2010)
New Revision: 19682
Added:
core/branches/gradle2/hibernate-c3p0/
core/branches/gradle2/hibernate-proxool/
Removed:
core/branches/gradle2/connection-c3p0/
core/branches/gradle2/connection-proxool/
Modified:
core/branches/gradle2/settings.gradle
Log:
renamed connection modules
Copied: core/branches/gradle2/hibernate-c3p0 (from rev 19677,
core/branches/gradle2/connection-c3p0)
Copied: core/branches/gradle2/hibernate-proxool (from rev 19677,
core/branches/gradle2/connection-proxool)
Modified: core/branches/gradle2/settings.gradle
===================================================================
--- core/branches/gradle2/settings.gradle 2010-06-02 21:31:16 UTC (rev 19681)
+++ core/branches/gradle2/settings.gradle 2010-06-02 21:32:56 UTC (rev 19682)
@@ -2,12 +2,11 @@
include 'hibernate-testing' // todo : merge this and testsuite into
hibernate-core
include 'hibernate-annotations' // todo : merge into hibernate-core
include 'hibernate-entitymanager'
+include 'hibernate-c3p0'
+include 'hibernate-proxool'
include (
'envers',
- 'entitymanager',
- 'connection-c3p0',
- 'connection-proxool',
'cache-ehcache',
'cache-infinispan',
'cache-jbosscache',
Show replies by date