Previously Martin Aspeli wrote: > Derek Richardson wrote: > >Is there documentation that will show me how to modify or replace the > >portal_syndication tool during a migration? > > Maybe not, but look at e.g. Remember and how it mangles portal_setup.
GenericSetup handles it fine: it compares the types for the current tool and the class you specify in toolset.xml. If they are different it removes the old tool and puts a new one in its place. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
