FR: [ 2432892 ] Migration Directory Re-org
Fix Oracle paths.
This commit is contained in:
parent
bdaaa78067
commit
61adf07b17
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<project name="migrate-db-oracle" 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>
|
||||
|
|
Loading…
Reference in New Issue