Updated Branches: refs/heads/4.2 664fbf232 -> f92ccb424
fixing build error with message Need to add a category for createCacheStore.xml to <https://builds.apache.org/job/cloudstack-apidocs-master/ws/tools/apidoc/gen_toc.py>:known_categories Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f92ccb42 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f92ccb42 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f92ccb42 Branch: refs/heads/4.2 Commit: f92ccb4244439c5560ffae0d871ccfde14b3c99b Parents: 664fbf2 Author: Chip Childers <chipchild...@apache.org> Authored: Thu Aug 8 09:36:38 2013 -0400 Committer: Chip Childers <chipchild...@apache.org> Committed: Thu Aug 8 09:38:00 2013 -0400 ---------------------------------------------------------------------- tools/apidoc/gen_toc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f92ccb42/tools/apidoc/gen_toc.py ---------------------------------------------------------------------- diff --git a/tools/apidoc/gen_toc.py b/tools/apidoc/gen_toc.py index 9e39025..9c53a48 100644 --- a/tools/apidoc/gen_toc.py +++ b/tools/apidoc/gen_toc.py @@ -156,7 +156,8 @@ known_categories = { 'Baremetal' : 'Baremetal', 'UCS' : 'UCS', 'Ucs' : 'UCS', - 'CacheStores' : 'Cache Stores' + 'CacheStores' : 'Cache Stores', + 'CacheStore' : 'Cache Store' }