FR [ 2432892 ] Migration Directory Re-org

This commit is contained in:
mjudd 2008-12-22 11:15:45 +00:00
parent a15f6eb9b8
commit 04ac863e67
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
<project name="migrate-db-oracle-340s-351a" default="run-scripts" basedir=".">
<property file="../oracle.properties" />
<property file="../../oracle.properties" />
<path id="lib.path">
<fileset dir="../../tools/lib">
<fileset dir="../../../tools/lib">
<include name="**/*.jar" />
</fileset>
</path>
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<fileset dir="../../tools/lib">
<fileset dir="../../../tools/lib">
<include name="**/*.jar" />
</fileset>
</classpath>

View File

@ -1,13 +1,13 @@
<project name="migrate-db-oracle-351a-352a" default="run-scripts" basedir=".">
<property file="../oracle.properties" />
<property file="../../oracle.properties" />
<path id="lib.path">
<fileset dir="../../tools/lib">
<fileset dir="../../../tools/lib">
<include name="**/*.jar" />
</fileset>
</path>
<taskdef resource="net/sf/antcontrib/antlib.xml">
<classpath>
<fileset dir="../../tools/lib">
<fileset dir="../../../tools/lib">
<include name="**/*.jar" />
</fileset>
</classpath>