Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse remove "export" history

Tags:

java

eclipse

So, when I want to export a project to a jar file, I still see main classes and project which have already been removed (yes, properly deleted). How do I get rid of those which don't exist anymore?

like image 580
user2870011 Avatar asked Nov 16 '13 23:11

user2870011


1 Answers

Its stored here:

<workspace>\.metadata\.plugins\org.eclipse.jst.j2ee.ui\dialog_settings.xml
like image 168
glez Avatar answered Nov 04 '22 09:11

glez