Mercurial > hg > Feedworm
annotate .project @ 155:a05719a6175e
move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sat, 27 Aug 2011 08:52:03 +0200 |
parents | 4ee11720c213 |
children |
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><project>/.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> |