![]() |
index : Beautiful XMPP Testing | |
| Article from Beautiful Testing book | Remko Tronçon |
| summaryrefslogtreecommitdiffstats |
| author | Remko Tronçon | 2009-11-02 15:07:53 (GMT) |
|---|---|---|
| committer | Remko Tronçon | 2009-11-02 15:07:53 (GMT) |
| commit | 9e7310f5e70111e70c75cc13d4b14026f2407e30 (patch) (unidiff) | |
| tree | d15ea960992d97c52138bde8afb3eff06d82b1c6 | |
| parent | 8322aa79e36b03972e375674f9c310eaafbe0892 (diff) | |
| download | beautiful-xmpp-testing-master.zip beautiful-xmpp-testing-master.tar.gz beautiful-xmpp-testing-master.tar.bz2 | |
| -rw-r--r-- | BeautifulXMPPTesting.xml | 17 | ||||
| -rw-r--r-- | SConstruct | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/BeautifulXMPPTesting.xml b/BeautifulXMPPTesting.xml index fb92ad1..4557a42 100644 --- a/BeautifulXMPPTesting.xml +++ b/BeautifulXMPPTesting.xml | |||
| @@ -956,4 +956,21 @@ | |||
| 956 | </para> | 956 | </para> |
| 957 | </colophon> | 957 | </colophon> |
| 958 | 958 | ||
| 959 | <colophon> | ||
| 960 | <title>About this Article</title> | ||
| 961 | <para> | ||
| 962 | The original version of this article appeared as a chapter in <ulink | ||
| 963 | url="http://oreilly.com/catalog/9780596159825"><citetitle>Beautiful | ||
| 964 | Testing</citetitle></ulink>. | ||
| 965 | </para> | ||
| 966 | </colophon> | ||
| 967 | |||
| 968 | <colophon> | ||
| 969 | <title>Copyright</title> | ||
| 970 | <para> | ||
| 971 | This work is licensed under a <ulink url="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 | ||
| 972 | License</ulink>. | ||
| 973 | </para> | ||
| 974 | </colophon> | ||
| 975 | |||
| 959 | </article> | 976 | </article> |
| @@ -1,6 +1,6 @@ | |||
| 1 | import os | 1 | import os |
| 2 | 2 | ||
| 3 | env = Environment() | 3 | env = Environment(ENV = {'PATH' : os.environ['PATH']}) |
| 4 | env.Tool("docbook-kit", toolpath = ["docbook-kit/tools/SCons"], docbookkit_dir = "docbook-kit", docbook_dir = "docbook") | 4 | env.Tool("docbook-kit", toolpath = ["docbook-kit/tools/SCons"], docbookkit_dir = "docbook-kit", docbook_dir = "docbook") |
| 5 | Export("env") | 5 | Export("env") |
| 6 | 6 | ||
