Removed non supported DTD versions.

Sun, 12 Sep 2010 18:39:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 12 Sep 2010 18:39:21 +0200
changeset 600
ed2589a25982
parent 599
ee87fe94bf96
child 602
2f32aef5cc67

Removed non supported DTD versions.

DTDs/Session-4.0.dtd file | annotate | diff | comparison | revisions
DTDs/Session-4.1.dtd file | annotate | diff | comparison | revisions
DTDs/Session-4.2.dtd file | annotate | diff | comparison | revisions
DTDs/Shortcuts-3.5.dtd file | annotate | diff | comparison | revisions
--- a/DTDs/Session-4.0.dtd	Sun Sep 12 18:37:31 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,93 +0,0 @@
-<!-- This is the DTD for eric4's project session file version 4.0-->
-
-<!ELEMENT   Filename        (#PCDATA)>
-<!ATTLIST   Filename
-    cline       CDATA   #REQUIRED
-    cindex      CDATA   #REQUIRED>
-
-<!ELEMENT   Filenames       (Filename*)>
-
-<!ELEMENT   ActiveWindow    (#PCDATA)>
-<!ATTLIST   ActiveWindow
-    cline       CDATA   #REQUIRED
-    cindex      CDATA   #REQUIRED>
-
-<!ELEMENT   BpFilename      (#PCDATA)>
-<!ELEMENT   Linenumber      EMPTY>
-<!ATTLIST   Linenumber
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Condition       (#PCDATA)>
-<!ELEMENT   Temporary       EMPTY>
-<!ATTLIST   Temporary
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Enabled         EMPTY>
-<!ATTLIST   Enabled
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Count           EMPTY>
-<!ATTLIST   Count
-    value       CDATA   #REQUIRED>
-
-<!ELEMENT   Breakpoint      (BpFilename,
-                             Linenumber,
-                             Condition,
-                             Temporary,
-                             Enabled,
-                             Count)>
-
-<!ELEMENT   Breakpoints     (Breakpoint*)>
-
-<!ELEMENT   Special         (#PCDATA)>
-
-<!ELEMENT   Watchpoint      (Condition,
-                             Temporary,
-                             Enabled,
-                             Count,
-                             Special)>
-
-<!ELEMENT   Watchpoints     (Watchpoint*)>
-
-<!ELEMENT   Exception       (#PCDATA)>
-
-<!ELEMENT   CommandLine      (#PCDATA)>
-<!ELEMENT   WorkingDirectory (#PCDATA)>
-<!ELEMENT   Environment      (#PCDATA)>
-<!ELEMENT   ReportExceptions EMPTY>
-<!ATTLIST   ReportExceptions
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Exceptions       (Exception*)>
-<!ELEMENT   AutoClearShell   EMPTY>
-<!ATTLIST   AutoClearShell
-    value       CDATA   #REQUIRED>
-<!ELEMENT   TracePython      EMPTY>
-<!ATTLIST   TracePython
-    value       CDATA   #REQUIRED>
-<!ELEMENT   AutoContinue     EMPTY>
-<!ATTLIST   AutoContinue
-    value       CDATA   #REQUIRED>
-<!ELEMENT   CovexcPattern    (#PCDATA)>
-
-<!ELEMENT   DebugInfo       (CommandLine,
-                             WorkingDirectory,
-                             Environment,
-                             ReportExceptions,
-                             Exceptions,
-                             AutoClearShell,
-                             TracePython,
-                             AutoContinue,
-                             CovexcPattern)>
-
-<!ELEMENT   BmFilename      (#PCDATA)>
-
-<!ELEMENT   Bookmark        (BmFilename,
-                             Linenumber)>
-
-<!ELEMENT   Bookmarks       (Bookmark*)>
-
-<!ELEMENT   Session         (Filenames,
-                             ActiveWindow?,
-                             Breakpoints,
-                             Watchpoints,
-                             DebugInfo,
-                             Bookmarks)>
-<!ATTLIST   Session
-    version     CDATA   #REQUIRED>
--- a/DTDs/Session-4.1.dtd	Sun Sep 12 18:37:31 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,93 +0,0 @@
-<!-- This is the DTD for eric4's project session file version 4.1-->
-
-<!ELEMENT   Filename        (#PCDATA)>
-<!ATTLIST   Filename
-    cline       CDATA   #REQUIRED
-    cindex      CDATA   #REQUIRED>
-
-<!ELEMENT   Filenames       (Filename*)>
-
-<!ELEMENT   ActiveWindow    (#PCDATA)>
-<!ATTLIST   ActiveWindow
-    cline       CDATA   #REQUIRED
-    cindex      CDATA   #REQUIRED>
-
-<!ELEMENT   BpFilename      (#PCDATA)>
-<!ELEMENT   Linenumber      EMPTY>
-<!ATTLIST   Linenumber
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Condition       (#PCDATA)>
-<!ELEMENT   Temporary       EMPTY>
-<!ATTLIST   Temporary
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Enabled         EMPTY>
-<!ATTLIST   Enabled
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Count           EMPTY>
-<!ATTLIST   Count
-    value       CDATA   #REQUIRED>
-
-<!ELEMENT   Breakpoint      (BpFilename,
-                             Linenumber,
-                             Condition,
-                             Temporary,
-                             Enabled,
-                             Count)>
-
-<!ELEMENT   Breakpoints     (Breakpoint*)>
-
-<!ELEMENT   Special         (#PCDATA)>
-
-<!ELEMENT   Watchexpression (Condition,
-                             Temporary,
-                             Enabled,
-                             Count,
-                             Special)>
-
-<!ELEMENT   Watchexpressions (Watchexpression*)>
-
-<!ELEMENT   Exception       (#PCDATA)>
-
-<!ELEMENT   CommandLine      (#PCDATA)>
-<!ELEMENT   WorkingDirectory (#PCDATA)>
-<!ELEMENT   Environment      (#PCDATA)>
-<!ELEMENT   ReportExceptions EMPTY>
-<!ATTLIST   ReportExceptions
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Exceptions       (Exception*)>
-<!ELEMENT   AutoClearShell   EMPTY>
-<!ATTLIST   AutoClearShell
-    value       CDATA   #REQUIRED>
-<!ELEMENT   TracePython      EMPTY>
-<!ATTLIST   TracePython
-    value       CDATA   #REQUIRED>
-<!ELEMENT   AutoContinue     EMPTY>
-<!ATTLIST   AutoContinue
-    value       CDATA   #REQUIRED>
-<!ELEMENT   CovexcPattern    (#PCDATA)>
-
-<!ELEMENT   DebugInfo       (CommandLine,
-                             WorkingDirectory,
-                             Environment,
-                             ReportExceptions,
-                             Exceptions,
-                             AutoClearShell,
-                             TracePython,
-                             AutoContinue,
-                             CovexcPattern)>
-
-<!ELEMENT   BmFilename      (#PCDATA)>
-
-<!ELEMENT   Bookmark        (BmFilename,
-                             Linenumber)>
-
-<!ELEMENT   Bookmarks       (Bookmark*)>
-
-<!ELEMENT   Session         (Filenames,
-                             ActiveWindow?,
-                             Breakpoints,
-                             Watchexpressions,
-                             DebugInfo,
-                             Bookmarks)>
-<!ATTLIST   Session
-    version     CDATA   #REQUIRED>
--- a/DTDs/Session-4.2.dtd	Sun Sep 12 18:37:31 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,100 +0,0 @@
-<!-- This is the DTD for eric4's (project) session file version 4.2-->
-
-<!ELEMENT   MultiProject    (#PCDATA)>
-
-<!ELEMENT   Project         (#PCDATA)>
-
-<!ELEMENT   Filename        (#PCDATA)>
-<!ATTLIST   Filename
-    cline       CDATA   #REQUIRED
-    cindex      CDATA   #REQUIRED
-    folds       CDATA   #REQUIRED>
-
-<!ELEMENT   Filenames       (Filename*)>
-
-<!ELEMENT   ActiveWindow    (#PCDATA)>
-<!ATTLIST   ActiveWindow
-    cline       CDATA   #REQUIRED
-    cindex      CDATA   #REQUIRED>
-
-<!ELEMENT   BpFilename      (#PCDATA)>
-<!ELEMENT   Linenumber      EMPTY>
-<!ATTLIST   Linenumber
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Condition       (#PCDATA)>
-<!ELEMENT   Temporary       EMPTY>
-<!ATTLIST   Temporary
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Enabled         EMPTY>
-<!ATTLIST   Enabled
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Count           EMPTY>
-<!ATTLIST   Count
-    value       CDATA   #REQUIRED>
-
-<!ELEMENT   Breakpoint      (BpFilename,
-                             Linenumber,
-                             Condition,
-                             Temporary,
-                             Enabled,
-                             Count)>
-
-<!ELEMENT   Breakpoints     (Breakpoint*)>
-
-<!ELEMENT   Special         (#PCDATA)>
-
-<!ELEMENT   Watchexpression (Condition,
-                             Temporary,
-                             Enabled,
-                             Count,
-                             Special)>
-
-<!ELEMENT   Watchexpressions (Watchexpression*)>
-
-<!ELEMENT   Exception       (#PCDATA)>
-
-<!ELEMENT   CommandLine      (#PCDATA)>
-<!ELEMENT   WorkingDirectory (#PCDATA)>
-<!ELEMENT   Environment      (#PCDATA)>
-<!ELEMENT   ReportExceptions EMPTY>
-<!ATTLIST   ReportExceptions
-    value       CDATA   #REQUIRED>
-<!ELEMENT   Exceptions       (Exception*)>
-<!ELEMENT   AutoClearShell   EMPTY>
-<!ATTLIST   AutoClearShell
-    value       CDATA   #REQUIRED>
-<!ELEMENT   TracePython      EMPTY>
-<!ATTLIST   TracePython
-    value       CDATA   #REQUIRED>
-<!ELEMENT   AutoContinue     EMPTY>
-<!ATTLIST   AutoContinue
-    value       CDATA   #REQUIRED>
-<!ELEMENT   CovexcPattern    (#PCDATA)>
-
-<!ELEMENT   DebugInfo       (CommandLine,
-                             WorkingDirectory,
-                             Environment,
-                             ReportExceptions,
-                             Exceptions,
-                             AutoClearShell,
-                             TracePython,
-                             AutoContinue,
-                             CovexcPattern)>
-
-<!ELEMENT   BmFilename      (#PCDATA)>
-
-<!ELEMENT   Bookmark        (BmFilename,
-                             Linenumber)>
-
-<!ELEMENT   Bookmarks       (Bookmark*)>
-
-<!ELEMENT   Session         (MultiProject?,
-                             Project?,
-                             Filenames,
-                             ActiveWindow?,
-                             Breakpoints,
-                             Watchexpressions,
-                             DebugInfo,
-                             Bookmarks)>
-<!ATTLIST   Session
-    version     CDATA   #REQUIRED>
--- a/DTDs/Shortcuts-3.5.dtd	Sun Sep 12 18:37:31 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-<!-- This is the DTD for eric3's shortcuts file version 3.5 -->
-
-<!ELEMENT   Name        (#PCDATA)>
-<!ELEMENT   Accel       (#PCDATA)>
-
-<!ELEMENT   Shortcut    (Name, Accel)>
-<!ATTLIST   Shortcut
-    category    CDATA   #REQUIRED>
-
-<!ELEMENT   Shortcuts   (Shortcut+)>
-<!ATTLIST   Shortcuts
-    version     CDATA   #REQUIRED>

eric ide

mercurial