Bug 345009 - [Doc] List of plug-ins required by info center out of date
Summary: [Doc] List of plug-ins required by info center out of date
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.7 RC1   Edit
Assignee: Chris Goldthorpe CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2011-05-06 14:35 EDT by John Arthorne CLA
Modified: 2011-05-11 02:41 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2011-05-06 14:35:52 EDT
/org.eclipse.platform.doc.isv/guide/ua_help_setup_infocenter.htm

Lists the following plugins as required to run infocenter. Since we don't ship tomcat anymore, this is clearly out of date. I sincerely hope update.configurator isn't required either.

org.apache.lucene
org.eclipse.core.runtime
org.eclipse.help
org.eclipse.help.appserver
org.eclipse.help.base
org.eclipse.help.webapp
org.eclipse.osgi
org.eclipse.tomcat
org.eclipse.update.configurator
Comment 1 John Arthorne CLA 2011-05-06 14:36:36 EDT
Also the sample code on this page says:

Infocenter infocenter = new Help(options);

I expect this should be:

Help infocenter = new Help(options);
Comment 2 Chris Goldthorpe CLA 2011-05-09 13:29:09 EDT
Both problems have been addressed. The sample code has been replaced with code that works, the minimal list of plug-ins has been removed.