]> source.dussan.org Git - aspectj.git/commit
Fix for 368046: exclude certain loaders
authorAndy Clement <aclement@gopivotal.com>
Tue, 30 Jul 2013 05:24:55 +0000 (22:24 -0700)
committerAndy Clement <aclement@gopivotal.com>
Fri, 18 Oct 2013 18:36:11 +0000 (11:36 -0700)
commitaba10968da43b517e68308e14681a14311a76d42
tree925f50ad14e0f2480621e3623e73c974389ac8f3
parentd82db7bf44e2e0d5f68798c22cd7eb373452bc54
Fix for 368046: exclude certain loaders
loadtime/src/org/aspectj/weaver/loadtime/Aj.java
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java
loadtime/src/org/aspectj/weaver/loadtime/Options.java
tests/bugs174/pr368046/Azpect.java [new file with mode: 0644]
tests/bugs174/pr368046/Code.java [new file with mode: 0644]
tests/bugs174/pr368046/aop1.xml [new file with mode: 0644]
tests/bugs174/pr368046/aop2.xml [new file with mode: 0644]
tests/bugs174/pr368046/aop3.xml [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc174/Ajc174Tests.java
tests/src/org/aspectj/systemtest/ajc174/ajc174.xml