4

The standard/class edition of eclipse still includes JDT, CVS, GIT and various other features.

Is there a way to install it with only 'resource' management/project tools. Essentially a version of eclipse built without any language or environment in mind.

A lot like an operating system without any programs installed other than what it needs to run itself and provide the means to install programs entirely at the user's discretion.

Post Answer:

http://download.eclipse.org/eclipse/downloads/drops4/R-4.3-201306052000/ The eclipse-platform section contains no-frills, just raw eclipse.

Flosculus
  • 6,880
  • 3
  • 18
  • 42
  • Look this link if it helps : http://stackoverflow.com/questions/2978174/temporarily-disable-eclipse-plugin – kmas Jul 19 '13 at 14:34

4 Answers4

3

try this link (http://www.eclipse.org/downloads/moreinfo/custom.php) It should contain what is called a Eclipse Platform Runtime Binaries which is the most minimalist package available.

StevenTsooo
  • 498
  • 4
  • 13
  • It seems to be Eclipse 3.3 . Not the latest version of eclipse. – kmas Jul 19 '13 at 14:31
  • I'm looking into it. There are other builds of 4.3 that aren't labeled as kepler. – Flosculus Jul 19 '13 at 14:34
  • Almost there, the cpp package doesn't include any of the jdt plugins. I was worried that eclipse had a hard dependency on it. Im looking for the build used before it is merged with other features. – Flosculus Jul 19 '13 at 14:50
1

Same answer I wrote in: Eclipse without plugins for windows

You can download it from here: http://download.eclipse.org/eclipse/downloads/index.html. There you can find 'clean' builds of Eclipse, which do not ship with common development tools.

Community
  • 1
  • 1
LordCapybara
  • 117
  • 2
  • 11
0

You still can uninstall the plugins you don't want this way :

Menu > Help > About eclipse SDK > Installation details
Install software tab
Select the plugin you don't want
Uninstall button
kmas
  • 6,401
  • 13
  • 40
  • 62
  • I've tried that, it doesn't seem to let you remove any plugins that were shipped with the package. org.eclipse.team.csv.* for example, I don't need that, but it won't allow me to remove it. I could remove them manually but I don't know enough about eclipse to remove them safely. – Flosculus Jul 19 '13 at 13:52
  • Go to the "Installed software" tab. – kmas Jul 19 '13 at 14:00
0

Goto https://download.eclipse.org/eclipse/downloads/

Choose a release

e.g. "Latest Release : 4.10" --> https://download.eclipse.org/eclipse/downloads/drops4/R-4.10-201812060815/

On this new page choose "Platform Runtime Binary"

It contains the Eclipse Rich Client Platform base bundles and do not contain source or programmer documentation.

lgu
  • 2,342
  • 21
  • 29