Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Pick up production aggregate from the correct location.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 15, 2014
1 parent 8ebcb8f commit 3e0e6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdx/incommon/export.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<bean id="production_aggregate" parent="DOMResourceSourceStage"
p:id="production_aggregate">
<property name="DOMResource">
<bean parent="ClassPathResource" c:_0="incommon/production.xml"/>
<bean parent="FileSystemResource" c:_0="${inc.production.xml}"/>
</property>
</bean>

Expand Down
2 changes: 1 addition & 1 deletion mdx/incommon/import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<bean id="production_aggregate" parent="DOMResourceSourceStage"
p:id="production_aggregate">
<property name="DOMResource">
<bean parent="ClassPathResource" c:_0="incommon/production.xml"/>
<bean parent="FileSystemResource" c:_0="${inc.production.xml}"/>
</property>
</bean>

Expand Down

0 comments on commit 3e0e6c7

Please sign in to comment.