You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/01/12 22:38:15 UTC

svn commit: r898530 - /openjpa/trunk/openjpa-integration/tck/pom.xml

Author: dwoods
Date: Tue Jan 12 21:38:14 2010
New Revision: 898530

URL: http://svn.apache.org/viewvc?rev=898530&view=rev
Log:
remove hack for DDL file, as we have a patched copy for Derby now

Modified:
    openjpa/trunk/openjpa-integration/tck/pom.xml

Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=898530&r1=898529&r2=898530&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Tue Jan 12 21:38:14 2010
@@ -167,11 +167,6 @@
 openjpa.jdbc.SynchronizeMappings: buildSchema(ForeignKeys=true)
                         </echo>
 
-                        <!-- create an empty DDL file for the TCK dbinit -->
-                        <echo append="false" file="${tck.dir}/sql/${db.name}/${db.name}.ddl.persistence.sql">
-;
-                        </echo>
-
                         <!-- Append OpenJPA-specific configuration -->
                         <property name="jpatck.config" value="${tck.dir}/bin/ts.jte" />