mirror of https://github.com/apache/openjpa.git
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:
parent
0a83866953
commit
6a779fd44e
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue