Mercurial > hg > Feedworm
annotate .project @ 10:01a86b178e60
catch the FeedUpdateException that might be raised when updating a feed, print it and continue with next feed
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 27 Apr 2010 20:08:21 +0200 |
parents | 3bffc5caa24e |
children | 4ee11720c213 |
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> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
13 </buildSpec> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
14 <natures> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
15 <nature>org.python.pydev.pythonNature</nature> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 </natures> |
3bffc5caa24e
initial project setup of the feedworm feed reader
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
17 </projectDescription> |