mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Messages class is not API.
This commit is contained in:
parent
6a0f08849f
commit
82fb03e1a0
2 changed files with 12 additions and 10 deletions
|
@ -1,5 +1,13 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<component id="org.eclipse.cdt.ui" version="2">
|
<component id="org.eclipse.cdt.ui" version="2">
|
||||||
|
<resource path="src/org/eclipse/cdt/ui/Messages.java" type="org.eclipse.cdt.ui.Messages">
|
||||||
|
<filter id="305365105">
|
||||||
|
<message_arguments>
|
||||||
|
<message_argument value="org.eclipse.cdt.ui.Messages"/>
|
||||||
|
<message_argument value="org.eclipse.cdt.ui_5.4.0"/>
|
||||||
|
</message_arguments>
|
||||||
|
</filter>
|
||||||
|
</resource>
|
||||||
<resource path="src/org/eclipse/cdt/ui/wizards/NewClassCreationWizardPage.java" type="org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage">
|
<resource path="src/org/eclipse/cdt/ui/wizards/NewClassCreationWizardPage.java" type="org.eclipse.cdt.ui.wizards.NewClassCreationWizardPage">
|
||||||
<filter id="338755678">
|
<filter id="338755678">
|
||||||
<message_arguments>
|
<message_arguments>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2007, 2010 IBM Corporation and others.
|
* Copyright (c) 2007, 2012 IBM Corporation and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -9,20 +9,14 @@
|
||||||
* IBM - Initial API and implementation
|
* IBM - Initial API and implementation
|
||||||
* Markus Schorn (Wind River Systems)
|
* Markus Schorn (Wind River Systems)
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.cdt.ui;
|
package org.eclipse.cdt.ui;
|
||||||
|
|
||||||
import org.eclipse.osgi.util.NLS;
|
import org.eclipse.osgi.util.NLS;
|
||||||
|
|
||||||
public class Messages extends NLS {
|
class Messages extends NLS {
|
||||||
/** @since 5.3 */
|
|
||||||
public static String CDTSharedImages_MissingImage;
|
public static String CDTSharedImages_MissingImage;
|
||||||
|
|
||||||
public static String CElementGrouping_includeGroupingLabel;
|
public static String CElementGrouping_includeGroupingLabel;
|
||||||
|
|
||||||
/** @since 5.2 */
|
|
||||||
public static String CElementGrouping_macroGroupingLabel;
|
public static String CElementGrouping_macroGroupingLabel;
|
||||||
|
|
||||||
public static String CUIPlugin_jobStartMakeUI;
|
public static String CUIPlugin_jobStartMakeUI;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Add table
Reference in a new issue