diff options
author | wisberg <wisberg> | 2003-03-10 22:44:57 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-03-10 22:44:57 +0000 |
commit | c70fde750ae5cf0dc0b27ae30f68bb1f30a70e00 (patch) | |
tree | 67ffecabd254bc067f0ecbf1934d39475ec7f348 /tests | |
parent | 1c3c02518fc13f022230acac07db10649776955b (diff) | |
download | aspectj-c70fde750ae5cf0dc0b27ae30f68bb1f30a70e00.tar.gz aspectj-c70fde750ae5cf0dc0b27ae30f68bb1f30a70e00.zip |
supporting sourceroots
Diffstat (limited to 'tests')
-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 716aae2be..785d6896e 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -19,6 +19,7 @@ <!ATTLIST compile aspectpath CDATA #IMPLIED >
<!ATTLIST compile classpath CDATA #IMPLIED >
<!ATTLIST compile options CDATA #IMPLIED >
+ <!ATTLIST compile sourceroots CDATA #IMPLIED >
<!ELEMENT inc-compile (dir-changes*,message*)>
<!ATTLIST inc-compile tag CDATA #REQUIRED >
|