Browse Source

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
pull/185/head
Phillip Webb 13 years ago
parent
commit
d70762baaf
  1. 2
      src/reference/docbook/aop.xml

2
src/reference/docbook/aop.xml

@ -329,7 +329,7 @@
<para>The @AspectJ support can be enabled with XML or Java style <para>The @AspectJ support can be enabled with XML or Java style
configuration. In either case you will also need to ensure that configuration. In either case you will also need to ensure that
AspectJ's <filename class="libraryfile">aspectjrt.jar</filename> AspectJ's <filename class="libraryfile">aspectjweaver.jar</filename>
library is on the classpath of your application (version 1.6.8 or later). library is on the classpath of your application (version 1.6.8 or later).
This library is available in the <filename class="directory">'lib'</filename> This library is available in the <filename class="directory">'lib'</filename>
directory of an AspectJ distribution or via the Maven Central repository.</para> directory of an AspectJ distribution or via the Maven Central repository.</para>

Loading…
Cancel
Save