Project

General

Profile

« Previous | Next » 

Revision 7872e2e8

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

setup-project.sh
4 4
read choice
5 5

  
6 6
if [ "$choice" == "y" ]; then
7
    #remove all ".classpath" and ".project" files and ".settings" folders
7 8
	find . -type f \( -name ".classpath" -o -name "*.project" \) -prune -exec rm -f {} \;
8 9
	find . -type d -name ".settings" -prune -exec rm -rf {} \;
9 10
fi

Also available in: Unified diff