Skip to content

Commit

Permalink
Inbound flow for AAF.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 2, 2011
1 parent ba4099a commit 7b87209
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,23 @@
</sequential>
</macrodef>

<!--
***************************
*** ***
*** M D X : A A F ***
*** ***
***************************
-->

<property name="aaf.dir" value="${mdx.dir}/aaf"/>

<target name="flow.aaf.import">
<echo>Running AAF import flow.</echo>
<MDA config="${aaf.dir}/aaf-import.xml" out="${aaf.dir}/imported.xml"/>
<CHECK.imported i="${aaf.dir}/imported.xml"/>
<echo>Completed AAF import flow.</echo>
</target>

<!--
*******************************
*** ***
Expand Down

0 comments on commit 7b87209

Please sign in to comment.