Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Buckminster Optional Features

Revision as of 07:32, 29 January 2008 by Thomas.tada.se (Talk | contribs)

Buckminster is distributed as a set of fairly fine-grained features. Each feature provides some specific support and it is up to you to configure your installation for your own needs.

The update manager, with its tree structure, might encourage you to install all features by simply checking the top check-box. When installing Buckminster this is a really bad idea since some features are mutually exclusive and others are likely to bring you no benefit at all.

This is an overview of the optional features. All features will require the installation of the org.eclipse.buckminster.core.feature and some features will add additional requirements.

org.eclipse.buckminster.cvs.feature

This feature provides CVS support on top of the org.eclipse.team.cvs plugin that is provided with the Eclipse platform.

org.eclipse.buckminster.maven.feature

This feature will enable resolution and materialization from Maven repositories (Maven and Maven2 are both supported).

org.eclipse.buckminster.p4.feature

Using this feature, you will be able to resolve and materialize from Perforce (p4) SCM repositories. It doesn't have any additional dependencies but it will discover and cooperate with the P4WSAD plugin if it finds it.

org.eclipse.buckminster.pde.feature

Contains the CSPEC generation and eclipse.import reader. If you work with plug-ins and features you are likely to need this feature. It depends on the PDE functionality provided by the Eclipse IDE and it will only work if you have this installed. PDE is included in the Eclipse for RCP/Plug-in Developers or Eclipse Classic packages.

org.eclipse.buckminster.subclipse.feature

Provides support for Subversion using the popular Subclipse plug-in. This feature requires that you also install that plug-in. Please note that this feature is mutually exclusive with the org.eclipse.buckminster.subversive.feature. You must never install both of them.

org.eclipse.buckminster.subversive.feature

Provides support for Subversion using the org.eclipse.team.svn plug-in. This feature requires that you also install that plug-in. Look here for install instructions. Please note that this feature is mutually exclusive with the org.eclipse.buckminster.subclipse.feature. You must never install both of them.

org.eclipse.buckminster.remote.feature

This feature contains the RCP-based remote service implementation. In order to use it, you must also install a plug-in from a provider that enables such a service.

Back to the top