Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to fully delete Subclipse plugin?
    primarykey
    data
    text
    <p>I am having trouble getting rid of Subclipse from my Eclipse configuration.</p> <p>I made the decision to switch to Subversive due to the m2eclipse project dropping support for Subclipse.</p> <p>So I uninstalled Subclipse and then installed Subversive using the About Eclipse -> Installation Details -> Uninstall method. Now, when I go to any Team related options/tasks/preferences there are two SVN options available (one for Subversive and one for Subclipse) making life confusing.</p> <p>Having grepped the workspace <code>.metadata</code> folder for the string <code>subclipse</code> I can see that the configuration is still littered with references to Subclipse:</p> <pre><code>$ grep -lir "subclipse" .metadata/ .metadata/.plugins/org.eclipse.ui.workbench/workbench.xml .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.team.ui.prefs .metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload17.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload23.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload21.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload19.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/usagedata.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload22.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload14.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload13.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload20.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload18.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload16.csv .metadata/.plugins/org.eclipse.epp.usagedata.recording/upload15.csv .metadata/.plugins/org.eclipse.team.ui/dialog_settings.xml .metadata/.plugins/org.eclipse.team.ui/syncParticipants.xml .metadata/.plugins/org.eclipse.pde.core/-213569165961.target/.lazy .metadata/.plugins/org.eclipse.pde.core/-213569165961.target/.state .metadata/.plugins/org.eclipse.pde.core/-213569165961.target/.pluginInfo .metadata/.plugins/org.eclipse.core.resources/.projects/jxse-tutorials/.syncinfo.snap .metadata/.plugins/org.eclipse.core.resources/.projects/jxse-tutorials/.indexes/properties.index .metadata/.plugins/org.eclipse.core.resources/.projects/BA_NAT_Traversal/.syncinfo .metadata/.plugins/org.eclipse.core.resources/.projects/barchart-udt/.syncinfo .metadata/.plugins/org.eclipse.core.resources/.projects/barchart-udt/.indexes/properties.index .metadata/.plugins/org.eclipse.core.resources/.projects/netty-benchmark/.syncinfo .metadata/.plugins/org.eclipse.core.resources/.projects/netty-benchmark/.indexes/properties.index .metadata/.plugins/org.eclipse.core.resources/.projects/jxta/.syncinfo.snap .metadata/.plugins/org.eclipse.core.resources/.root/73.tree .metadata/.plugins/org.eclipse.core.resources/.snap .metadata/.bak_0.log </code></pre> <p>All of the projects above are now disconnected from SVN. Obviously some of the references such as usagedata are not important, I am more worried about the XML files though. Is it safe to manually go through and delete all tags/properties related to Subclipse? I feel that approach may be unwise though.</p> <p>Does anyone know of a way to eliminate all traces of Subclipse without losing my workspace? Also any tips on what I might have done wrong? Should I have manually disconnected all of my SVN projects before making the switch to Subversive?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload