[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Visibility - ojbectState based on path?

This should work (or a custom property tester)...

<enablement>
  <test property="org.eclipse.core.resources.path" value="*src*"/>
</enablement>

..but, apparently 'test' is not a legal child of 'enablement'.