Last revised June 27, 2005
(This file is for information only; it is not included in the release.)

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) jdtOptions (the Unix version of jdtOptions.txt)
- same changes as jdtOptions.txt but with ":" path separators

3) buildDoc.xml
- add a line in convertSchemaToHtml target to handle a new plug-ins extension point schemas

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
- add a line for each API package