Skip to content

Commit

Permalink
- added correct paths to persistence configuration for DDL generation
Browse files Browse the repository at this point in the history
(cherry picked from commit a98e281)
  • Loading branch information
mswiderski committed Oct 15, 2012
1 parent 58bbe32 commit f252608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jbpm-installer/build.xml
Expand Up @@ -962,7 +962,7 @@
<mkdir dir="db/export-jbpm/META-INF"/>
<copy tofile="db/export-jbpm/META-INF/persistence.xml" file="db/jbpm-persistence-${jpa.version}.xml"/>
<copy todir="db/export-jbpm/META-INF">
<fileset dir="db/config-ddl">
<fileset dir="db/">
<include name="ProcessInstanceInfo.hbm.xml"/>
<include name="ProcessInstanceInfoMapping.xml"/>
</fileset>
Expand All @@ -987,9 +987,9 @@
classpathref="generate.ddl.${jpa.version}.class.path" />
<mkdir dir="db/export-ht"/>
<mkdir dir="db/export-ht/META-INF"/>
<copy tofile="db/export-ht/META-INF/persistence.xml" file="db/-task-persistence-${jpa.version}.xml"/>
<copy tofile="db/export-ht/META-INF/persistence.xml" file="db/task-persistence-${jpa.version}.xml"/>
<copy todir="db/export-ht/META-INF">
<fileset dir="task-service/resources/config-ddl">
<fileset dir="db/">
<include name="Taskorm-${jpa.version}.xml"/>
</fileset>
</copy>
Expand Down

0 comments on commit f252608

Please sign in to comment.