Change-Id: Iac8e7bb8640e45479f2ad816c233286aff5d2229
import org.osgi.framework.Bundle;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-import org.tizen.common.CommonPlugin;
+import org.tizen.common.ui.Activator;
import org.tizen.common.util.SWTUtil;
/**
}
public static String getColorPickerURL() {
- Bundle bundle = Platform.getBundle(CommonPlugin.PLUGIN_ID);
+ Bundle bundle = Platform.getBundle(Activator.PLUGIN_ID);
Path path = new Path(COLORPICKER_HOME);
URL fColorPickerUrl = null;
try {