aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1610/pr324932/aop.xml
diff options
context:
space:
mode:
authoraclement <aclement>2010-09-15 18:18:01 +0000
committeraclement <aclement>2010-09-15 18:18:01 +0000
commit923190c40b9f5a794167ceff5cf3f0c5b21c2d7b (patch)
tree78ab4d02fc0aac6c500b8ad4b02fab03e5030b3f /tests/bugs1610/pr324932/aop.xml
parentb72bc1728c41181f3ed32828b32897f557f4fdf1 (diff)
downloadaspectj-923190c40b9f5a794167ceff5cf3f0c5b21c2d7b.tar.gz
aspectj-923190c40b9f5a794167ceff5cf3f0c5b21c2d7b.zip
Diffstat (limited to 'tests/bugs1610/pr324932/aop.xml')
-rw-r--r--tests/bugs1610/pr324932/aop.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs1610/pr324932/aop.xml b/tests/bugs1610/pr324932/aop.xml
new file mode 100644
index 000000000..515c5b474
--- /dev/null
+++ b/tests/bugs1610/pr324932/aop.xml
@@ -0,0 +1,10 @@
+<aspectj>
+ <aspects>
+ <aspect name="X"/>
+ </aspects>
+
+ <weaver options="-Xset:targetRuntime1_6_10=true,fastWeaving=true,weaveJavaxPackages=true -XhasMember -XlazyTjp -Xreweavable">
+ <include within="*"/>
+ </weaver>
+
+</aspectj> \ No newline at end of file