1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

142070: Remove Home filter

This commit is contained in:
Kushal Munir 2006-05-18 19:40:48 +00:00
parent c577751b60
commit de80315a4f

View file

@ -362,8 +362,10 @@ public abstract class RemoteFileSubSystemConfiguration extends SubSystemConfigur
// ----------------------
// "Home" filter...
// ----------------------
String name = null;
// ----------------------
// Bug 142070: Get rid of the default "Home" filter because it is an invalid
// path in many cases
/* String name = null;
String path = null;
if (mgr.getName().equals("Team"))
{
@ -379,7 +381,7 @@ public abstract class RemoteFileSubSystemConfiguration extends SubSystemConfigur
RemoteFileFilterString homeFilterString = new RemoteFileFilterString(this);
homeFilterString.setPath(path);
filterStrings.add(homeFilterString.toString());
mgr.createSystemFilter(pool, name, filterStrings);
mgr.createSystemFilter(pool, name, filterStrings);*/
// ----------------------