~ubuntu-branches/ubuntu/natty/pytrainer/natty

« back to all changes in this revision

Viewing changes to plugins/garmin-tcxv2/conf.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-12-13 03:01:28 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213030128-jbu18iml98hm5yfk
Tags: 1.7.0-1ubuntu1
* Merge from debian unstable (LP: #477875), Ubuntu remaining changes:
  - Replace Depends on iceweasel with firefox | abrowser.
  - Add --install-layout=deb to setup.py install arguments to prevent FTBFS
    with Python 2.6 on Ubuntu.
  - Bump-up debhelper, python-dev build-dependencies.
* Remove python-glade2 (libglade -> gtkbuilder transition).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<pytrainer-plugin 
 
3
        name="Garmin Training Center file (v2)" 
 
4
        description="Import your records from a Garmin Training Center version 2 file (.tcx) e.g. from a Garmin gps device (i.e. Forerunner 405)" 
 
5
        plugincode="garminTCXv2"
 
6
        pluginbutton="Import from file: Garmin Training Center (version 2)" 
 
7
        executable="garmin-tcxv2" 
 
8
>
 
9
<conf-values variable="Force_sport_to" value=""/>
 
10
</pytrainer-plugin>