diff options
author | wisberg <wisberg> | 2003-01-06 23:24:20 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-01-06 23:24:20 +0000 |
commit | 3c417328205d53acdd616b5fe8f870bda5a7c5f9 (patch) | |
tree | ea2fe957b3f1ce36ca494cb78ff471893064ce6e /tests/ajcTestSuite.dtd | |
parent | 463e3f62576e2495e2247ec396ca5c7f31ca256d (diff) | |
download | aspectj-3c417328205d53acdd616b5fe8f870bda5a7c5f9.tar.gz aspectj-3c417328205d53acdd616b5fe8f870bda5a7c5f9.zip |
added classpath element to compile
Diffstat (limited to 'tests/ajcTestSuite.dtd')
-rw-r--r-- | tests/ajcTestSuite.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index 4bee878e4..8ede63c43 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -17,6 +17,7 @@ <!ATTLIST compile files CDATA #IMPLIED >
<!ATTLIST compile argfiles CDATA #IMPLIED >
<!ATTLIST compile aspectpath CDATA #IMPLIED >
+ <!ATTLIST compile classpath CDATA #IMPLIED >
<!ATTLIST compile options CDATA #IMPLIED >
<!ELEMENT inc-compile (dir-changes*,message*)>
|