- move GenerateToStringOperation, AbstractToStringGenerator,
CustomBuildGenerator, StringBuilderChainGenerator,
StringBuilderGenerator, StringConcatenationGenerator,
StringFormatGenerator, ToStringGenerationContext, and
ToStringTemplateParser classes to jdt.core.manipulation
- split ToStringGenerationSettings into ToStringGenerationSettingsCore
in jdt.core.manipulation and ToStringGenerationSettings still in
jdt.ui so actual settings are in core and jface portions are
in jdt.ui
- modify jdt.core.manipulation MANIFEST.MF to export new
org.eclipse.jdt.internal.corext.codemanipulation.tostringgeneration
package and to allow jdt.ui access to it
Change-Id: I2c97dba4a763facc5537592e3a31965192922f18
Signed-off-by: Jeff Johnston <jjohnstn@redhat.com>