Blob Blame History Raw
=== modified file 'setup.py'
--- setup.py	2009-12-04 11:08:54 +0000
+++ setup.py	2009-12-13 13:32:53 +0000
@@ -118,6 +118,7 @@
     'GTG.tools',
     'GTG.plugins',
     'GTG.plugins.bugzilla',
+    'GTG.plugins.export',
     'GTG.plugins.geolocalized_tasks',
     'GTG.plugins.hamster',
     'GTG.plugins.helloworld',
@@ -131,6 +132,7 @@
     'GTG.core.plugins':['pluginmanager.glade'],
     'GTG.plugins':[
         'bugzilla.gtg-plugin',
+        'export.gtg-plugin',
         'geolocalized-tasks.gtg-plugin',
         'hamster.gtg-plugin',
         'helloworld.gtg-plugin',
@@ -138,10 +140,21 @@
         'rtm-sync.gtg-plugin',
         'tomboy.gtg-plugin'
         ],
-    'GTG.plugins.rtm_sync':['gtk.glade'],
-    'GTG.plugins.geolocalized_tasks':['geolocalized.glade'],
+    'GTG.plugins.rtm_sync':['gtk.glade', 'pyrtm/rtm.py',
+                            'icons/hicolor/16x16/rtm_image.png',
+                            'icons/hicolor/24x24/rtm_image.png',
+                            'icons/hicolor/svg/rtm_image.svg'],
+    'GTG.plugins.export':['export.ui', 'export_templates/thumbnail_textual.txt',
+                          'export_templates/template_simple.html',
+                          'export_templates/template_textual.txt',
+                          'export_templates/thumbnail_simple.html'],
+    'GTG.plugins.geolocalized_tasks':['geolocalized.glade',
+                                      'icons/hicolor/24x24/geolocalization.png',
+                                      'icons/hicolor/16x16/assign-location.png',
+                                      'icons/hicolor/svg/assign-location.svg',
+                                      'icons/hicolor/svg/geolocalization.svg'],
     'GTG.plugins.helloworld':['hello_world.glade'],
-    'GTG.plugins.tomboy':['tomboy.glade']
+    'GTG.plugins.tomboy':['tomboy.glade', 'tomboy.ui']
     },
   data_files = create_data_files(),
   scripts=['gtg','gtg_new_task',],