patching features with included and required features #760
gireeshpunathil
started this conversation in
General
Replies: 1 comment
-
the actual problem I am facing is the base sdk itself. The entries with an what works:
what does not work:
I think it will work if we patch the outer feature along with the inner ones, but just that we may not have a way to do that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question on feature patches. I could not find enough information on this in the eclipse docs (the best I got is this: https://help.eclipse.org/latest/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Fguide%2Ftools%2Ffile_wizards%2Fnew_product_config.htm), live debugging gave me inconclusive results that drove me crazy, so I thought will ask here.
I have a feature (A) which includes other features (B) as well as it has dependencies (C) on other features (includes and requires verbs). when I develop a patch for this feature:
so to achieve these, should I replicate the inter-relations of A with B and C in the patch's feature.xml (the includes and requires sections)?
thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions