From eec11c475f2a77270686d6e74ff71aab28aa5e24 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Wed, 10 Feb 2010 17:38:55 +0000 Subject: [PATCH] bug 214218: deprecation --- .../src/org/eclipse/cdt/make/internal/core/MakeProject.java | 6 +++++- .../managedbuilder/internal/core/ManagedMakeProject.java | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeProject.java b/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeProject.java index 0c4af187ed5..bd3bf982585 100644 --- a/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeProject.java +++ b/build/org.eclipse.cdt.make.core/src/org/eclipse/cdt/make/internal/core/MakeProject.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2005 QNX Software Systems and others. + * Copyright (c) 2000, 2010 QNX Software Systems 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 @@ -20,6 +20,10 @@ import org.eclipse.cdt.make.core.MakeCorePlugin; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.Preferences; +/** + * @deprecated This class is obsolete but it is there just in case it might be used with old style projects. + */ +@Deprecated public class MakeProject implements ICOwner { public void configure(ICDescriptor cDescriptor) throws CoreException { diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedMakeProject.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedMakeProject.java index e8700c5d70d..19e0c86ff2e 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedMakeProject.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/ManagedMakeProject.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2007 IBM Corporation and others. + * Copyright (c) 2004, 2010 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 @@ -27,8 +27,11 @@ import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.Preferences; /** + * @deprecated This class is obsolete but it is there just in case it might be used with old style projects. + * * @since 2.0 */ +@Deprecated public class ManagedMakeProject implements ICOwner { /**