1 11 package org.eclipse.core.internal.runtime; 12 13 public interface IRuntimeConstants { 14 15 19 public static final String PI_RUNTIME = "org.eclipse.core.runtime"; 21 24 public static final String PI_COMMON = "org.eclipse.equinox.common"; 26 29 public static final int PLUGIN_ERROR = 2; 30 31 35 public static final int FAILED_WRITE_METADATA = 5; 36 37 } 38 | Popular Tags |