Skip to content

Commit

Permalink
Remove phase 1 / phase 2 distinction.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 22, 2015
1 parent 46d0f9c commit 0bc680f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 232 deletions.
12 changes: 0 additions & 12 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,16 +1353,4 @@
<echo>Report complete.</echo>
</target>

<!--
inc.edugain.report.phase2
Report on the eduGAIN entities filtered out because of errors detected
under the phase 2 policy.
-->
<target name="inc.edugain.report.phase2">
<echo>Looking for errors in eduGAIN entities under phase 2 policy...</echo>
<CHANNEL.do channel="incommon" verb="report-phase2"/>
<echo>Report complete.</echo>
</target>

</project>
147 changes: 0 additions & 147 deletions mdx/incommon/edugain-phase2.xml

This file was deleted.

10 changes: 0 additions & 10 deletions mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,6 @@
<property name="whitelistingRegistrationAuthorities" value="false"/>
</bean>

<!--
Remove all but those eduGAIN entities we intend to import in this
phase of the roadmap.
Phase 1: import only SP entities.
-->
<bean p:id="selectEntities" parent="XPathFilteringStage"
p:XPathExpression="not(/md:EntityDescriptor[md:SPSSODescriptor])"
/>

<!-- Filter the entity attributes imported from eduGAIN. -->
<bean parent="EntityAttributeFilteringStage" p:id="entityAttributes">
<property name="rules">
Expand Down
63 changes: 0 additions & 63 deletions mdx/incommon/report-phase2.xml

This file was deleted.

0 comments on commit 0bc680f

Please sign in to comment.