Wed, 21 Apr 2021 17:56:12 +0200
Third Party packages
- removed most of the bundled Third Party packages in favour of pip installed packages
3197
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!-- This is the DTD for eric5's multi project file version 5.0 --> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <!ELEMENT Description (#PCDATA)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <!ELEMENT ProjectName (#PCDATA)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <!ELEMENT ProjectFile (#PCDATA)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <!ELEMENT ProjectDescription (#PCDATA)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <!ELEMENT ProjectCategory (#PCDATA)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <!ELEMENT Project (ProjectName, |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | ProjectFile, |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | ProjectDescription, |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | ProjectCategory)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | <!ATTLIST Project |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | isMaster CDATA #REQUIRED> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <!ELEMENT Projects (Project*)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | <!ELEMENT MultiProject (Description, |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | Projects)> |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <!ATTLIST MultiProject |
4103c8013c36
Added support for the categorisation of projects to multi projects and changed the multi project file format.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | version CDATA #REQUIRED> |