From 519bfde94682ead5b3ea80a9a8c53ab7ec000a3d Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Fri, 20 Apr 2007 07:55:02 +0000 Subject: [PATCH] Added additional upgrade hint. --- spring-ldap/docs/upgrade/src/upgrade.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/spring-ldap/docs/upgrade/src/upgrade.xml b/spring-ldap/docs/upgrade/src/upgrade.xml index acfb50c5..a03cea4d 100644 --- a/spring-ldap/docs/upgrade/src/upgrade.xml +++ b/spring-ldap/docs/upgrade/src/upgrade.xml @@ -48,9 +48,15 @@ parser to generate code into ldap.support rather than into a separate package. - The second cycle was slightly more complicated. To sort it out, the - following restructuring was performed. + The second cycle was slightly more complicated. To sort it out, some major + restructuring was needed, as described in the following sections. + While the package restructuring is rather extensive, no classes have + changed names - this means that for the most cases a simple import resolve operation + (such as "Ctr+Shift-O" in Eclipse) should sort things out. + You will still need to change the package names manually in your configuration files - + this should be a simple find/replace operation based on the information below. + Moved core classes from ldap to ldap.core