Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] public API now internal?


Ok, now I just switched to "eclipse-SDK-I20100305-1011-win32.zip" as my target.  The following APIs that were formerly provisional API (in 3.5) and were later public API (in 3.6M5, and as recent as "eclipse-SDK-I20100217-1031-win32.zip") have been made internal:

import org.eclipse.equinox.p2.engine.InstallableUnitOperand;
import org.eclipse.equinox.p2.engine.Operand;

This one seems to have disappeared altogether (though it was public API in earlier 3.6 builds ):

import org.eclipse.equinox.p2.metadata.query.InstallableUnitQuery;

Now what do I do?

Back to the top