[Phphtmllib-devel] SF.net SVN: phphtmllib:[3217] trunk/open2300/dev/autoload_generator.php
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-02-17 15:09:49
|
Revision: 3217 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3217&view=rev Author: hemna Date: 2009-02-17 15:09:45 +0000 (Tue, 17 Feb 2009) Log Message: ----------- don't index ofc Modified Paths: -------------- trunk/open2300/dev/autoload_generator.php Modified: trunk/open2300/dev/autoload_generator.php =================================================================== --- trunk/open2300/dev/autoload_generator.php 2009-02-17 15:09:02 UTC (rev 3216) +++ trunk/open2300/dev/autoload_generator.php 2009-02-17 15:09:45 UTC (rev 3217) @@ -22,9 +22,10 @@ $gen->add_form_content_parent('AjaxStandardFormContent'); $gen->set_debug_mode(true); $gen->set_renderable_parents(array('Container','HTMLPage', 'HTMLWidget', - 'HTMLDataList','myGraph', + 'HTMLDataList','myGraph', 'myFlashGraph', 'RemoteUpdate')); $gen->add_exclude('jpgraph-2.2'); +$gen->add_exclude('open-flash-chart2'); $gen->execute(); ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |