Zsolt
Zsolt

Reputation: 345

How to check out a specific version of Eclipse's built in plugin?

I use Eclipse 4.2 Juno (Build id: I20120608-1400), and I would like to change the one of its built in plugin, so I would like to checkout that, but do not know how.

The file is:

org.eclipse.ui.workbench_3.103.0.v20120530-1824.jar

I tried CVS repo, that I found on Eclipse's site, but I cannot find this particular tag/version.

I've tried Git, where I could find the version, but not org.eclipse.ui.workbench itself.

Could anybody tell me, please, how to get a specific source version of Eclipse in step by step?

Upvotes: 1

Views: 253

Answers (1)

Roman C
Roman C

Reputation: 1

I'd not recommend using Git until it's finally migrated.

Try This resource or another

The best way to access repository is from eclipse itself.

Upvotes: 1

Related Questions