Community
Participate
Working Groups
FeatureExecutableContentProvider_UnableToRetriveArchiveContentRef = Unable to retreive archive content reference
SiteCategory_other_label = Other
SiteCategory_other_description = Features found under this category are either not categorized or their categories could not be found on server.
LocalSite_error_loading_config=Error while loading platform configuration
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.osgi.util.NLS;
import org.eclipse.update.configuration.IActivity;
import org.eclipse.update.configuration.IInstallConfiguration;
new SiteLocalParser(platformConfig, localSite);
return true;
} catch (Exception exception) {
return false;
throw new CoreException(new Status(IStatus.ERROR, UpdateCore.getPlugin().getBundle().getSymbolicName(),
IStatus.OK,
Messages.LocalSite_error_loading_config,
exception));
}
public static String InstallHandler_error;
public static String InstallMonitor_DownloadSize;
public static String InstallMonitor_DownloadSizeLong;
public static String LocalSite_error_loading_config;
public static String ProductProvider;
public static String Reconciler_appNotFound;
public static String JarContentReference_Unpacking;