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

« back to all changes in this revision

Viewing changes to plugins/ipod/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="Ipod + nike" 
4
 
        description="Import yor records direclty from your Ipod+Nike" 
5
 
        plugincode="ipod"
6
 
        pluginbutton="Import from Ipod+Nike" 
7
 
        executable="main.py" 
8
 
>
9
 
<conf-values variable="nikeid" value="4H73421AVSX"/>
10
 
<conf-values variable="mountpoint" value="/media/ipod/"/>
11
 
</pytrainer-plugin>