Author: remi Date: 2009-07-29 19:37:51 +0200 (Wed, 29 Jul 2009) New Revision: 5231
Modified: software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py Log: * Auto updater will now get the "online" versions Modified: software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py =================================================================== --- software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py 2009-07-29 15:55:19 UTC (rev 5230) +++ software_suite_v3/smart-core/smart-server/trunk/TDSAutoUpdater.py 2009-07-29 17:37:51 UTC (rev 5231) @@ -23,7 +23,7 @@ from util.misc import URLTools from util.logger import * -DIST_STATE = "beta" +DIST_STATE = "online" PART_CONF_SRC_URL = 0 PART_CONF_DEST = 1 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
