# sprint-1 Fixed class name
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1f1f0b67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1f1f0b67 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1f1f0b67 Branch: refs/heads/ignite-32 Commit: 1f1f0b67f8f48a0b6e82f3d6beb248feb232c9c0 Parents: 8da62b9 Author: sboikov <sboi...@gridgain.com> Authored: Fri Jan 23 17:13:54 2015 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Fri Jan 23 17:13:54 2015 +0300 ---------------------------------------------------------------------- modules/aop/src/test/config/aop/aspectj/META-INF/aop.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1f1f0b67/modules/aop/src/test/config/aop/aspectj/META-INF/aop.xml ---------------------------------------------------------------------- diff --git a/modules/aop/src/test/config/aop/aspectj/META-INF/aop.xml b/modules/aop/src/test/config/aop/aspectj/META-INF/aop.xml index 650fe72..e8909e0 100644 --- a/modules/aop/src/test/config/aop/aspectj/META-INF/aop.xml +++ b/modules/aop/src/test/config/aop/aspectj/META-INF/aop.xml @@ -167,7 +167,7 @@ <aspect name="org.apache.ignite.compute.gridify.aop.aspectj.GridifySetToSetAspectJAspect"/> <!-- Declare folder to search for aspects. --> - <include within="org.gridgain.grid.compute.gridify.aop.aspectj.*"/> + <include within="org.apache.ignite.compute.gridify.aop.aspectj.*"/> <!-- BEA libs. --> <exclude within="weblogic..*"/>