diff options
author | tailor <cygnus@janrain.com> | 2006-03-06 19:34:33 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-06 19:34:33 +0000 |
commit | d8b74004ed4cc3b17b61e0d56870f08550ee9b2b (patch) | |
tree | d6364a34c0f1a518c72eb9623a467fc7c2a58ff0 /admin/xmlconfig.py | |
parent | 212f0d77730557a2428a16a24791cf3c0d297f60 (diff) | |
download | php-openid-d8b74004ed4cc3b17b61e0d56870f08550ee9b2b.zip php-openid-d8b74004ed4cc3b17b61e0d56870f08550ee9b2b.tar.gz php-openid-d8b74004ed4cc3b17b61e0d56870f08550ee9b2b.tar.bz2 |
[project @ Updated package.xml template and added logic for assigning roles to entire directories in packagexml.py]
Diffstat (limited to 'admin/xmlconfig.py')
-rw-r--r-- | admin/xmlconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index dc3cf44..d7d4c30 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -48,7 +48,7 @@ contents_dirs = ['../Auth'] # subdirectories in these directories will be included in the # <contents> element in the output XML and will be assigned the role # 'doc'. -docs_dirs = ['../doc'] +docs_dirs = ['../doc', '../examples'] # The HTTP package base URI. This is the place on the web where the # PEAR-installable tarballs will live, and this (plus the package |