How to delete only class files with eclipse? -


i have dynamic web project in eclipse. set default output folders (my class files) in webcontent/web-inf/classes. have files in folder .properties , .xml files. problem when eclipse make clean or new compile or dont know delete files directory. u know how set eclipse delete class files , never touch other ones?

put .properties , .xml files in source folder of web project , not in classes folder. doing way, eclipse directly copy files source folder classes folder after build.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -