Skip to content

Commit

Permalink
Give each channel's "beans" file the name "beans.xml".
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 13, 2011
1 parent cbec910 commit 11957ea
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion mdx/aaf/aaf-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import AAF-specific beans.
-->
<import resource="aaf-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/arnes/arnes-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import ARNES-specific beans.
-->
<import resource="arnes-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/caf/caf-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import CAF-specific beans.
-->
<import resource="caf-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/edugain/edugain-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!--
Import eduGAIN-specific beans.
-->
<import resource="edugain-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
2 changes: 1 addition & 1 deletion mdx/edugain/edugain-test-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!--
Import eduGAIN-specific beans.
-->
<import resource="edugain-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/edugate/edugate-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import Edugate-specific beans.
-->
<import resource="edugate-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/incommon/incommon-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import InCommon-specific beans.
-->
<import resource="incommon-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/swamid/swamid-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import SWAMID-specific beans.
-->
<import resource="swamid-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/switch/switch-import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!--
Import SWITCH-specific beans.
-->
<import resource="switch-beans.xml"/>
<import resource="beans.xml"/>

<bean id="pipeline" class="net.shibboleth.metadata.pipeline.SimplePipeline">
<property name="id" value="pipeline"/>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mdx/uk/uk-collect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!--
Import UK-specific beans.
-->
<import resource="uk-beans.xml"/>
<import resource="beans.xml"/>

<!--
fetchUkFragmentFiles
Expand Down

0 comments on commit 11957ea

Please sign in to comment.