Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] use of dropins support in rcp app?

Hi Scott,
I think this should work, there is more code that should be triggered to actually install the IUs that get created.

See org.eclipse.equinox.internal.p2.reconciler.dropins.Activator#synchronize.  This calls ProfileSynchronizer to install the things it finds in the dropins repositories.

Maybe you are seeing https://bugs.eclipse.org/bugs/show_bug.cgi?id=227547, this synchronization only happens once on startup.  If something gets dropped in later it wouldn't get picked up until next restart.

-Andrew


From: Scott Lewis <slewis@xxxxxxxxxxxxx>
To: p2-dev@xxxxxxxxxxx
Date: 03/24/2011 03:50 PM
Subject: Re: [p2-dev] use of dropins support in rcp app?
Sent by: p2-dev-bounces@xxxxxxxxxxx





I've heard through my extensive underground network at EclipseCon that
p2 doesn't currently support using dropins support for rcp apps...so
unless I hear otherwise I'll just end this thread.

Thanks DJ for your replies.

Scott


_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev



Back to the top