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