Browse Source

Backport "Replace reference to aspectjrt with aspectjweaver"

Replace reference to aspectjrt.jar with aspectjweaver.jar since
aspectjrt is a subset of aspectjweaver and the full jar is required
by Spring.

Issue: SPR-8896
Backport-Commit: d70762baaf
pull/1536/head
Phillip Webb 12 years ago committed by Chris Beams
parent
commit
1cd7600d8a
  1. 2
      spring-framework-reference/src/aop.xml

2
spring-framework-reference/src/aop.xml

@ -344,7 +344,7 @@ @@ -344,7 +344,7 @@
<programlisting language="xml">&lt;bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" /&gt;</programlisting>
<para>You will also need AspectJ's
<filename class="libraryfile">aspectjrt.jar</filename> library on the
<filename class="libraryfile">aspectjweaver.jar</filename> library on the
classpath of your application, version 1.6.8 or later. This library is
available in the <filename class="directory">'lib'</filename> directory
of an AspectJ distribution or via the Maven Central repository.</para>

Loading…
Cancel
Save