[Phphtmllib-devel] SF.net SVN: phphtmllib:[3333] trunk/open2300/lib/autoload.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-02-21 19:56:53
|
Revision: 3333 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3333&view=rev Author: hemna Date: 2010-02-21 19:56:45 +0000 (Sun, 21 Feb 2010) Log Message: ----------- new widget Modified Paths: -------------- trunk/open2300/lib/autoload.inc Modified: trunk/open2300/lib/autoload.inc =================================================================== --- trunk/open2300/lib/autoload.inc 2010-02-21 19:56:31 UTC (rev 3332) +++ trunk/open2300/lib/autoload.inc 2010-02-21 19:56:45 UTC (rev 3333) @@ -1,7 +1,7 @@ <?php /** * This is an auto-generated file. Please do not modify! - * Generated on 2009-11-25T12:43:57-08:00 by AutoloadGenerator + * Generated on 2009-11-30T21:40:11-08:00 by AutoloadGenerator * * @package open2300 */ @@ -240,6 +240,7 @@ 'WeatherDataListPage'=>'modules/home/page/WeatherDataListPage.inc', 'weatherDataObject'=>'core/data/dataobjects/open2300/weatherDataObject.inc', 'weatherDataObjectTemplate'=>'core/data/dataobjects/open2300/templates/weatherDataObjectTemplate.inc', +'WebCam'=>'modules/home/widgets/WebCam.inc', 'WindFlashGraph'=>'modules/graphs/flash/WindFlashGraph.inc', 'WindSpeedLineGraph'=>'modules/graphs/WindSpeedLineGraph.inc', 'WMLDocument'=>'external/phphtmllib/src/wml/WMLDocument.inc', @@ -309,6 +310,7 @@ 'tree-item-w'=>'TreeItemWidget', 'vertical-c-s-s-nav-table'=>'VerticalCSSNavTable', 'weather-dl'=>'WeatherDataListPage', +'web-cam'=>'WebCam', 'wind-flash-graph'=>'WindFlashGraph', 'wind-speed-line-graph'=>'WindSpeedLineGraph', 'wml-document'=>'WMLDocument', @@ -386,6 +388,7 @@ 'TreeItemWidget'=>'tree-item-w', 'VerticalCSSNavTable'=>'vertical-c-s-s-nav-table', 'WeatherDataListPage'=>'weather-dl', +'WebCam'=>'web-cam', 'WindFlashGraph'=>'wind-flash-graph', 'WindSpeedLineGraph'=>'wind-speed-line-graph', 'WMLDocument'=>'wml-document', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |