diff options
author | tailor <cygnus@janrain.com> | 2006-10-30 22:52:54 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-10-30 22:52:54 +0000 |
commit | 4722dbdd7820b6f883c5b4e1aa757534d2577059 (patch) | |
tree | f20fd9eddedaa435035077cdcbf14f012ab0cd63 /admin/xmlconfig.py | |
parent | 2f4aac1c7984bbe1dff50858c90b87e2318e87c9 (diff) | |
download | php-openid-4722dbdd7820b6f883c5b4e1aa757534d2577059.zip php-openid-4722dbdd7820b6f883c5b4e1aa757534d2577059.tar.gz php-openid-4722dbdd7820b6f883c5b4e1aa757534d2577059.tar.bz2 |
[project @ Add Services to contents for XML config generation]
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 1b1faf1..638e8fe 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -37,7 +37,7 @@ license_uri = 'http://www.gnu.org/copyleft/lesser.txt' # directory. All .php files in these directories will be included in # the <contents> element of the output XML and will be assigned the # role 'php'. -contents_dirs = ['../Auth'] +contents_dirs = ['../Auth', '../Services'] # Director(ies) containing package documentation. All files and # subdirectories in these directories will be included in the |