Skip to content

Commit

Permalink
Move all other checking rulesets so that almost all are now in the sa…
Browse files Browse the repository at this point in the history
…me place. The exception is intended to be any channel-specific ruleset.
  • Loading branch information
iay committed Dec 12, 2012
1 parent 483fd3e commit de57796
Show file tree
Hide file tree
Showing 27 changed files with 92 additions and 148 deletions.
128 changes: 0 additions & 128 deletions build/check_framework.xsl

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
72 changes: 72 additions & 0 deletions mdx/_rules/extra_addresses.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
#
# extra_addresses.txt
#
# This file lists addresses which should be sent federation
# technical announcements even if they no longer have a role
# as a contact on a registered entity.
#
# Blank lines, and lines starting with a '#', are ignored.
#
# Please add a '#'-style comment line in front of entries to
# say when they were last verified as required. We should
# probably re-verify these once in a while.
#

#
# Current UK federation team get technical announcements whether or
# not they currently have entities.
#
ian@iay.org.uk
Gary.Gray@ed.ac.uk
rdw@steadingsoftware.com
Sara.Hopkins@ed.ac.uk
steve.glover@ed.ac.uk
alex.stuart@ed.ac.uk

# Henry Hughes, JANET(UK), verified 2011-12-12
Henry.Hughes@ja.net

# Josh Howlett, JANET(UK), verified 2011-12-08
Josh.Howlett@ja.net

# Simon Cooper, JANET(UK), verified 2011-12-07
Simon.Cooper@ja.net

# Andrew Cormack, JANET(UK), verified 2011-12-06
Andrew.Cormack@ja.net

# Nicole Harris, JISC Advance, by request, verified 2011-07-04
nicole.harris@jiscadvance.ac.uk

# David Orrell, Eduserv, verified 2011-12-06
david.orrell@eduserv.org.uk

# Edugate federation partner contacts, verified 2011-12-06
glenn.wearen@heanet.ie
janusz.ulanowski@heanet.ie

# John Paschoud, TAG member, verified 2012-01-19
john@paschoud.org

# Simon Timms, Eduserv, verified 2012-10-24
Simon.Timms@eduserv.org.uk

# Eduserv helpdesk, verified 2012-10-24
athenshelp@eduserv.org.uk

# Miscellaneous entries follow

j.farnhill@jisc.ac.uk
Steven_Carmody@brown.edu
cantor.2@osu.edu
Richard.annett@eduserv.org.uk
jspencer@eb.com
jmathena@eb.com
luke@positive-internet.com
urgent@positive-internet.com

# Lawrence Jones, St George's University of London
# Call 3127
ljones@sgul.ac.uk

# END
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 20 additions & 20 deletions mdx/validation-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
p:id="check_adfs">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_adfs.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_adfs.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -203,7 +203,7 @@
p:id="check_aggregate">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_aggregate.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_aggregate.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -227,7 +227,7 @@
p:id="check_filtered">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_filtered.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_filtered.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -239,7 +239,7 @@
p:id="check_fixups">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_fixups.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_fixups.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -263,7 +263,7 @@
p:id="check_idpdisc">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_idpdisc.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_idpdisc.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -275,7 +275,7 @@
p:id="check_imported">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_imported.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_imported.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -287,7 +287,7 @@
p:id="check_init">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_init.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_init.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -299,7 +299,7 @@
p:id="check_mdiop">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_mdiop.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_mdiop.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -321,7 +321,7 @@
p:id="check_mdrpi_xslt">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_mdrpi.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_mdrpi.xsl"/>
</bean>
</property>
</bean>
Expand Down Expand Up @@ -383,7 +383,7 @@
p:id="check_mdui_xslt">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_mdui.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_mdui.xsl"/>
</bean>
</property>
</bean>
Expand Down Expand Up @@ -418,7 +418,7 @@
p:id="check_misc">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_misc.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_misc.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -430,7 +430,7 @@
p:id="check_namespaces">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_namespaces.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_namespaces.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -442,7 +442,7 @@
p:id="check_nokeyname">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_nokeyname.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_nokeyname.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -468,7 +468,7 @@
p:id="check_reqattr">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_reqattr.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_reqattr.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -480,7 +480,7 @@
p:id="check_saml2int">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_saml2int.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_saml2int.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -492,7 +492,7 @@
p:id="check_saml1">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_saml1.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_saml1.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -504,7 +504,7 @@
p:id="check_saml2">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_saml2.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_saml2.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -516,7 +516,7 @@
p:id="check_saml2meta">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_saml2meta.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_saml2meta.xsl"/>
</bean>
</property>
</bean>
Expand All @@ -528,7 +528,7 @@
p:id="check_shibboleth">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_shibboleth.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_shibboleth.xsl"/>
</bean>
</property>
</bean>
Expand Down Expand Up @@ -560,7 +560,7 @@
p:id="check_vhosts">
<property name="xslResource">
<bean parent="file_parent">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_vhosts.xsl"/>
<constructor-arg value="#{ systemProperties['rulesdir'] }/check_vhosts.xsl"/>
</bean>
</property>
</bean>
Expand Down

0 comments on commit de57796

Please sign in to comment.