Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

stop dltk indexing on particluar folders - eclipse indigo (3.7) w/ pdt

When i build/deploy my php project using an ant task within eclipse, it creates a copy of the files in a build folder then zips them, then deletes the folder

On big projects after copying the files, dltk tries to index the folder while im copying/zipping.

can i make dltk indexing ignore my build folder?

like image 993
Ben K Avatar asked Jul 06 '11 04:07

Ben K


1 Answers

sure, you can exclude a specific folder by right clicking on the project, selecting PHP Build path, then go to the project entry > Excluded and select "Exclude". Add the pattern of your temporary folder.

like image 133
ganoro Avatar answered Nov 16 '22 22:11

ganoro