diff options
author | wisberg <wisberg> | 2003-10-31 03:55:22 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-31 03:55:22 +0000 |
commit | 03a6e118200e61b47c489fd89107b7d6cec1fbfd (patch) | |
tree | 1252e8860450dc869a93ae2f13d023720cb14eeb /tests | |
parent | 4c6000abf30422a66853138395baff77f4e5386a (diff) | |
download | aspectj-03a6e118200e61b47c489fd89107b7d6cec1fbfd.tar.gz aspectj-03a6e118200e61b47c489fd89107b7d6cec1fbfd.zip |
add support for extdirs
unhide support for classpath
fix writes for sourcepath, argfiles
add hook to not enforce compiler for testing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTestSuite.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ajcTestSuite.dtd b/tests/ajcTestSuite.dtd index c0fdc49a7..2f87f50ce 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -20,7 +20,8 @@ <!ATTLIST compile includeClassesDir CDATA #IMPLIED >
<!ATTLIST compile argfiles CDATA #IMPLIED >
<!ATTLIST compile aspectpath CDATA #IMPLIED >
- <!ATTLIST compile classpath CDATA #IMPLIED > <!-- XXX unused - calculated -->
+ <!ATTLIST compile classpath CDATA #IMPLIED >
+ <!ATTLIST compile extdirs CDATA #IMPLIED >
<!ATTLIST compile options CDATA #IMPLIED >
<!ATTLIST compile sourceroots CDATA #IMPLIED >
|