Bug 544602 - Compile log page not found for jdt.core bundle
Change-Id: I079f47bf20e34be24ade1ce02f203b1a544a0f33
Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
diff --git a/core/compiler_32_006.dtd b/core/compiler_32_006.dtd
new file mode 100644
index 0000000..bb57d15
--- /dev/null
+++ b/core/compiler_32_006.dtd
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!ELEMENT compiler (error*,command_line?,options?,classpaths?,error*,warning*,sources*,extra_problems?,stats?,exception*)>
+<!ELEMENT command_line (argument*)>
+<!ELEMENT options (option*)>
+<!ELEMENT classpaths (classpath+)>
+<!ELEMENT error (#PCDATA)>
+<!ELEMENT warning (#PCDATA)>
+<!ELEMENT sources (source+)>
+<!ELEMENT source (problems*,tasks*,(classfile | error)*)>
+<!ELEMENT problems (problem+)>
+<!ELEMENT problem (message,source_context,arguments?)>
+<!ELEMENT arguments (argument+)>
+<!ELEMENT tasks (task+)>
+<!ELEMENT task (message, source_context)>
+<!ELEMENT stats (time?,number_of_lines?,problem_summary?,number_of_classfiles?)>
+<!ELEMENT argument (#PCDATA)>
+<!ELEMENT option (#PCDATA)>
+<!ELEMENT classpath (#PCDATA)>
+<!ELEMENT message (#PCDATA)>
+<!ELEMENT number_of_lines (#PCDATA)>
+<!ELEMENT time (#PCDATA)>
+<!ELEMENT number_of_classfiles (#PCDATA)>
+<!ELEMENT classfile (#PCDATA)>
+<!ELEMENT source_context (#PCDATA)>
+<!ELEMENT problem_summary (#PCDATA)>
+<!ELEMENT exception (#PCDATA)>
+<!ELEMENT extra_problems (extra_problem+)>
+<!ELEMENT extra_problem (message,source_context)>
+<!ATTLIST argument value CDATA #REQUIRED>
+<!ATTLIST option key CDATA #REQUIRED
+ value CDATA #REQUIRED
+>
+<!ATTLIST classpath path CDATA #REQUIRED
+ id CDATA #REQUIRED
+>
+<!ATTLIST source path CDATA #REQUIRED
+ output CDATA #IMPLIED
+ package CDATA #IMPLIED>
+<!ATTLIST problems problems CDATA #REQUIRED
+ errors CDATA #REQUIRED
+ warnings CDATA #REQUIRED
+ infos CDATA #REQUIRED
+>
+<!ATTLIST tasks tasks CDATA #REQUIRED>
+<!ATTLIST problem charEnd CDATA #REQUIRED
+ charStart CDATA #REQUIRED
+ severity CDATA #REQUIRED
+ line CDATA #REQUIRED
+ id CDATA #REQUIRED
+ problemID CDATA #IMPLIED
+ optionKey CDATA #IMPLIED
+ categoryID CDATA #IMPLIED
+>
+<!ATTLIST extra_problem charEnd CDATA #REQUIRED
+ charStart CDATA #REQUIRED
+ severity CDATA #REQUIRED
+ line CDATA #REQUIRED
+>
+<!ATTLIST extra_problems problems CDATA #REQUIRED
+>
+<!ATTLIST message value CDATA #REQUIRED>
+<!ATTLIST source_context value CDATA #REQUIRED
+ sourceStart CDATA #REQUIRED
+ sourceEnd CDATA #REQUIRED
+>
+<!ATTLIST task charEnd CDATA #REQUIRED
+ charStart CDATA #REQUIRED
+ line CDATA #REQUIRED
+ optionKey CDATA #IMPLIED
+>
+<!ATTLIST classfile path CDATA #REQUIRED>
+<!ATTLIST error message CDATA #REQUIRED
+ path CDATA #IMPLIED>
+<!ATTLIST warning message CDATA #REQUIRED>
+<!ATTLIST problem_summary problems CDATA #REQUIRED
+ errors CDATA #REQUIRED
+ warnings CDATA #REQUIRED
+ infos CDATA #REQUIRED
+ tasks CDATA #REQUIRED
+>
+<!ATTLIST number_of_classfiles value CDATA #REQUIRED>
+<!ATTLIST time value CDATA #REQUIRED>
+<!ATTLIST number_of_lines value CDATA #REQUIRED>
+<!ATTLIST compiler name CDATA #REQUIRED
+ copyright CDATA #REQUIRED
+ version CDATA #REQUIRED
+>
+<!ATTLIST exception class CDATA #REQUIRED
+ message CDATA #REQUIRED
+>
\ No newline at end of file
diff --git a/core/dev.php b/core/dev.php
index b5ee214..3c73c03 100644
--- a/core/dev.php
+++ b/core/dev.php
@@ -118,7 +118,7 @@
<td width="98%"> <b>Compiler DTD file</b><p>
The compiler DTD for XML compiler log can be found here: </p>
<ul>
- <li><a href="compiler_32_005.dtd" type="text/plain">Version 3.2.005 compiler.dtd</a></li>
+ <li><a href="compiler_32_006.dtd" type="text/plain">Version 3.2.006 compiler.dtd</a></li>
</ul>
</td>
</tr></table>