If you have missed something it isn't obvious. I could not find anything either except the global Exclude. Until they open it the only hack I can think of is to read the ipr file directly and look for
]]> </component>
As I'm sure you can understand, I'd really like to avoid parsing the ipr file :)
I could traverse the JDOM config tree from the Element passed into Configurable.readExternal(), but again thats a bit of a kludge. Might have to do for the moment.
If you have missed something it isn't obvious. I could not find anything either except the global Exclude.
Until they open it the only hack I can think of is to read the ipr file directly and look for
]]>
</component>
Thanks Jacques,
As I'm sure you can understand, I'd really like to avoid parsing the ipr file :)
I could traverse the JDOM config tree from the Element passed into Configurable.readExternal(), but again thats a bit of a kludge. Might have to do for the moment.
Cheers,
-Brendan