Skip to content

Commit

Permalink
Move the serializer into the common beans collection.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 18, 2011
1 parent 26cca0f commit f9c1f19
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@
<!--
Run checking rulesets.
-->
<CHECK.imported i="${mdx.dir}/uk/collected.xml"/>
<CHECK i="${xml.dir}/${uk.master.file}" s="check.xsl"/>

<echo>Collection completed.</echo>
</target>
Expand Down
2 changes: 0 additions & 2 deletions mdx/aaf/aaf-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/arnes/arnes-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/caf/caf-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
5 changes: 5 additions & 0 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,9 @@
<property name="id" value="assemble"/>
</bean>

<!--
Standard serializer.
-->
<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/edugain/edugain-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/edugate/edugate-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/incommon/incommon-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/swamid/swamid-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/switch/switch-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>
2 changes: 0 additions & 2 deletions mdx/uk/uk-collect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,5 @@
</list>
</property>
</bean>

<bean id="serializer" class="net.shibboleth.metadata.dom.DomElementSerializer"/>

</beans>

0 comments on commit f9c1f19

Please sign in to comment.