Skip to content

Commit

Permalink
More post-merge fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 23, 2017
1 parent 858e5ce commit da7d654
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mdx/incommon/download-edugain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
-->
<import resource="classpath:int_edugain/beans.xml"/>

<bean id="serializeImported" parent="SerializationStage">
<bean id="serializeImported" parent="mda.SerializationStage">
<property name="serializer" ref="serializer"/>
<property name="outputFile">
<bean class="java.io.File">
<bean parent="File">
<constructor-arg value="${inc.edugain.xml}"/>
</bean>
</property>
Expand All @@ -38,7 +39,7 @@
<!--
Download eduGAIN aggregate.
-->
<bean id="download-edugain" parent="SimplePipeline">
<bean id="download-edugain" parent="mda.SimplePipeline">
<property name="stages">
<list>
<ref bean="int_edugain_productionAggregate"/>
Expand Down

0 comments on commit da7d654

Please sign in to comment.