Community
Participate
Working Groups
Using latest, I cannot find the API description bundles anymore on the update site. So it is not possible to install them inside a new workspace.
I think this may be related to bug 274102.
Created attachment 179533 [details] patch
Created attachment 179541 [details] patch to fix typo
I think this should be fixed for N20100924-2000, will verify.
Hi Andrew The OSGi minimum fragments aren't showing up in the repo. I don't know why, I looked at the repo's metadata and it looks fine. I can't find any errors in the patch. Do you have any suggestions on what could be wrong? The p2 repo is http://download.eclipse.org/eclipse/updates/3.7-N-builds
Kim, it looks like the provides on your generated IUs are incorrect. They need to provide themselves and require the api.tools fragments. The provides should be the "org.eclipse.pde.api.tools.ee.osgiminimum10.group" units.10.id=org.eclipse.pde.api.tools.ee.osgiminimum10.group units.10.version=$version$ ^^^^^^^^^^^^^^^^^^^ units.10.provides.1.namespace=org.eclipse.equinox.p2.iu units.10.provides.1.name=org.eclipse.pde.api.tools.ee.osgiminimum10.group ^^^^^^^^^^^^^^^^^^^ ... units.10.requires.1.namespace=org.eclipse.equinox.p2.iu units.10.requires.1.name=org.eclipse.pde.api.tools.ee.osgiminimum10 units.10.requires.1.greedy=true
Created attachment 179677 [details] patch Thanks Andrew, I just needed another set of eyes :-)
verified in N20100927-2000.