Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-vcm-dev] API change

In Wednesday's integration build,

      Team.isIgnored(IFile)

will change to

      Team.isIgnoredHint(IFile)

And the method's semantics will change slightly. Namely, the method will
now also return true if the file is a derived resource.

See bug 13044 for more information.

james



Back to the top