Mercurial > hg > Feedworm
annotate .project @ 206:f74fe7cb5091
when updating feeds, only ever create new Feed objects for entries that are younger than the current expire date. This ensures that we do not see old, read, expired entries again
author | dirk |
---|---|
date | Sat, 02 Jun 2012 04:30:04 +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> |