提交 088c29a0 编写于 作者: M meyerd

Took out creating and dropping of engine-tables from cycle pom.

上级 a2d1b9b8
......@@ -191,16 +191,7 @@
</goals>
<configuration>
<tasks>
<echo message="creating db schema in ${database}" />
<ant antfile="${basedir}/../../qa/db/build.xml" target="create.db.schema"
inheritAll="false">
<property name="test_classpath" refid="maven.test.classpath" />
<property name="database" value="${database}" />
</ant>
<echo message="updating activiti cfg to ${database}" />
<ant antfile="${basedir}/../../qa/db/build.xml" target="create.activiti.cfg">
<property name="database" value="${database}" />
</ant>
<echo message="creating cycle db schema in ${database}" />
<ant antfile="${basedir}/../../qa/db/build.xml" target="create.db.schema.cycle"
inheritAll="false">
<property name="test_classpath" refid="maven.test.classpath" />
......@@ -217,17 +208,12 @@
</goals>
<configuration>
<tasks>
<echo message="dropping db schema in ${database}" />
<echo message="dropping cycle db schema in ${database}" />
<ant antfile="${basedir}/../../qa/db/build.xml" target="drop.db.schema.cycle"
inheritAll="false">
<property name="test_classpath" refid="maven.test.classpath" />
<property name="database" value="${database}" />
</ant>
<ant antfile="${basedir}/../../qa/db/build.xml" target="drop.db.schema"
inheritAll="false">
<property name="test_classpath" refid="maven.test.classpath" />
<property name="database" value="${database}" />
</ant>
</ant>
</tasks>
</configuration>
</execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册