[Phphtmllib-devel] SF.net SVN: phphtmllib:[3182] trunk/open2300/lib/autoload.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2008-11-07 06:42:24
|
Revision: 3182 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3182&view=rev Author: hemna Date: 2008-11-07 06:42:19 +0000 (Fri, 07 Nov 2008) Log Message: ----------- remote update Modified Paths: -------------- trunk/open2300/lib/autoload.inc Modified: trunk/open2300/lib/autoload.inc =================================================================== --- trunk/open2300/lib/autoload.inc 2008-11-07 06:41:47 UTC (rev 3181) +++ trunk/open2300/lib/autoload.inc 2008-11-07 06:42:19 UTC (rev 3182) @@ -1,7 +1,7 @@ <?php /** * This is an auto-generated file. Please do not modify! - * Generated on 2008-11-06T18:05:57-08:00 by AutoloadGenerator + * Generated on 2008-11-06T21:59:59-08:00 by AutoloadGenerator * * @package open2300 */ @@ -190,6 +190,7 @@ 'ProjectGenerator'=>'external/phphtmllib/src/generator/ProjectGenerator.inc', 'RainLineGraph'=>'modules/graphs/RainLineGraph.inc', 'RedTheme'=>'external/phphtmllib/data/css/RedTheme.inc', +'RemoteUpdate'=>'modules/api/RemoteUpdate.inc', 'Request'=>'external/phphtmllib/src/request/Request.inc', 'RequestBuilder'=>'external/phphtmllib/src/request/RequestBuilder.inc', 'RoundTitleTable'=>'external/phphtmllib/src/widgets/RoundTitleTable.inc', @@ -275,6 +276,7 @@ 'pressure-line-graph'=>'PressureLineGraph', 'rain-line-graph'=>'RainLineGraph', 'red-theme'=>'RedTheme', +'remote-update'=>'RemoteUpdate', 'round-title-table'=>'RoundTitleTable', 'standard-dialog-w'=>'StandardDialogWidget', 'standard-theme'=>'StandardTheme', @@ -345,6 +347,7 @@ 'PressureLineGraph'=>'pressure-line-graph', 'RainLineGraph'=>'rain-line-graph', 'RedTheme'=>'red-theme', +'RemoteUpdate'=>'remote-update', 'RoundTitleTable'=>'round-title-table', 'StandardDialogWidget'=>'standard-dialog-w', 'StandardTheme'=>'standard-theme', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |