diff options
author | acolyer <acolyer> | 2004-03-16 11:37:33 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-16 11:37:33 +0000 |
commit | 45b84e93b81522852b6034a2e922b9f3990ff48d (patch) | |
tree | fa3dfb3f9e84aa69f7bae0c86e35671ace8f308e /tests/ajcTestSuite.dtd | |
parent | 9413c6d26f53a94fa78b02cf228628bbdcbf635d (diff) | |
download | aspectj-45b84e93b81522852b6034a2e922b9f3990ff48d.tar.gz aspectj-45b84e93b81522852b6034a2e922b9f3990ff48d.zip |
fix for Bugzilla Bug 43714
weaving from an input jar into that same jar.
(adds outjar attribute 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 19d172bc2..f6626208f 100644 --- a/tests/ajcTestSuite.dtd +++ b/tests/ajcTestSuite.dtd @@ -25,6 +25,7 @@ <!ATTLIST compile options CDATA #IMPLIED >
<!ATTLIST compile sourceroots CDATA #IMPLIED >
<!ATTLIST compile xlintfile CDATA #IMPLIED >
+ <!ATTLIST compile outjar CDATA #IMPLIED >
<!ELEMENT inc-compile (dir-changes*,message*)>
<!ATTLIST inc-compile tag CDATA #REQUIRED >
|