Mercurial > hg > Feedworm
annotate .project @ 63:b8d209fdad14
helper class to create Feed objects from an OPML feed
author | dirk@xanthippe.ping.de |
---|---|
date | Wed, 28 Jul 2010 21:14:34 +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> |