|
Lines 1-5
Link Here
|
| 1 |
/******************************************************************************* |
1 |
/******************************************************************************* |
| 2 |
* Copyright (c) 2008, 2009 IBM Corporation and others. |
2 |
* Copyright (c) 2008, 2010 IBM Corporation and others. |
| 3 |
* All rights reserved. This program and the accompanying materials |
3 |
* All rights reserved. This program and the accompanying materials |
| 4 |
* are made available under the terms of the Eclipse Public License v1.0 |
4 |
* are made available under the terms of the Eclipse Public License v1.0 |
| 5 |
* which accompanies this distribution, and is available at |
5 |
* which accompanies this distribution, and is available at |
|
Lines 16-27
Link Here
|
| 16 |
import org.eclipse.core.runtime.*; |
16 |
import org.eclipse.core.runtime.*; |
| 17 |
import org.eclipse.core.runtime.jobs.Job; |
17 |
import org.eclipse.core.runtime.jobs.Job; |
| 18 |
import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability; |
18 |
import org.eclipse.equinox.internal.p2.metadata.IRequiredCapability; |
| 19 |
import org.eclipse.equinox.internal.provisional.p2.core.ProvisionException; |
|
|
| 20 |
import org.eclipse.equinox.internal.provisional.p2.metadata.*; |
19 |
import org.eclipse.equinox.internal.provisional.p2.metadata.*; |
| 21 |
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory.InstallableUnitDescription; |
20 |
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory.InstallableUnitDescription; |
| 22 |
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory.InstallableUnitPatchDescription; |
21 |
import org.eclipse.equinox.internal.provisional.p2.metadata.MetadataFactory.InstallableUnitPatchDescription; |
| 23 |
import org.eclipse.equinox.internal.provisional.p2.metadata.query.InstallableUnitQuery; |
22 |
import org.eclipse.equinox.internal.provisional.p2.metadata.query.InstallableUnitQuery; |
| 24 |
import org.eclipse.equinox.internal.provisional.p2.metadata.query.MatchQuery; |
23 |
import org.eclipse.equinox.internal.provisional.p2.metadata.query.MatchQuery; |
|
|
24 |
import org.eclipse.equinox.p2.core.ProvisionException; |
| 25 |
import org.eclipse.equinox.p2.engine.IProfile; |
25 |
import org.eclipse.equinox.p2.engine.IProfile; |
| 26 |
import org.eclipse.equinox.p2.engine.IProfileRegistry; |
26 |
import org.eclipse.equinox.p2.engine.IProfileRegistry; |
| 27 |
import org.eclipse.equinox.p2.metadata.IInstallableUnit; |
27 |
import org.eclipse.equinox.p2.metadata.IInstallableUnit; |