Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Organize Manifests
Organize Manifests [message #110170] Fri, 16 May 2008 14:41 Go to next message
Richard Huddleston is currently offline Richard HuddlestonFriend
Messages: 4
Registered: July 2009
Junior Member
I have a plugin project inside eclipse and I'm trying to use the PDE Tools
> Organize Manifests Wizard, specifically the "Mark as internal all
packets that match the following filter". How would I specify more than
one package, specifically, anything with internal OR any package that
starts with xyz.

I was thinking it would be something like:
(*.internal*)|(xyz*)

I'm using Eclipse SDK:
Version: 3.3.2
Build id: M20080221-1800

-Richard
Re: Organize Manifests [message #110197 is a reply to message #110170] Sat, 17 May 2008 12:57 Go to previous message
Eclipse UserFriend
Originally posted by: zx.us.ibm.com

Richard Huddleston wrote:
> I was thinking it would be something like:
> (*.internal*)|(xyz*)

This syntax isn't currently supported by the organize manifest wizard.

However, if you want this supported, why not file an enhancement request
against PDE?

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDE

On the the other hand, one way to do what you want is to first run the
wizard on *.internal* than run it again on *xyz*. That should achieve
the "or" effect with the negative factor of having to run the wizard
twice and changing the input on that feature.

Cheers,

~ Chris
Previous Topic:Debug class loading issues, specific to exported product
Next Topic:Declarative Services testing
Goto Forum:
  


Current Time: Sat Apr 27 00:12:02 GMT 2024

Powered by FUDForum. Page generated in 0.03079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top