From: aclement Date: Tue, 10 Feb 2009 00:43:58 +0000 (+0000) Subject: 124460: simple basic control of weaving via aop.xml X-Git-Tag: pre268419~119 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=35b87d07898b0a3dc76045972fee8e690befd2b2;p=aspectj.git 124460: simple basic control of weaving via aop.xml --- diff --git a/tests/features164/aopconfig/two/A.java b/tests/features164/aopconfig/two/A.java new file mode 100644 index 000000000..57dba05ce --- /dev/null +++ b/tests/features164/aopconfig/two/A.java @@ -0,0 +1,3 @@ +aspect A { + before():staticinitialization(*) {} +} diff --git a/tests/features164/aopconfig/two/B.java b/tests/features164/aopconfig/two/B.java new file mode 100644 index 000000000..66dd24ce6 --- /dev/null +++ b/tests/features164/aopconfig/two/B.java @@ -0,0 +1,2 @@ +public class B { +} diff --git a/tests/features164/aopconfig/two/foo.xml b/tests/features164/aopconfig/two/foo.xml new file mode 100644 index 000000000..5526fcfa5 --- /dev/null +++ b/tests/features164/aopconfig/two/foo.xml @@ -0,0 +1,6 @@ + + + + + +