Skip to content

Commit

Permalink
File naming consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 12, 2011
1 parent 1baef56 commit 2fba07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdx/uk/trust_roots.xsl → mdx/uk/trust-roots.xsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
trust_roots.xsl
trust-roots.xsl
XSL stylesheet that adds the UK federation's trust roots in to an
EntitiesDescriptor aggregate.
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/uk-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<property name="id" value="addUKTrustRoots"/>
<property name="xslResource">
<bean class="org.opensaml.util.resource.FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/trust_roots.xsl"/>
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/trust-roots.xsl"/>
</bean>
</property>
<property name="transformParameters">
Expand Down

0 comments on commit 2fba07d

Please sign in to comment.