Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Link verified by Sergei Chevtsov, 06-11-2007

http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/preference_pages/source_code_locations.htmhttp://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tasks/pde_source_generation.htm

...

1. Check out the project "external" from our CVS.
2. Copy your JAR file and the corresponding ZIP file with source code to the top directory of "external".
3. Add your JAR file to the build path of "external"the project. Don't forget to check its "exported" box!
4. Attach source from the ZIP file and specify Javadoc location on the web for the library.
5. Open the Some guidelines about naming source ZIP files: http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.pde.doc.user/guide/tools/preference_pages/source_code_locations.htm
5. Open the MANIFEST.MF file from the META-INF directory of "external".
6. Choose the RUNTIME tab at the bottom of your editor.
7. Click on ADD... in the "Exported PackagesClasspath" section and select all desired packagesthe new JAR file.
8. Click on ADD... in the "ClasspathExported Packages" section and select the new JAR fileall desired packages.
9. Commit "external" to CVS.

...