diff options
author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:33:24 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:33:24 (GMT) |
commit | f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509 (patch) | |
tree | 7ec5e80c810b9710c558a5eecff80a8d4c91b51e /doc/editor_configs/xmlmind/addon/config/scons | |
parent | 6684dc014820fa0ece6fd3fe5fe9acbe4abc0a07 (diff) | |
download | SCons-f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509.zip SCons-f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509.tar.gz SCons-f0c7dbb434dde7e6516d9e8bffa19aa10b7bf509.tar.bz2 |
- switched to different schemaLocation URI
Diffstat (limited to 'doc/editor_configs/xmlmind/addon/config/scons')
11 files changed, 11 insertions, 11 deletions
diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons.xxe b/doc/editor_configs/xmlmind/addon/config/scons/scons.xxe index 07b846d..8f835cc 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons.xxe +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons.xxe @@ -13,7 +13,7 @@ </and> </detect> <schema> - <location>http://www.scons.org/dbxsd/v1.0 scons.xsd</location> + <location>http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd</location> </schema> <template name="Book" location="scons_templates/book.xml" /> <template name="Article" location="scons_templates/article.xml" /> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons2.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons2.xml index 324e0fa..9ae7978 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons2.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons2.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <article 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"> <para></para> </article> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/appendix.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/appendix.xml index 289fd6a..6091ddc 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/appendix.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/appendix.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <appendix 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></title> <section> <title></title> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/article.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/article.xml index 1a985c5..5bafcd0 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/article.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/article.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <article 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"> <articleinfo> <title></title> <author> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/book.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/book.xml index a16a4e5..a2fcf14 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/book.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/book.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <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></title> <author> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/chapter.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/chapter.xml index 25fca75..aab17e0 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/chapter.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/chapter.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <chapter 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></title> <section> <title></title> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/glossary.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/glossary.xml index ab4e01d..cd3c723 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/glossary.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/glossary.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <glossary 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"> <glossdiv> <title></title> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/part.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/part.xml index a757894..e8e8de0 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/part.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/part.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <part 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></title> <chapter> <title></title> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/refentry.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/refentry.xml index f1f36f6..399e346 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/refentry.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/refentry.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <refentry 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"> <refmeta> <refentrytitle></refentrytitle> <manvolnum></manvolnum> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/sconsdoc.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/sconsdoc.xml index 9bfcdf9..29101bb 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/sconsdoc.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/sconsdoc.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <sconsdoc 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"> <tool name="Foo"> <summary> <para></para> diff --git a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/section.xml b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/section.xml index 7306851..39ccf9e 100644 --- a/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/section.xml +++ b/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/section.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <section 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></title> <para></para> </section> |