mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
remove access restriction on o.e.c.jsoncdb.core
Change-Id: Iac1dca43a01ce2a61640b93da688645729184665
This commit is contained in:
parent
20878b1f44
commit
42d339e3ec
5 changed files with 5 additions and 8 deletions
|
@ -17,7 +17,7 @@ import org.eclipse.osgi.util.NLS;
|
|||
* @author weber
|
||||
*
|
||||
*/
|
||||
public class Messages extends NLS {
|
||||
class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.jsoncdb.core.ui.internal.messages"; //$NON-NLS-1$
|
||||
public static String JsonCdbPreferencePage_description;
|
||||
public static String JsonCdbPreferencePage_errmsg_suffix_regex;
|
||||
|
|
|
@ -10,10 +10,7 @@ Bundle-Localization: plugin
|
|||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: org.eclipse.cdt.jsoncdb.core.internal.Plugin
|
||||
Export-Package: org.eclipse.cdt.jsoncdb.core;x-friends:="org.eclipse.cdt.jsoncdb.core.ui";
|
||||
uses:="org.eclipse.core.runtime,
|
||||
org.eclipse.cdt.core.settings.model,
|
||||
org.eclipse.cdt.jsoncdb.core.builtins",
|
||||
Export-Package: org.eclipse.cdt.jsoncdb.core;uses:="org.eclipse.core.runtime,org.eclipse.cdt.core.settings.model,org.eclipse.cdt.jsoncdb.core.builtins",
|
||||
org.eclipse.cdt.jsoncdb.core.participant;uses:="org.eclipse.core.runtime,org.eclipse.cdt.jsoncdb.core.participant.builtins",
|
||||
org.eclipse.cdt.jsoncdb.core.participant.builtins;uses:="org.eclipse.cdt.jsoncdb.core.participant"
|
||||
Require-Bundle: org.eclipse.ui.workbench;bundle-version="3.8.0",
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.eclipse.osgi.util.NLS;
|
|||
* @author weber
|
||||
*
|
||||
*/
|
||||
/* package */ public class Messages extends NLS {
|
||||
/* package */ class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.jsoncdb.core.messages"; //$NON-NLS-1$
|
||||
public static String CompileCommandsJsonParser_errmsg_empty_json;
|
||||
public static String CompileCommandsJsonParser_errmsg_file_not_found;
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.eclipse.osgi.util.NLS;
|
|||
* @author weber
|
||||
*
|
||||
*/
|
||||
public class Messages extends NLS {
|
||||
class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.jsoncdb.core.internal.messages"; //$NON-NLS-1$
|
||||
public static String ParserPreferencesAccess_e_get_preferences;
|
||||
public static String ParserPreferencesMetadata_label_console;
|
||||
|
|
|
@ -17,7 +17,7 @@ import org.eclipse.osgi.util.NLS;
|
|||
* @author weber
|
||||
*
|
||||
*/
|
||||
public class Messages extends NLS {
|
||||
class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "org.eclipse.cdt.jsoncdb.core.internal.builtins.messages"; //$NON-NLS-1$
|
||||
public static String CompilerBuiltinsDetector_errmsg_command_failed;
|
||||
public static String CompilerBuiltinsDetector_msg_detection_finished;
|
||||
|
|
Loading…
Add table
Reference in a new issue