[Phphtmllib-devel] SF.net SVN: phphtmllib:[3535] trunk/open2300/lib/autoload.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-07-14 19:25:29
|
Revision: 3535 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3535&view=rev Author: hemna Date: 2010-07-14 19:25:23 +0000 (Wed, 14 Jul 2010) Log Message: ----------- added piwik Modified Paths: -------------- trunk/open2300/lib/autoload.inc Modified: trunk/open2300/lib/autoload.inc =================================================================== --- trunk/open2300/lib/autoload.inc 2010-07-14 19:25:09 UTC (rev 3534) +++ trunk/open2300/lib/autoload.inc 2010-07-14 19:25:23 UTC (rev 3535) @@ -1,7 +1,7 @@ <?php /** * This is an auto-generated file. Please do not modify! - * Generated on 2010-06-15T10:20:09-07:00 by AutoloadGenerator + * Generated on 2010-07-14T12:07:11-07:00 by AutoloadGenerator * * @package open2300 */ @@ -196,6 +196,7 @@ 'PGSQLDataListSource'=>'external/phphtmllib/src/datalist/datalistsource/PGSQLDataListSource.inc', 'phphtmllib'=>'external/phphtmllib/phphtmllib.inc', 'phphtmllibException'=>'external/phphtmllib/src/mvc/phphtmllibException.inc', +'PiwikTracker'=>'external/PiwikTracker.inc', 'PostRequestBuilder'=>'external/phphtmllib/src/request/PostRequestBuilder.inc', 'PressureLineGraph'=>'modules/graphs/PressureLineGraph.inc', 'ProjectGenerator'=>'external/phphtmllib/src/generator/ProjectGenerator.inc', @@ -250,7 +251,6 @@ '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', 'WXConversion'=>'core/data/WXConversion.inc', @@ -295,10 +295,6 @@ 'message-box-o-k-cancel'=>'MessageBoxOKCancel', 'message-box-w'=>'MessageBoxWidget', 'metar'=>'MetarTextCurrentConditions', -'my-humidity-flash-gauge'=>'myHumidityFlashGauge', -'my-pressure-flash-gauge'=>'myPressureFlashGauge', -'my-rain-flash-gauge'=>'myRainFlashGauge', -'my-temperature-flash-gauge'=>'myTemperatureFlashGauge', 'nav-table'=>'NavTable', 'open-2-3-0-0'=>'open2300Page', 'pressure-line-graph'=>'PressureLineGraph', @@ -326,7 +322,6 @@ 'tree-item-w'=>'TreeItemWidget', 'vertical-c-s-s-nav-table'=>'VerticalCSSNavTable', 'web-cam'=>'WebCam', -'wind-flash-graph'=>'WindFlashGraph', 'wind-speed-line-graph'=>'WindSpeedLineGraph', 'wml-document'=>'WMLDocument', 'wx-date'=>'WxDate', @@ -379,10 +374,6 @@ 'MessageBoxOKCancel'=>'message-box-o-k-cancel', 'MessageBoxWidget'=>'message-box-w', 'MetarTextCurrentConditions'=>'metar', -'myHumidityFlashGauge'=>'my-humidity-flash-gauge', -'myPressureFlashGauge'=>'my-pressure-flash-gauge', -'myRainFlashGauge'=>'my-rain-flash-gauge', -'myTemperatureFlashGauge'=>'my-temperature-flash-gauge', 'NavTable'=>'nav-table', 'open2300Page'=>'open-2-3-0-0', 'PressureLineGraph'=>'pressure-line-graph', @@ -410,7 +401,6 @@ 'TreeItemWidget'=>'tree-item-w', 'VerticalCSSNavTable'=>'vertical-c-s-s-nav-table', 'WebCam'=>'web-cam', -'WindFlashGraph'=>'wind-flash-graph', 'WindSpeedLineGraph'=>'wind-speed-line-graph', 'WMLDocument'=>'wml-document', 'WxDate'=>'wx-date', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |