Bug 370248 - Mark old Platform API for deletion
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java
index d45338e..94569eb 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/AbstractPresentationFactory.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -24,7 +24,8 @@
  * 
  * @since 3.0
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public abstract class AbstractPresentationFactory {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java
index bf0f218..de6f094 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPartMenu.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -21,7 +21,8 @@
  * @since 3.0
  * @noimplement This interface is not intended to be implemented by clients.
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public interface IPartMenu {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java
index 1e652ff..b1d6db8 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentablePart.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -30,7 +30,8 @@
  * @since 3.4 now extends {@link org.eclipse.ui.ISizeProvider}
  * @noimplement This interface is not intended to be implemented by clients.
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public interface IPresentablePart extends ISizeProvider {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java
index ace8c5c..1459c9a 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IPresentationSerializer.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -19,7 +19,8 @@
  * @since 3.0
  * @noimplement This interface is not intended to be implemented by clients.
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public interface IPresentationSerializer {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java
index d4708d9..55c2e41 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/IStackPresentationSite.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2008 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -23,7 +23,8 @@
  * @since 3.0
  * @noimplement This interface is not intended to be implemented by clients.
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public interface IStackPresentationSite {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
index f40e3d5..668904a 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/PresentationUtil.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -23,7 +23,8 @@
  * 
  * @since 3.0
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public class PresentationUtil {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java
index 70fd69b..b4b6aaf 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackDropResult.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -18,7 +18,8 @@
  * 
  * @since 3.0
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public final class StackDropResult {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java
index c254f58..f5c4d26 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/StackPresentation.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2004, 2006 IBM Corporation and others.
+ * Copyright (c) 2004, 2012 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
@@ -40,7 +40,8 @@
  * 
  * @since 3.0
  * @deprecated The presentation API is no longer used and has no effect. Refer
- *             to the platform porting guide for further details.
+ *             to the platform porting guide for further details. This API will
+ *             be deleted in a future release. See bug 370248 for details.
  */
 @Deprecated
 public abstract class StackPresentation implements ISizeProvider {
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html
index 49a2577..f4a63bd 100755
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/presentations/package.html
@@ -12,7 +12,8 @@
 Package Specification</h2>
 <p>
 This package has the presentation API support, for customizing the
-presentation of stacks for view and editors.
+presentation of stacks for view and editors.  This API is deprecated and will be deleted 
+in a future release. See bug 370248 for details.
 </p>
 
 </body>