Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Fedora Eclipse Packages"

(initial page)
 
(add link to dia source file for image)
Line 9: Line 9:
 
# The <code>eclipse-pde-runtime</code> package contains the <code>pde.runtime</code> plugin so that non-SDK features that require <code>pde.runtime</code> don't have to pull in the PDE feature.
 
# The <code>eclipse-pde-runtime</code> package contains the <code>pde.runtime</code> plugin so that non-SDK features that require <code>pde.runtime</code> don't have to pull in the PDE feature.
 
# The is an additional dependancy (not-shown) from the <code>eclipse-pde</code> package to the <code>eclipse-platform-sdk</code> package. The idea here is that a user who installs the <code>eclipse-pde</code> will most likely want the view source code from the Platform when they are coding up their plugins.
 
# The is an additional dependancy (not-shown) from the <code>eclipse-pde</code> package to the <code>eclipse-platform-sdk</code> package. The idea here is that a user who installs the <code>eclipse-pde</code> will most likely want the view source code from the Platform when they are coding up their plugins.
 +
 +
Feel free to modify the original [http://people.redhat.com/bkonrath/eclipse/fedora-eclipse-packages.dia dia source file] for your distribution's packages.

Revision as of 14:01, 11 October 2006

This diagram details the inter-dependancies of the Fedora Eclipse packages.

Fedora-eclipse-packages.png

The packages mirror the features from the upstream SDK with the following execptions:

  1. The libswt3-gtk2 package contains the jface and jface.databinding plugins from the RCP feature so that these jface plugins can be used without pulling in the RCP feature.
  2. The eclipse-ecj package contains the jdt.core plugin with symlinks in /usr/share/java so that the batch compiler can be used without installing the full JDT and dependancies.
  3. The eclipse-pde-runtime package contains the pde.runtime plugin so that non-SDK features that require pde.runtime don't have to pull in the PDE feature.
  4. The is an additional dependancy (not-shown) from the eclipse-pde package to the eclipse-platform-sdk package. The idea here is that a user who installs the eclipse-pde will most likely want the view source code from the Platform when they are coding up their plugins.

Feel free to modify the original dia source file for your distribution's packages.

Back to the top