summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-05-26 17:40:26 +0100
committerSimon MacMullen <simon@rabbitmq.com>2011-05-26 17:40:26 +0100
commit5dee225836413562c0717932acfee8b9348048c8 (patch)
tree5d23c403635004ec0d38869cf43769b8b0b23413
parent137c0553856888469b992df0ca537249bdb44c84 (diff)
downloadrabbitmq-server-5dee225836413562c0717932acfee8b9348048c8.tar.gz
What on earth were those namespaces imported for? They're not used for anything, and they help the build to fail if we can't contact docbook.org.
-rw-r--r--docs/usage.xsl4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/usage.xsl b/docs/usage.xsl
index a6cebd93..586f8303 100644
--- a/docs/usage.xsl
+++ b/docs/usage.xsl
@@ -1,9 +1,5 @@
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:exsl="http://exslt.org/common"
- xmlns:ng="http://docbook.org/docbook-ng"
- xmlns:db="http://docbook.org/ns/docbook"
- exclude-result-prefixes="exsl"
version='1.0'>
<xsl:param name="modulename"/>