mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-31 04:03:27 +02:00
fix compile error against eclipse 3.6
This commit is contained in:
parent
673ce7a0a9
commit
73ac2ced22
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public class UntarAction extends ProvisioningAction {
|
||||||
IInstallableUnit iu = (IInstallableUnit) parameters.get(ActionConstants.PARM_IU);
|
IInstallableUnit iu = (IInstallableUnit) parameters.get(ActionConstants.PARM_IU);
|
||||||
Profile profile = (Profile) parameters.get(ActionConstants.PARM_PROFILE);
|
Profile profile = (Profile) parameters.get(ActionConstants.PARM_PROFILE);
|
||||||
|
|
||||||
if (source.equals(ActionConstants.PARM_ARTIFACT)) {
|
if (source.equals(ActionConstants.PARM_AT_ARTIFACT)) {
|
||||||
//TODO: fix wherever this occurs -- investigate as this is probably not desired
|
//TODO: fix wherever this occurs -- investigate as this is probably not desired
|
||||||
if (iu.getArtifacts() == null || iu.getArtifacts().length == 0)
|
if (iu.getArtifacts() == null || iu.getArtifacts().length == 0)
|
||||||
return Status.OK_STATUS;
|
return Status.OK_STATUS;
|
||||||
|
|
Loading…
Add table
Reference in a new issue