Remove references to -with-dependencies distribution

Issue: SPR-7788, SPR-6575
master
Chris Beams 13 years ago
parent 28ff473091
commit 5fe0804017
  1. 10
      spring-framework-reference/src/aop.xml
  2. 5
      spring-framework-reference/src/dynamic-languages.xml

@ -345,12 +345,10 @@
<para>You will also need two AspectJ libraries on the classpath of your
application: <filename class="libraryfile">aspectjweaver.jar</filename>
and <filename class="libraryfile">aspectjrt.jar</filename>. These
libraries are available in the <filename
class="directory">'lib'</filename> directory of an AspectJ installation
(version 1.5.1 or later required), or in the <filename
class="directory">'lib/aspectj'</filename> directory of the
Spring-with-dependencies distribution.</para>
and <filename class="libraryfile">aspectjrt.jar</filename>, version 1.6.8
or later required. These libraries are available in the <filename
class="directory">'lib'</filename> directory of an AspectJ distribution
or via the Maven Central repository.</para>
</section>
<section id="aop-at-aspectj">

@ -807,11 +807,6 @@ public class Main {
<para><filename>cglib-nodep-2.1_3.jar</filename></para>
</listitem>
</itemizedlist>
<para>
All of these libraries are available in the Spring-with-dependencies
distribution of Spring (in addition to also being freely available
on the web).
</para>
</sidebar>
<para>From the BeanShell homepage...</para>
<quote>

Loading…
Cancel
Save