Skip to content

Commit

Permalink
Switch test and export aggregate output locations to the production /…
Browse files Browse the repository at this point in the history
…xml/ directory.

Comment out the generation of production, wayf and fallback aggregates for now.
  • Loading branch information
iay committed Jul 20, 2011
1 parent 88358f8 commit 0fadf20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<property name="serializer" ref="serializer"/>
<property name="outputFile">
<bean class="java.io.File">
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/ukfederation-test-unsigned.xml"/>
<constructor-arg value="#{ systemProperties['basedir'] }/xml/ukfederation-test-unsigned.xml"/>
</bean>
</property>
</bean>
Expand Down Expand Up @@ -308,7 +308,7 @@
<property name="serializer" ref="serializer"/>
<property name="outputFile">
<bean class="java.io.File">
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/ukfederation-export-unsigned.xml"/>
<constructor-arg value="#{ systemProperties['basedir'] }/xml/ukfederation-export-unsigned.xml"/>
</bean>
</property>
</bean>
Expand Down Expand Up @@ -392,6 +392,7 @@
<!--
Fork into new pipelines for the production, fallback and WAYF aggregates.
-->
<!--
<bean id="otherDemux" class="net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage"
init-method="initialize" lazy-init="true">
<property name="id" value="otherDemux"/>
Expand All @@ -413,6 +414,7 @@
</property>
<property name="waitingForPipelines" value="true"/>
</bean>
-->

<!--
Merge in entities from other metadata sources.
Expand Down

0 comments on commit 0fadf20

Please sign in to comment.