Tue, 20 Aug 2019 17:07:44 +0200
Revision <7140> closed.
960
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!-- This is the DTD for eric5's tasks file version 5.0 --> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <!ELEMENT Summary (#PCDATA)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <!ELEMENT Description (#PCDATA)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <!ELEMENT Created (#PCDATA)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <!ELEMENT Filename (#PCDATA)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | <!ELEMENT Linenumber (#PCDATA)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <!ELEMENT Resource (Filename, Linenumber)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <!ELEMENT Task (Summary, |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | Description, |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | Created, |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | Resource?)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <!ATTLIST Task |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | priority CDATA #REQUIRED |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | completed CDATA #REQUIRED |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | bugfix CDATA #IMPLIED> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | <!ELEMENT ProjectScanFilter (#PCDATA)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <!ELEMENT Tasks (ProjectScanFilter?, |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | Task*)> |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <!ATTLIST Tasks |
64a6e66b4707
Added capability to the tasks viewer to ignore files based on a wildcard during a project tasks scan.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | version CDATA #REQUIRED> |