remove hack for DDL file, as we have a patched copy for Derby now

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@898530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-01-12 21:38:14 +00:00
parent 0a83866953
commit 6a779fd44e
1 changed files with 0 additions and 5 deletions

View File

@ -167,11 +167,6 @@ openjpa.jdbc.SchemaFactory: native(ForeignKeys=true)
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" />