summaryrefslogtreecommitdiffstats
path: root/doc/developer
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-03 22:33:24 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-03 22:33:24 (GMT)
commitf0c7dbb434dde7e6516d9e8bffa19aa10b7bf509 (patch)
tree7ec5e80c810b9710c558a5eecff80a8d4c91b51e /doc/developer
parent6684dc014820fa0ece6fd3fe5fe9acbe4abc0a07 (diff)
downloadSCons-f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509.zip
SCons-f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509.tar.gz
SCons-f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509.tar.bz2
- switched to different schemaLocation URI
Diffstat (limited to 'doc/developer')
-rw-r--r--doc/developer/architecture.xml2
-rw-r--r--doc/developer/branches.xml2
-rw-r--r--doc/developer/copyright.xml2
-rw-r--r--doc/developer/cycle.xml2
-rw-r--r--doc/developer/main.xml2
-rw-r--r--doc/developer/packaging.xml2
-rw-r--r--doc/developer/preface.xml2
-rw-r--r--doc/developer/sourcetree.xml2
-rw-r--r--doc/developer/testing.xml2
9 files changed, 9 insertions, 9 deletions
diff --git a/doc/developer/architecture.xml b/doc/developer/architecture.xml
index 22caadf..7bb0f47 100644
--- a/doc/developer/architecture.xml
+++ b/doc/developer/architecture.xml
@@ -7,7 +7,7 @@
<chapter id="chap-architecture"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Architecture</title>
<!--
diff --git a/doc/developer/branches.xml b/doc/developer/branches.xml
index 7f7fcc6..745c214 100644
--- a/doc/developer/branches.xml
+++ b/doc/developer/branches.xml
@@ -7,7 +7,7 @@
<chapter id="chap-branches"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Branches</title>
<!--
diff --git a/doc/developer/copyright.xml b/doc/developer/copyright.xml
index 2bb2db6..bb67af8 100644
--- a/doc/developer/copyright.xml
+++ b/doc/developer/copyright.xml
@@ -6,7 +6,7 @@
<legalnotice xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<!--
diff --git a/doc/developer/cycle.xml b/doc/developer/cycle.xml
index ecde3f8..ee9888d 100644
--- a/doc/developer/cycle.xml
+++ b/doc/developer/cycle.xml
@@ -7,7 +7,7 @@
<chapter id="chap-development-cycle"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Development Cycle</title>
<!--
diff --git a/doc/developer/main.xml b/doc/developer/main.xml
index 335cfa7..f84e2c1 100644
--- a/doc/developer/main.xml
+++ b/doc/developer/main.xml
@@ -37,7 +37,7 @@
<book xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<bookinfo>
<title>SCons Developer's Guide &buildversion;</title>
diff --git a/doc/developer/packaging.xml b/doc/developer/packaging.xml
index cfea6dc..161a4b0 100644
--- a/doc/developer/packaging.xml
+++ b/doc/developer/packaging.xml
@@ -7,7 +7,7 @@
<chapter id="chap-packaging"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Packaging</title>
<!--
diff --git a/doc/developer/preface.xml b/doc/developer/preface.xml
index 7102671..610cecd 100644
--- a/doc/developer/preface.xml
+++ b/doc/developer/preface.xml
@@ -7,7 +7,7 @@
<chapter id="chap-preface"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Preface</title>
<!--
diff --git a/doc/developer/sourcetree.xml b/doc/developer/sourcetree.xml
index 9455f99..e478914 100644
--- a/doc/developer/sourcetree.xml
+++ b/doc/developer/sourcetree.xml
@@ -7,7 +7,7 @@
<chapter id="chap-source-tree"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Source Tree</title>
<!--
diff --git a/doc/developer/testing.xml b/doc/developer/testing.xml
index 091a5a9..1aaadbc 100644
--- a/doc/developer/testing.xml
+++ b/doc/developer/testing.xml
@@ -7,7 +7,7 @@
<chapter id="chap-testing"
xmlns="http://www.scons.org/dbxsd/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
<title>Testing</title>
<!--