From: <jb...@us...> - 2009-11-08 06:20:24
|
Revision: 378 http://pytrainer.svn.sourceforge.net/pytrainer/?rev=378&view=rev Author: jblance Date: 2009-11-08 06:20:13 +0000 (Sun, 08 Nov 2009) Log Message: ----------- Updated plugins setup to include new/changed plugins Modified Paths: -------------- pytrainer/branches/plugins-v2/setup.py Modified: pytrainer/branches/plugins-v2/setup.py =================================================================== --- pytrainer/branches/plugins-v2/setup.py 2009-10-29 04:57:47 UTC (rev 377) +++ pytrainer/branches/plugins-v2/setup.py 2009-11-08 06:20:13 UTC (rev 378) @@ -31,10 +31,11 @@ ('share/pytrainer/glade/',glob("glade/*.png")), ('share/pytrainer/glade/',glob("glade/*.jpg")), ('share/pytrainer/',glob("*.style")), - install_plugin("garmingpx"), + install_plugin("garmin-gpx"), install_plugin("garmin-hr"), + install_plugin("garmin-hr-file"), + install_plugin("garmin-tcxv2"), install_plugin("googleearth"), - install_plugin("ipod"), install_extension("wordpress"), (install_locale("es")), (install_locale("ca")), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |