| deploying javadoc with a plugin [message #495938] |
Fri, 06 November 2009 12:48  |
John Cortell Messages: 25 Registered: July 2009 |
Junior Member |
|
|
Figured I'd rephrase the question in my previous post and see if I have better luck:
- I'm developing a plugin that contains API (classes/interfaces) that external company ACME will build against.
- I don't want to give ACME visibility to the source
- I do want ACME developers to have access to the JavaDoc
- I want those developers to automatically (without having to configure anything) have access to the JavaDoc within JDT, so that, e.g., when they hover the cursor over a method call, they see the documentation for that method. In an ACME developer's environment, my plugin will be part of the 'Plug-in Dependencies' container.
How can I package the javadoc with my plugin so this is possible? (Or, is it not possible?)
John
|
|
|
|