diff options
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r-- | tests/ajcTestSuite.dtd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index 785d6896e..f437e8db0 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -15,14 +15,16 @@ <!ELEMENT compile (dir-changes*,file*,message*)>
<!ATTLIST compile staging CDATA #IMPLIED >
<!ATTLIST compile files CDATA #IMPLIED >
+ <!ATTLIST compile reuseCompiler CDATA #IMPLIED >
<!ATTLIST compile argfiles CDATA #IMPLIED >
<!ATTLIST compile aspectpath CDATA #IMPLIED >
- <!ATTLIST compile classpath CDATA #IMPLIED >
+ <!ATTLIST compile classpath CDATA #IMPLIED > <!-- XXX unused - calculated -->
<!ATTLIST compile options CDATA #IMPLIED >
<!ATTLIST compile sourceroots CDATA #IMPLIED >
<!ELEMENT inc-compile (dir-changes*,message*)>
<!ATTLIST inc-compile tag CDATA #REQUIRED >
+ <!ATTLIST inc-compile fresh CDATA #IMPLIED >
<!ELEMENT run (dir-changes*,message*)>
<!ATTLIST run class CDATA #REQUIRED >
|