[
https://jira.jboss.org/jira/browse/JBPM-2113?page=com.atlassian.jira.plug...
]
Tom Baeyens resolved JBPM-2113.
-------------------------------
Resolution: Done
Re-introduce database config and DDL scripts in distro
------------------------------------------------------
Key: JBPM-2113
URL:
https://jira.jboss.org/jira/browse/JBPM-2113
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Installer
Reporter: Heiko Braun
Assignee: Tom Baeyens
Fix For: jBPM 4.0.0.Beta1
This has been taken out of install-definitions.xml:
<!-- Database configs to docs/examples/jbpm -->
<fileset dir="(a){deploy.artifacts.dir}/resources/jbpm-jpdl-config"
targetdir="${jbossInstallPath}/docs/examples/jbpm"
override="true">
<include name="hibernate.cfg.hsqldb.xml"/>
<include name="hibernate.cfg.mysql.xml"/>
<include name="hibernate.cfg.postgresql.xml"/>
<include name="hibernate.cfg.oracle.xml"/>
<include name="hibernate.cfg.sybase.xml"/>
<include name="jbpm-hsqldb-ds.xml"/>
<include name="jbpm-mysql-ds.xml"/>
<include name="jbpm-postgresql-ds.xml"/>
<include name="jbpm-oracle-ds.xml"/>
<include name="jbpm-sybase-ds.xml"/>
</fileset>
<!-- Database Scripts / DDL -->
<fileset dir="(a){deploy.artifacts.dir}/resources/jbpm-db"
targetdir="${jbossInstallPath}/docs/examples/jbpm/database-scripts"
override="true"
includes="create/,drop/"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira