minor - loading of script to create plsql function should be inside the load-function target.
This commit is contained in:
parent
147a545e89
commit
4e078ebad6
|
@ -53,6 +53,15 @@
|
||||||
</fileset>
|
</fileset>
|
||||||
</path>
|
</path>
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|
||||||
|
<echo file="log/sqlplus.log" append="true" message="${line.separator}#Create Functions:${line.separator}${line.separator}" />
|
||||||
|
<foreach param="file.name" target="load">
|
||||||
|
<path>
|
||||||
|
<fileset dir="functions">
|
||||||
|
<include name="**" />
|
||||||
|
</fileset>
|
||||||
|
</path>
|
||||||
|
</foreach>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="load-others">
|
<target name="load-others">
|
||||||
|
@ -75,15 +84,6 @@
|
||||||
</path>
|
</path>
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|
||||||
<echo file="log/sqlplus.log" append="true" message="${line.separator}#Create Functions:${line.separator}${line.separator}" />
|
|
||||||
<foreach param="file.name" target="load">
|
|
||||||
<path>
|
|
||||||
<fileset dir="functions">
|
|
||||||
<include name="**" />
|
|
||||||
</fileset>
|
|
||||||
</path>
|
|
||||||
</foreach>
|
|
||||||
|
|
||||||
<echo file="log/sqlplus.log" append="true" message="${line.separator}#Create Sequences:${line.separator}${line.separator}" />
|
<echo file="log/sqlplus.log" append="true" message="${line.separator}#Create Sequences:${line.separator}${line.separator}" />
|
||||||
<foreach param="file.name" target="load">
|
<foreach param="file.name" target="load">
|
||||||
<path>
|
<path>
|
||||||
|
|
Loading…
Reference in New Issue