Skip to content

Commit

Permalink
ignore derived folders
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Nov 3, 2011
1 parent 7d6928d commit a7ff61b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public boolean visit( final IResourceDelta delta ) {
result = false;
}
} else if( res instanceof IFolder ) {
result = true;
result = !res.isDerived();
} else if( res instanceof IFile ) {
result = handleFileVisit( delta, ( IFile )res );
}
Expand Down

0 comments on commit a7ff61b

Please sign in to comment.