Remove CVS plugin from Eclipse

Tadayoshi Sato
1 min readJan 8, 2016

--

The CVS plugin is tightly integrated with Eclipse, so it’s hard to uninstall it once installed unlike other plugins. To manually purge the plugin from Eclipse, remove the following directory & jars:

eclipse/
├── features/
│ └── org.eclipse.cvs_1.4.100.v20150204-1700/
└── plugins/
├── org.eclipse.cvs_1.4.100.v20150204-1700.jar
├── org.eclipse.team.cvs.core_3.3.600.v20131112-1442.jar
├── org.eclipse.team.cvs.ssh2_3.2.400.v20131112-1442.jar
└── org.eclipse.team.cvs.ui_3.3.600.v20130514-1224.jar

Note I use Eclipse 4.4.2. Your versions of those items may be different. It works for me. I hope it works for you, too.

Originally published at tadayosi.wordpress.com on January 8, 2016.

--

--

Tadayoshi Sato
Tadayoshi Sato

Written by Tadayoshi Sato

Software engineer at Red Hat, working on Red Hat build of Apache Camel and the open-source projects: Apache Camel and Hawtio.

No responses yet