Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJohn Arthorne2010-05-12 13:38:03 +0000
committerJohn Arthorne2010-05-12 13:38:03 +0000
commit06c780230c0695acac386cf19b5fad6e3fc61ca0 (patch)
tree9dd40693aa2480aa4775e88e89a45d11934e4557 /update
parentbbb6c21ee844a2cd5d4d0327aa287c1566621c7a (diff)
downloadeclipse.platform-06c780230c0695acac386cf19b5fad6e3fc61ca0.tar.gz
eclipse.platform-06c780230c0695acac386cf19b5fad6e3fc61ca0.tar.xz
eclipse.platform-06c780230c0695acac386cf19b5fad6e3fc61ca0.zip
Bug 311590 - Remove all Update Manager API
Diffstat (limited to 'update')
-rw-r--r--update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateJob.java3
-rw-r--r--update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateManagerUI.java3
2 files changed, 4 insertions, 2 deletions
diff --git a/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateJob.java b/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateJob.java
index dfe423dc3..6b33838ab 100644
--- a/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateJob.java
+++ b/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateJob.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 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
@@ -42,6 +42,7 @@ import org.eclipse.update.search.UpdateSearchRequest;
*
* @since 3.1
* @deprecated The org.eclipse.update component has been replaced by Equinox p2.
+ * This API will be deleted in a future release. See bug 311590 for details.
*/
public class UpdateJob extends Job {
diff --git a/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateManagerUI.java b/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateManagerUI.java
index 0146193eb..0d8fb6430 100644
--- a/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateManagerUI.java
+++ b/update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateManagerUI.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 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
@@ -23,6 +23,7 @@ import org.eclipse.update.search.*;
* Clients can use this class to launch the configuration manager window or the install wizard.
* @since 3.0
* @deprecated The org.eclipse.update component has been replaced by Equinox p2.
+ * This API will be deleted in a future release. See bug 311590 for details.
*/
public class UpdateManagerUI {

Back to the top