Skip to content

Commit

Permalink
Replaced domFileStage_parent with DomFilesystemSourceStage in two pla…
Browse files Browse the repository at this point in the history
…ces to fix import.metadata target. Bug introduced in revision 10262.
  • Loading branch information
Alex Stuart authored and Alex Stuart committed Jun 10, 2013
1 parent d0c70e8 commit 5c257af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
Fetches the contents of the file used to hold metadata to be imported
into a UK federation fragment file.
-->
<bean id="fetchImportMetadata" parent="domFileStage_parent"
<bean id="fetchImportMetadata" parent="DomFilesystemSourceStage"
p:id="fetchImportMetadata">
<property name="source">
<bean class="java.io.File">
Expand All @@ -172,7 +172,7 @@
Fetches the contents of the file used to hold metadata just imported
by the federation's import transform.
-->
<bean id="fetchImportedMetadata" parent="domFileStage_parent"
<bean id="fetchImportedMetadata" parent="DomFilesystemSourceStage"
p:id="fetchImportedMetadata">
<property name="source">
<bean class="java.io.File">
Expand Down

0 comments on commit 5c257af

Please sign in to comment.