[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Re: Visibility - ojbectState based on path?
|
- From: chris@xxxxxxxxxxxxxx (Chris)
- Date: Wed, 12 Mar 2008 16:58:43 +0000 (UTC)
- Newsgroups: eclipse.platform.rcp
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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'.