Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Provide SDK feature for RAP

Hi,

We'd like to provide an SDK feature for RAP as suggested in bug 275753.
If I understand Thomas Hallgren's comment on bug 276000 correctly, we
can now go ahead and include a feature with a requirement to
"A.PDE.Target.provisioning":

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=276000#c19

To do so, is it sufficient to include a file named "p2.inf" in the
feature with content like this:

---
requires.1.namespace=A.PDE.Target.provisioning
requires.1.name=<Anything>
requires.1.range=[0.0.0,0.0.0]
---

or are there any more steps needed?

Thanks,
Ralf


Back to the top