blob: d72d234ae3b3b688d9df407949216cd2632cfa5a [file] [log] [blame]
Last revised January 30, 2006
(This file is for information only; it is not included in the release.)
ADDING NEW PLUGINS:
--------------------------
To add new plug-ins you need to make changes in several places in
this doc plug-in:
1) jdtOptions.txt
- the plug-in's source folder(s) must be included on the -sourcepath
- code of required plug-ins must be added on the -classpath (the JAR(s)for non-JARed plug-ins and <plugin>/@dot for JARed plug-ins
- the API package names must be included in the (alphabetical) package list at the end of the file
2) buildDoc.xml
- If a plug-in contributes extension points, it should be added to the list of
plug-ins in the <convertSchemaToHTML> task in the buildDoc.xml of the
corresponding documentation plug-in.
3) plugin.xml
-If your plugin has javadoc API, add a line to plugin.xml under the
org.eclipse.pde.core.javadoc extension to associate your plugin's javadoc with
the reference section for this doc plugin.
ADDING NEW API PACKAGES:
---------------------------------
1) topics_Reference.xml
- add a line for each API package
2) check whether overview-jdt.html is affected
ADDING NEW EXTENSION POINTS:
--------------------------------------
1) reference/extension-points/index.html
- add a line for each extension point
2) topics_Reference.xml
- add a line for each extension point