diff options
author | aclement <aclement> | 2006-08-08 13:50:57 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-08-08 13:50:57 +0000 |
commit | 039be6888f9ec674a0bbb0f5fc37486f8565fece (patch) | |
tree | a867ef7e3b451da5fa14a5977410b47f8f97fb93 /tests/ltw | |
parent | a38edd39a8e998a22b41a0cf1928493aa0755e65 (diff) | |
download | aspectj-039be6888f9ec674a0bbb0f5fc37486f8565fece.tar.gz aspectj-039be6888f9ec674a0bbb0f5fc37486f8565fece.zip |
patches from 152161
Diffstat (limited to 'tests/ltw')
-rw-r--r-- | tests/ltw/aop-xset-verbose.xml | 5 | ||||
-rw-r--r-- | tests/ltw/aop-xset.xml | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ltw/aop-xset-verbose.xml b/tests/ltw/aop-xset-verbose.xml new file mode 100644 index 000000000..e83ad709d --- /dev/null +++ b/tests/ltw/aop-xset-verbose.xml @@ -0,0 +1,5 @@ +<aspectj> + <weaver options="-Xset:pipelineCompilation=false -verbose -showWeaveInfo -Xlintfile:Xlint-empty.properties"/> + <aspect name="Aspect1"/> +</aspectj> + diff --git a/tests/ltw/aop-xset.xml b/tests/ltw/aop-xset.xml new file mode 100644 index 000000000..dcad617ab --- /dev/null +++ b/tests/ltw/aop-xset.xml @@ -0,0 +1,4 @@ +<aspectj> + <weaver options="-Xset:runMinimalMemory=true,pipelineCompilation=true,captureAllContext=false,activateLightweightDelegates=true,debugStructuralChangesCode=false,debugBridging=false -Xlintfile:Xlint-empty.properties"/> +</aspectj> + |