Skip to content

Commit

Permalink
Rename the import transform flow so that its name does not conflict w…
Browse files Browse the repository at this point in the history
…ith the flow providing an import of the UK's export metadata.
  • Loading branch information
iay committed Mar 4, 2013
1 parent 63ad884 commit 8451167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@
<target name="import.metadata">
<echo>Importing metadata from ${entities.dir}/import.xml</echo>
<delete file="${entities.dir}/imported.xml" quiet="true" verbose="false"/>
<CHANNEL.do channel="uk" verb="import"/>
<CHANNEL.do channel="uk" verb="import.metadata"/>
<echo>Imported metadata to ${entities.dir}/imported.xml</echo>
<XALAN
i="${entities.dir}/imported.xml"
Expand Down
4 changes: 2 additions & 2 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
For now, just the head of that pipeline.
-->
<bean id="import" parent="pipeline_parent"
p:id="import">
<bean id="import.metadata" parent="pipeline_parent"
p:id="import.metadata">
<property name="stages">
<list>
<!-- fetch the input file -->
Expand Down

0 comments on commit 8451167

Please sign in to comment.