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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -