diff options
author | mwebster <mwebster> | 2006-06-02 12:47:08 +0000 |
---|---|---|
committer | mwebster <mwebster> | 2006-06-02 12:47:08 +0000 |
commit | 319a0d15703c098b74335ecb9672f58166bf3c5b (patch) | |
tree | 79e1c99955a8c5de1001269352369723eba48082 /ajde/testdata | |
parent | 30ba1f01085bb48d8fb599ebf072dbc0b547cdfb (diff) | |
download | aspectj-319a0d15703c098b74335ecb9672f58166bf3c5b.tar.gz aspectj-319a0d15703c098b74335ecb9672f58166bf3c5b.zip |
132591 - Duplicate exception with aop.xml file on aspectpath
Diffstat (limited to 'ajde/testdata')
-rw-r--r-- | ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst | 1 | ||||
-rw-r--r-- | ajde/testdata/OutxmlTest/src-resources/META-INF/aop.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst b/ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst new file mode 100644 index 000000000..87c980224 --- /dev/null +++ b/ajde/testdata/OutxmlTest/outxml-to-outjar-with-aop_xml.lst @@ -0,0 +1 @@ +-outxml diff --git a/ajde/testdata/OutxmlTest/src-resources/META-INF/aop.xml b/ajde/testdata/OutxmlTest/src-resources/META-INF/aop.xml new file mode 100644 index 000000000..77505c753 --- /dev/null +++ b/ajde/testdata/OutxmlTest/src-resources/META-INF/aop.xml @@ -0,0 +1,2 @@ +<aspectj> +</aspectj>
\ No newline at end of file |