aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ltw
diff options
context:
space:
mode:
authoraclement <aclement>2005-11-15 14:34:45 +0000
committeraclement <aclement>2005-11-15 14:34:45 +0000
commite8b6bde2173e74a5969162aee2de59eee9476456 (patch)
tree1c469d92f242d6299a55a9c47f51782066fd3270 /tests/ltw
parentfdfc78fba8bbc7afc8cd03e2cf11c3547c032b87 (diff)
downloadaspectj-e8b6bde2173e74a5969162aee2de59eee9476456.tar.gz
aspectj-e8b6bde2173e74a5969162aee2de59eee9476456.zip
Matthews patches for 115275
Diffstat (limited to 'tests/ltw')
-rw-r--r--tests/ltw/aop-aspectsinclude.xml5
-rw-r--r--tests/ltw/aop-aspectsincludewithlintwarning.xml8
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/ltw/aop-aspectsinclude.xml b/tests/ltw/aop-aspectsinclude.xml
new file mode 100644
index 000000000..95f73f611
--- /dev/null
+++ b/tests/ltw/aop-aspectsinclude.xml
@@ -0,0 +1,5 @@
+<aspectj>
+ <aspects>
+ <include within="pakkage.*"/>
+ </aspects>
+</aspectj>
diff --git a/tests/ltw/aop-aspectsincludewithlintwarning.xml b/tests/ltw/aop-aspectsincludewithlintwarning.xml
new file mode 100644
index 000000000..8939234ab
--- /dev/null
+++ b/tests/ltw/aop-aspectsincludewithlintwarning.xml
@@ -0,0 +1,8 @@
+<aspectj>
+ <aspects>
+ <include within="pakkage.*"/>
+ </aspects>
+
+ <weaver options="-Xlint:warning">
+ </weaver>
+</aspectj>