From 4114e7e2dde956f12168229f19ee16685b037a69 Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Tue, 12 May 2009 18:01:41 +0000 Subject: bug 268840 --- .../eclipse/cdt/make/core/messages/Messages.java | 26 ---------------------- .../cdt/make/core/messages/messages.properties | 12 ---------- 2 files changed, 38 deletions(-) delete mode 100644 build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/Messages.java delete mode 100644 build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/messages.properties diff --git a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/Messages.java b/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/Messages.java deleted file mode 100644 index 3ec898a764d..00000000000 --- a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/Messages.java +++ /dev/null @@ -1,26 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2009 IBM Corporation and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * IBM Corporation - initial API and implementation - *******************************************************************************/ -package org.eclipse.cdt.make.core.messages; - -import org.eclipse.osgi.util.NLS; - -public class Messages extends NLS { - private static final String BUNDLE_NAME = "org.eclipse.cdt.make.core.messages.messages"; //$NON-NLS-1$ - public static String SCMarkerGenerator_0; - public static String SCMarkerGenerator_1; - static { - // initialize resource bundle - NLS.initializeMessages(BUNDLE_NAME, Messages.class); - } - - private Messages() { - } -} diff --git a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/messages.properties b/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/messages.properties deleted file mode 100644 index 70ad243548d..00000000000 --- a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/core/messages/messages.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2009 IBM Corporation and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -############################################################################### -SCMarkerGenerator_0=Add markers to project -SCMarkerGenerator_1=Error adding markers. -- cgit v1.2.3