Author: reinhard Date: 2005-04-19 11:57:40 -0500 (Tue, 19 Apr 2005) New Revision: 7422
Modified: trunk/www/utils/webhelpers/tools.py Log: Removed integrator until work starts again. Modified: trunk/www/utils/webhelpers/tools.py =================================================================== --- trunk/www/utils/webhelpers/tools.py 2005-04-19 15:57:36 UTC (rev 7421) +++ trunk/www/utils/webhelpers/tools.py 2005-04-19 16:57:40 UTC (rev 7422) @@ -1,8 +1,7 @@ ############################################################ # This should contain a list of all tools to publish -ALL_TOOLS = [ 'common', 'forms','reports','appserver','navigator', - 'designer','integrator' ] +ALL_TOOLS = ['common', 'forms', 'reports', 'appserver', 'navigator', 'designer'] ############################################################ _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
