Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Installation of fraqments

I created a featureHost containing a pluginHost. I also created a featureFragment containing a pluginFragment. Everything seems to install and uninstall correctly but there is one thing that bothers me about it.

1. Install featureHost
2. Install featureFragment
3. Uninstall featureHost

The UI and OSGi are happy. However what has happened is that the pluginHost has remained to satisfy the fragment requirements. I guess I would have expected that if the Host is uninstalled we would not hold pluginHost around to support fragments. Is this the behavior we want? I have to wonder if we are putting too much burden on the user to find all fragments.




Back to the top