diff options
author | tailor <cygnus@janrain.com> | 2007-03-12 19:34:14 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-12 19:34:14 +0000 |
commit | f8557f01b3b6981025e8fa4d8ba04df135d89c23 (patch) | |
tree | af687300c3c8b561b11433b2fb4a3d3f9d3573e2 /admin/xmlconfig.py | |
parent | 42ef9952383e5517fef269b3efd669325c59ad44 (diff) | |
download | php-openid-f8557f01b3b6981025e8fa4d8ba04df135d89c23.zip php-openid-f8557f01b3b6981025e8fa4d8ba04df135d89c23.tar.gz php-openid-f8557f01b3b6981025e8fa4d8ba04df135d89c23.tar.bz2 |
[project @ Keep the pear XML generation script up to date Just Because]
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 8042e7b..468a4e8 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', '../Services'] +contents_dirs = ['../Auth',] # Director(ies) containing package documentation. All files and # subdirectories in these directories will be included in the |