I have c++ project in my Eclipse with some files marked with "exclude resource from build". Is possible somehow export and then import these Excludes?
The excludes are stored in .cproject
, so you can save/edit/etc this file to achieve what you want.