Author: mszefler
Date: Thu Mar 29 14:34:23 2007
New Revision: 523843

URL: http://svn.apache.org/viewvc?view=rev&rev=523843
Log:
Renamed dao-hibernate-db-derby to dao-hibernate-db

Added:
    incubator/ode/trunk/dao-hibernate-db/
      - copied from r521957, incubator/ode/trunk/dao-hibernate-db-derby/
    incubator/ode/trunk/dao-hibernate-db/build.xml
      - copied unchanged from r523842, 
incubator/ode/trunk/dao-hibernate-db-derby/build.xml
    incubator/ode/trunk/dao-hibernate-db/pom.xml
      - copied, changed from r523842, 
incubator/ode/trunk/dao-hibernate-db-derby/pom.xml
    incubator/ode/trunk/dao-hibernate-db/shutdown.sql
      - copied unchanged from r523842, 
incubator/ode/trunk/dao-hibernate-db-derby/shutdown.sql
    incubator/ode/trunk/dao-hibernate-db/src/
      - copied from r523842, incubator/ode/trunk/dao-hibernate-db-derby/src/
Removed:
    incubator/ode/trunk/dao-hibernate-db-derby/
    incubator/ode/trunk/dao-hibernate-db-mysql/
Modified:
    incubator/ode/trunk/pom.xml

Copied: incubator/ode/trunk/dao-hibernate-db/pom.xml (from r523842, 
incubator/ode/trunk/dao-hibernate-db-derby/pom.xml)
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/dao-hibernate-db/pom.xml?view=diff&rev=523843&p1=incubator/ode/trunk/dao-hibernate-db-derby/pom.xml&r1=523842&p2=incubator/ode/trunk/dao-hibernate-db/pom.xml&r2=523843
==============================================================================
--- incubator/ode/trunk/dao-hibernate-db-derby/pom.xml (original)
+++ incubator/ode/trunk/dao-hibernate-db/pom.xml Thu Mar 29 14:34:23 2007
@@ -20,8 +20,8 @@
 
 <project>
     <groupId>org.apache.ode</groupId>
-    <artifactId>ode-dao-hibernate-db-derby</artifactId>
-    <name>ODE :: Hibernate DAO Derby Database</name>
+    <artifactId>ode-dao-hibernate-db</artifactId>
+    <name>ODE :: Hibernate DAO Database Generator</name>
     <packaging>pom</packaging>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/ode/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?view=diff&rev=523843&r1=523842&r2=523843
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Thu Mar 29 14:34:23 2007
@@ -130,7 +130,7 @@
 
         <module>dao-hibernate</module>
         <module>bpel-store</module>
-        <module>dao-hibernate-db-derby</module>
+        <module>dao-hibernate-db</module>
 
         <module>jbi</module>
         <module>jca-ra</module>


Reply via email to