Skip to content

Commit

Permalink
More at_aconet updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 12, 2013
1 parent bee0191 commit e5b429c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mdx/at_aconet/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<!--
Location of various resources.
-->
<!-- "old" (ACOnet-registered-only) production metadata -->
<bean id="at_aconet_oldProductionAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/OLD-aconet-metadata.xml"/>
</bean>
<!-- production aggregate -->
<bean id="at_aconet_productionAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/aconet-metadata.xml"/>
Expand All @@ -23,8 +27,8 @@
<bean id="at_aconet_testAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/md/aconet-metadata.xml"/>
</bean>
<!-- other test aggregate -->
<bean id="at_aconet_otherAggregate_url" class="java.lang.String">
<!-- test aggregate containing ACOnet-registered and imported entities -->
<bean id="at_aconet_allAggregate_url" class="java.lang.String">
<constructor-arg value="https://wayf.aco.net/md/aconet-interfed-metadata.xml"/>
</bean>
<!-- eduGAIN export aggregate -->
Expand Down

0 comments on commit e5b429c

Please sign in to comment.