1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fix compile error against eclipse 3.6

This commit is contained in:
Vivian Kong 2009-12-08 19:37:21 +00:00
parent 673ce7a0a9
commit 73ac2ced22

View file

@ -92,7 +92,7 @@ public class UntarAction extends ProvisioningAction {
IInstallableUnit iu = (IInstallableUnit) parameters.get(ActionConstants.PARM_IU);
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
if (iu.getArtifacts() == null || iu.getArtifacts().length == 0)
return Status.OK_STATUS;