Browse Source

Change redirect-XMLNS according to Xalans recommendation on http://xml.apache.org/xalan-j/extensionslib.html#redirect.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698542 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
8acb2b7246
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/checkstyle/checkstyle-frames.xsl

+ 1
- 1
src/etc/checkstyle/checkstyle-frames.xsl View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:redirect="org.apache.xalan.lib.Redirect"
xmlns:redirect="http://xml.apache.org/xalan/redirect"
extension-element-prefixes="redirect">

<!--


Loading…
Cancel
Save