annotate .project @ 150:babe14449162

the entries for the selected feeds had to be set onto the item delegate so had access to the selected feed entry. Keep the list in one place only (the model) and access it from the item delegate.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 27 Aug 2011 06:43:28 +0200
parents 4ee11720c213
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 <projectDescription>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 <name>Feedworm</name>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 <comment></comment>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 <projects>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 </projects>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 <buildSpec>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 <buildCommand>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 <name>org.python.pydev.PyDevBuilder</name>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 <arguments>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 </arguments>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 </buildCommand>
25
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
13 <buildCommand>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
14 <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
15 <triggers>full,incremental,</triggers>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
16 <arguments>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
17 <dictionary>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
18 <key>LaunchConfigHandle</key>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
19 <value>&lt;project&gt;/.externalToolBuilders/pyuic.launch</value>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
20 </dictionary>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
21 </arguments>
4ee11720c213 add a bulider that keeps the .ui files in sync automatically
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
22 </buildCommand>
0
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 </buildSpec>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24 <natures>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 <nature>org.python.pydev.pythonNature</nature>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
26 </natures>
3bffc5caa24e initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
27 </projectDescription>