diff mx/commands.py @ 6506:305b9166b455

added projects table to the top level javadoc page generated by the site command
author Doug Simon <doug.simon@oracle.com>
date Thu, 04 Oct 2012 11:22:09 +0200
parents 75f130f2b30f
children edea9ba7ac7b
line wrap: on
line diff
--- a/mx/commands.py	Wed Oct 03 23:44:38 2012 +0200
+++ b/mx/commands.py	Thu Oct 04 11:22:09 2012 +0200
@@ -1003,7 +1003,7 @@
                     '--jd', '@-tag', '--jd', '@vmoption:X',
                     '--overview', join(_graal_home, 'graal', 'overview.html'),
                     '--title', 'Graal OpenJDK Project Documentation',
-                    '--dot-output-base', 'modules'] + args)
+                    '--dot-output-base', 'projects'] + args)
 
 def mx_init():
     _vmbuild = 'product'