From 5fe08040178d3e216998c22b4ad50528f7d981c2 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 6 Dec 2011 13:19:35 +0000 Subject: [PATCH] Remove references to -with-dependencies distribution Issue: SPR-7788, SPR-6575 --- spring-framework-reference/src/aop.xml | 10 ++++------ spring-framework-reference/src/dynamic-languages.xml | 5 ----- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index 504b32a85d..69d38023f2 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -345,12 +345,10 @@ You will also need two AspectJ libraries on the classpath of your application: aspectjweaver.jar - and aspectjrt.jar. These - libraries are available in the 'lib' directory of an AspectJ installation - (version 1.5.1 or later required), or in the 'lib/aspectj' directory of the - Spring-with-dependencies distribution. + and aspectjrt.jar, version 1.6.8 + or later required. These libraries are available in the 'lib' directory of an AspectJ distribution + or via the Maven Central repository.
diff --git a/spring-framework-reference/src/dynamic-languages.xml b/spring-framework-reference/src/dynamic-languages.xml index 6a4a2152ad..da99b1bf36 100644 --- a/spring-framework-reference/src/dynamic-languages.xml +++ b/spring-framework-reference/src/dynamic-languages.xml @@ -807,11 +807,6 @@ public class Main { cglib-nodep-2.1_3.jar - - All of these libraries are available in the Spring-with-dependencies - distribution of Spring (in addition to also being freely available - on the web). - From the BeanShell homepage...