aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-07 04:04:50 +0000
committerwisberg <wisberg>2003-05-07 04:04:50 +0000
commiteb770d8b1cc2f8a3c2ac3447f79971e0b84bca60 (patch)
tree9e74a2abf9146b13884a4642f8501a3047accd9d /tests
parent16942820e9cc048725bb78abda772ee281a71a3f (diff)
downloadaspectj-eb770d8b1cc2f8a3c2ac3447f79971e0b84bca60.tar.gz
aspectj-eb770d8b1cc2f8a3c2ac3447f79971e0b84bca60.zip
new attributes:
- compile reuseCompiler - inc-compile fresh
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTestSuite.dtd4
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 >