Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJohn Arthorne2009-02-11 17:09:26 +0000
committerJohn Arthorne2009-02-11 17:09:26 +0000
commitc40abdde75c83fd39f3eb770012c44c6b6b679a2 (patch)
treef276e735cd6407ecfeb251f98a423f5f4276fee5 /update
parentf33bf8b1f9cf2458df79eabdb4a401423ba0fce8 (diff)
downloadeclipse.platform-c40abdde75c83fd39f3eb770012c44c6b6b679a2.tar.gz
eclipse.platform-c40abdde75c83fd39f3eb770012c44c6b6b679a2.tar.xz
eclipse.platform-c40abdde75c83fd39f3eb770012c44c6b6b679a2.zip
Bug 257241 Deprecate all UM API
Diffstat (limited to 'update')
-rw-r--r--update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/ConfiguratorUtils.java2
-rw-r--r--update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java2
-rw-r--r--update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java2
-rw-r--r--update/org.eclipse.update.core/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IActivity.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSite.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSiteChangedListener.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfiguration.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfigurationChangedListener.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSite.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSiteChangedListener.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSystemInfoListener.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IProblemHandler.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/IVolume.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/configuration/LocalSystemInfo.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ArchiveReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/BaseFeatureFactory.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/BaseInstallHandler.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/BaseSiteFactory.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/Category.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ContentReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/Feature.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureContentProvider.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IArchiveReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ICategory.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IContentConsumer.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IFeature.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentConsumer.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentProvider.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureFactory.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IImport.java4
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IIncludedFeatureReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandler.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerWithFilter.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/INonPluginEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IPlatformEnvironment.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IPluginEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ISite.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteContentProvider.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactory.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactoryExtension.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFeatureReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteWithMirrors.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IURLEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IUpdateConstants.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationListener.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationResult.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IVerifier.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/Import.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/InstallHandlerEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/InstallMonitor.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/JarContentReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/JarEntryContentReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/NonPluginEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/PluginEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/Site.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/SiteContentProvider.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReference.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReferenceModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/URLEntry.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/Utilities.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/Verifier.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/VersionedIdentifier.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/ArchiveReferenceModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/CategoryModel.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/ContentEntryModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultFeatureParser.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultSiteParser.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModelFactory.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/ImportModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/IncludedFeatureReferenceModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallAbortedException.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallHandlerEntryModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/InvalidSiteTypeException.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/ModelObject.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/NonPluginEntryModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/PluginEntryModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModel.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModelFactory.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/core/model/URLEntryModel.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IBatchOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IConfigFeatureOperation.java4
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IFeatureOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IInstallFeatureOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationFactory.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationListener.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationValidator.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IReplaceFeatureVersionOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IRevertConfigurationOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IToggleSiteOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IUnconfigFeatureOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IUninstallFeatureOperation.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/IUpdateModelChangedListener.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/operations/OperationsManager.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/BackLevelFilter.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/BaseFilter.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/EnvironmentFilter.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IQueryUpdateSiteAdapter.java4
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchCategory.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchFilter.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchQuery.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollector.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollectorFromMirror.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchSite.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSiteAdapter.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchRequest.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchScope.java3
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/search/VersionedIdentifiersFilter.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/AddSiteCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/CmdLineArgs.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/DisableCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/EnableCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/InstallCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/ListFeaturesCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/RemoveSiteCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/ScriptedCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/SearchCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/StandaloneUpdateApplication.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/UninstallCommand.java2
-rw-r--r--update/org.eclipse.update.core/src/org/eclipse/update/standalone/UpdateCommand.java2
-rw-r--r--update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateJob.java1
-rw-r--r--update/org.eclipse.update.ui/src/org/eclipse/update/ui/UpdateManagerUI.java1
130 files changed, 265 insertions, 18 deletions
diff --git a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/ConfiguratorUtils.java b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/ConfiguratorUtils.java
index 204dca7a2..f2bfb05a4 100644
--- a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/ConfiguratorUtils.java
+++ b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/ConfiguratorUtils.java
@@ -28,6 +28,8 @@ import org.osgi.framework.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class ConfiguratorUtils {
/**
diff --git a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java
index ed1fa53e6..44d12a5c5 100644
--- a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java
+++ b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java
@@ -30,6 +30,8 @@ import java.net.URL;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IPlatformConfiguration {
diff --git a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java
index 4bd5a2dab..a582099d7 100644
--- a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java
+++ b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java
@@ -21,6 +21,8 @@ import java.net.URL;
* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
* (repeatedly) as the API evolves.
* </p>
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IPlatformConfigurationFactory {
/**
diff --git a/update/org.eclipse.update.core/.settings/org.eclipse.jdt.core.prefs b/update/org.eclipse.update.core/.settings/org.eclipse.jdt.core.prefs
index 73941101f..23d6e871f 100644
--- a/update/org.eclipse.update.core/.settings/org.eclipse.jdt.core.prefs
+++ b/update/org.eclipse.update.core/.settings/org.eclipse.jdt.core.prefs
@@ -1,15 +1,19 @@
-#Tue Dec 09 10:31:50 EST 2008
+#Wed Feb 11 12:06:10 EST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.4
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.doc.comment.support=enabled
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
org.eclipse.jdt.core.compiler.problem.deadCode=error
-org.eclipse.jdt.core.compiler.problem.deprecation=warning
+org.eclipse.jdt.core.compiler.problem.deprecation=ignore
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IActivity.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IActivity.java
index 24c1d5ca4..e6c6c237c 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IActivity.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IActivity.java
@@ -29,6 +29,8 @@ import org.eclipse.core.runtime.*;
* </p>
* @see org.eclipse.update.configuration.IInstallConfiguration
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IActivity extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSite.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSite.java
index 46aab9c72..a9e701b69 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSite.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSite.java
@@ -31,6 +31,8 @@ import org.eclipse.update.core.IVerificationListener;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IConfiguredSite extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSiteChangedListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSiteChangedListener.java
index 1b6492155..42f7a1d2d 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSiteChangedListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IConfiguredSiteChangedListener.java
@@ -21,6 +21,8 @@ import org.eclipse.update.core.IFeature;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IConfiguredSiteChangedListener {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfiguration.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfiguration.java
index b45c5f90c..04904a424 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfiguration.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfiguration.java
@@ -29,6 +29,8 @@ import org.eclipse.core.runtime.IAdaptable;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IInstallConfiguration extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfigurationChangedListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfigurationChangedListener.java
index f70856027..16b53a4ed 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfigurationChangedListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IInstallConfigurationChangedListener.java
@@ -19,6 +19,8 @@ package org.eclipse.update.configuration;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IInstallConfigurationChangedListener {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSite.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSite.java
index 129d4035f..bcddf595e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSite.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSite.java
@@ -29,6 +29,8 @@ import org.eclipse.update.core.IFeature;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ILocalSite extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSiteChangedListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSiteChangedListener.java
index 00a7be10d..d2ddceba3 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSiteChangedListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSiteChangedListener.java
@@ -19,6 +19,8 @@ package org.eclipse.update.configuration;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ILocalSiteChangedListener {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSystemInfoListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSystemInfoListener.java
index e056b4845..a8b7779a4 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSystemInfoListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/ILocalSystemInfoListener.java
@@ -24,6 +24,8 @@ package org.eclipse.update.configuration;
* @see LocalSystemInfo#removeInfoListener(ILocalSystemInfoListener)
* @see LocalSystemInfo#fireSystemInfoChanged(IVolume,int)
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ILocalSystemInfoListener {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IProblemHandler.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IProblemHandler.java
index c03849930..38e7759d1 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IProblemHandler.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IProblemHandler.java
@@ -22,6 +22,8 @@ package org.eclipse.update.configuration;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IProblemHandler {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IVolume.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IVolume.java
index 5b780d0d4..33a50eacf 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IVolume.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/IVolume.java
@@ -28,6 +28,8 @@ import org.eclipse.core.runtime.IAdaptable;
* </p>
* @see org.eclipse.update.configuration.LocalSystemInfo
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IVolume extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/LocalSystemInfo.java b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/LocalSystemInfo.java
index 03c5a6b70..89cef285a 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/configuration/LocalSystemInfo.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/configuration/LocalSystemInfo.java
@@ -30,6 +30,8 @@ import org.eclipse.update.internal.core.Volume;
* </p>
* @see ILocalSystemInfoListener
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class LocalSystemInfo {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ArchiveReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ArchiveReference.java
index 4f80014f4..e5b549ffa 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ArchiveReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ArchiveReference.java
@@ -26,6 +26,8 @@ import org.eclipse.update.core.model.ArchiveReferenceModel;
* @see org.eclipse.update.core.IArchiveReference
* @see org.eclipse.update.core.model.ArchiveReferenceModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class ArchiveReference
extends ArchiveReferenceModel
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseFeatureFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseFeatureFactory.java
index 06e9acfe5..1318839fa 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseFeatureFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseFeatureFactory.java
@@ -42,6 +42,8 @@ import org.eclipse.update.core.model.URLEntryModel;
* @see org.eclipse.update.core.IFeatureFactory
* @see org.eclipse.update.core.model.FeatureModelFactory
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class BaseFeatureFactory extends FeatureModelFactory implements IFeatureFactory {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseInstallHandler.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseInstallHandler.java
index 56cb88d4a..b79c84ed5 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseInstallHandler.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseInstallHandler.java
@@ -28,8 +28,9 @@ import org.eclipse.core.runtime.CoreException;
* </p>
* @see org.eclipse.update.core.IInstallHandler
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public class BaseInstallHandler implements IInstallHandler {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseSiteFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseSiteFactory.java
index a7e11f72f..bf9614f4b 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseSiteFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/BaseSiteFactory.java
@@ -52,6 +52,8 @@ import org.eclipse.update.internal.core.connection.IResponse;
* @see org.eclipse.update.core.ISiteFactory
* @see org.eclipse.update.core.model.SiteModelFactory
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class BaseSiteFactory extends SiteModelFactory implements ISiteFactory {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/Category.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/Category.java
index a90bcfc70..85c33f6c2 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/Category.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/Category.java
@@ -26,6 +26,8 @@ import org.eclipse.update.core.model.CategoryModel;
* @see org.eclipse.update.core.ICategory
* @see org.eclipse.update.core.model.CategoryModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class Category extends CategoryModel implements ICategory {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ContentReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ContentReference.java
index 1e3dfd25f..6722a351b 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ContentReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ContentReference.java
@@ -43,6 +43,8 @@ import org.eclipse.update.internal.core.connection.IResponse;
* @see org.eclipse.update.core.JarContentReference
* @see org.eclipse.update.core.JarEntryContentReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class ContentReference {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/Feature.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/Feature.java
index 5b57a7782..afc6f6adf 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/Feature.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/Feature.java
@@ -54,6 +54,8 @@ import org.eclipse.update.internal.core.UpdateSiteIncludedFeatureReference;
* @see org.eclipse.update.core.IFeature
* @see org.eclipse.update.core.model.FeatureModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class Feature extends FeatureModel implements IFeature {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureContentProvider.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureContentProvider.java
index 568ccd232..aba6d1496 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureContentProvider.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureContentProvider.java
@@ -58,6 +58,8 @@ import org.eclipse.update.internal.core.UpdateManagerUtils;
* </p>
* @see org.eclipse.update.core.IFeatureContentProvider
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class FeatureContentProvider implements IFeatureContentProvider {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureReference.java
index 3efcbd565..544b052a9 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/FeatureReference.java
@@ -36,6 +36,8 @@ import org.eclipse.update.internal.core.UpdateCore;
* @see org.eclipse.update.core.IFeatureReference
* @see org.eclipse.update.core.model.FeatureReferenceModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class FeatureReference extends FeatureReferenceModel implements IFeatureReference, IPlatformEnvironment {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IArchiveReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IArchiveReference.java
index 7d24979b4..88562a7f0 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IArchiveReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IArchiveReference.java
@@ -33,6 +33,8 @@ import org.eclipse.core.runtime.IAdaptable;
* </p>
* @see org.eclipse.update.core.ArchiveReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IArchiveReference extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ICategory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ICategory.java
index 3f2edaee7..8b20c4201 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ICategory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ICategory.java
@@ -33,6 +33,8 @@ import org.eclipse.core.runtime.IAdaptable;
* </p>
* @see org.eclipse.update.core.Category
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ICategory extends IAdaptable{
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IContentConsumer.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IContentConsumer.java
index 4307cd732..ca5356fd5 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IContentConsumer.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IContentConsumer.java
@@ -30,6 +30,8 @@ import org.eclipse.core.runtime.IProgressMonitor;
* </p>
* @see org.eclipse.update.core.IFeatureContentConsumer
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IContentConsumer {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeature.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeature.java
index a059db574..cfe763f95 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeature.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeature.java
@@ -42,6 +42,8 @@ import org.eclipse.update.core.model.InstallAbortedException;
* </p>
* @see org.eclipse.update.core.Feature
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IFeature extends IAdaptable, IPlatformEnvironment {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentConsumer.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentConsumer.java
index 66e023bff..77dad2c2e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentConsumer.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentConsumer.java
@@ -39,6 +39,8 @@ import org.eclipse.core.runtime.IProgressMonitor;
* </p>
* @see org.eclipse.update.core.IContentConsumer
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IFeatureContentConsumer {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentProvider.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentProvider.java
index a433c977e..f2de75972 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentProvider.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureContentProvider.java
@@ -46,6 +46,8 @@ import org.eclipse.core.runtime.CoreException;
* </p>
* @see org.eclipse.update.core.FeatureContentProvider
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IFeatureContentProvider {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureFactory.java
index 3205e98c6..056bca436 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureFactory.java
@@ -32,6 +32,8 @@ import org.eclipse.core.runtime.IProgressMonitor;
* </p>
* @see org.eclipse.update.core.BaseFeatureFactory
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IFeatureFactory {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java
index f7e119ed7..8d4659545 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IFeatureReference.java
@@ -32,6 +32,8 @@ import org.eclipse.core.runtime.IProgressMonitor;
* </p>
* @see org.eclipse.update.core.FeatureReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IFeatureReference extends IAdaptable,IPlatformEnvironment {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IImport.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IImport.java
index 05087b346..c43f44152 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IImport.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IImport.java
@@ -15,7 +15,7 @@ import org.eclipse.core.runtime.IAdaptable;
/**
* Plug-in dependency entry.
- * Describes a feture dependency on a particular plug-in. The dependency
+ * Describes a feature dependency on a particular plug-in. The dependency
* can specify a specific plug-in version and a matching rule for
* satisfying the dependency.
* <p>
@@ -31,6 +31,8 @@ import org.eclipse.core.runtime.IAdaptable;
* </p>
* @see org.eclipse.update.core.Import
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IImport extends IAdaptable, IUpdateConstants, IPlatformEnvironment {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IIncludedFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IIncludedFeatureReference.java
index 69d05e2a5..0b4fa0a43 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IIncludedFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IIncludedFeatureReference.java
@@ -33,6 +33,8 @@ import org.eclipse.update.configuration.IConfiguredSite;
* </p>
* @see org.eclipse.update.core.FeatureReference
* @since 2.0.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IIncludedFeatureReference extends IFeatureReference, IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandler.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandler.java
index 5db3f9047..cb0480986 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandler.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandler.java
@@ -33,6 +33,8 @@ import org.eclipse.core.runtime.IProgressMonitor;
* </p>
* @see org.eclipse.update.core.BaseInstallHandler
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IInstallHandler {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerEntry.java
index b0ca1840d..d54aef28b 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerEntry.java
@@ -32,6 +32,8 @@ import org.eclipse.core.runtime.IAdaptable;
* @see org.eclipse.update.core.InstallHandlerEntry
* @see org.eclipse.update.core.IInstallHandler
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IInstallHandlerEntry extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerWithFilter.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerWithFilter.java
index 86b185504..0c2c02808 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerWithFilter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IInstallHandlerWithFilter.java
@@ -12,6 +12,8 @@ package org.eclipse.update.core;
/**
* Custom install handler.
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IInstallHandlerWithFilter extends IInstallHandler{
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/INonPluginEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/INonPluginEntry.java
index 320feb6f7..216b7aba6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/INonPluginEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/INonPluginEntry.java
@@ -35,6 +35,8 @@ import org.eclipse.core.runtime.IAdaptable;
* @see org.eclipse.update.core.NonPluginEntry
* @see org.eclipse.update.core.FeatureContentProvider
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface INonPluginEntry extends IPlatformEnvironment, IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IPlatformEnvironment.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IPlatformEnvironment.java
index ffd0add57..4b8b5a78f 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IPlatformEnvironment.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IPlatformEnvironment.java
@@ -33,6 +33,8 @@ import org.eclipse.core.runtime.*;
* @see org.eclipse.update.core.PluginEntry
* @see org.eclipse.update.core.FeatureContentProvider
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IPlatformEnvironment extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IPluginEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IPluginEntry.java
index 0d4762de1..0c784cea6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IPluginEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IPluginEntry.java
@@ -33,6 +33,8 @@ import org.eclipse.core.runtime.*;
* @see org.eclipse.update.core.PluginEntry
* @see org.eclipse.update.core.FeatureContentProvider
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IPluginEntry extends IPlatformEnvironment,IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISite.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISite.java
index 34a3a4d01..f1c3c41f2 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISite.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISite.java
@@ -32,6 +32,8 @@ import org.eclipse.update.core.model.*;
* </p>
* @see org.eclipse.update.core.Site
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ISite extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteContentProvider.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteContentProvider.java
index b47af8d2c..497e1b0d6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteContentProvider.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteContentProvider.java
@@ -33,8 +33,9 @@ import org.eclipse.core.runtime.*;
* </p>
* @see org.eclipse.update.core.SiteContentProvider
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface ISiteContentProvider {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactory.java
index b7826a9e0..442c226f3 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactory.java
@@ -32,8 +32,9 @@ import org.eclipse.update.core.model.*;
* </p>
* @see org.eclipse.update.core.BaseSiteFactory
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface ISiteFactory {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactoryExtension.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactoryExtension.java
index dab5a50e0..33d74fc0e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactoryExtension.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFactoryExtension.java
@@ -35,8 +35,9 @@ import org.eclipse.update.core.model.*;
* </p>
* @see org.eclipse.update.core.BaseSiteFactory
* @since 2.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface ISiteFactoryExtension {
/**
* Returns a site defined by the supplied URL.
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFeatureReference.java
index 6cf40a78f..50cd6cd84 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteFeatureReference.java
@@ -28,6 +28,8 @@ import org.eclipse.core.runtime.*;
* </p>
* @see org.eclipse.update.core.SiteFeatureReference
* @since 2.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ISiteFeatureReference extends IFeatureReference, IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteWithMirrors.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteWithMirrors.java
index 0e5fad9aa..797d285b6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteWithMirrors.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/ISiteWithMirrors.java
@@ -17,6 +17,8 @@ import org.eclipse.core.runtime.*;
* The regular update site contains features (optionally groupped by categories), while
* a mirrored site can define zero or more updates sites (mirrors) with the same content.
* This allows users to pick their own update site, for performance purposes.
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface ISiteWithMirrors extends ISite {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IURLEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IURLEntry.java
index cd98b94e2..b8f1b1d68 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IURLEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IURLEntry.java
@@ -32,6 +32,8 @@ import org.eclipse.core.runtime.*;
* </p>
* @see org.eclipse.update.core.URLEntry
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IURLEntry extends IAdaptable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IUpdateConstants.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IUpdateConstants.java
index 206f12101..f80ae5537 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IUpdateConstants.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IUpdateConstants.java
@@ -21,6 +21,8 @@ package org.eclipse.update.core;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0.2
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUpdateConstants {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationListener.java
index 98f5c8f12..6126378de 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationListener.java
@@ -28,8 +28,9 @@ package org.eclipse.update.core;
* @see org.eclipse.update.core.IVerificationResult
* @see org.eclipse.update.core.IVerifier
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface IVerificationListener {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationResult.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationResult.java
index 15a505d41..d98590267 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationResult.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerificationResult.java
@@ -28,6 +28,8 @@ package org.eclipse.update.core;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IVerificationResult {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerifier.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerifier.java
index 5dd93ecb1..caf62baec 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerifier.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IVerifier.java
@@ -28,6 +28,8 @@ import org.eclipse.core.runtime.*;
* @see org.eclipse.update.core.IVerificationResult
* @see org.eclipse.update.core.IFeatureContentProvider#getVerifier()
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IVerifier {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/Import.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/Import.java
index 538e2dc94..b5df7335c 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/Import.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/Import.java
@@ -28,6 +28,8 @@ import org.eclipse.update.internal.core.UpdateManagerUtils;
* @see org.eclipse.update.core.IImport
* @see org.eclipse.update.core.model.ImportModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class Import extends ImportModel implements IImport {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java
index 611fe8004..5fb18bd5a 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/IncludedFeatureReference.java
@@ -35,6 +35,8 @@ import org.eclipse.update.internal.core.UpdateCore;
* </p>
* @see org.eclipse.update.core.VersionedIdentifier
* @since 2.0.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class IncludedFeatureReference
extends IncludedFeatureReferenceModel
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallHandlerEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallHandlerEntry.java
index b19e69c29..37b302abf 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallHandlerEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallHandlerEntry.java
@@ -27,6 +27,8 @@ import org.eclipse.update.core.model.InstallHandlerEntryModel;
* @see org.eclipse.update.core.model.InstallHandlerEntryModel
* @see org.eclipse.update.core.IInstallHandler
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class InstallHandlerEntry
extends InstallHandlerEntryModel
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallMonitor.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallMonitor.java
index 66f433b9f..4780a61a0 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallMonitor.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/InstallMonitor.java
@@ -27,6 +27,8 @@ import org.eclipse.update.internal.core.Messages;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class InstallMonitor implements IProgressMonitor {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/JarContentReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/JarContentReference.java
index 552909097..c10f6b583 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/JarContentReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/JarContentReference.java
@@ -34,6 +34,8 @@ import org.eclipse.update.internal.core.*;
* @see org.eclipse.update.core.ContentReference
* @see org.eclipse.update.core.JarEntryContentReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class JarContentReference extends ContentReference {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/JarEntryContentReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/JarEntryContentReference.java
index 183555760..f16c786ba 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/JarEntryContentReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/JarEntryContentReference.java
@@ -28,6 +28,8 @@ import java.util.jar.*;
* @see org.eclipse.update.core.ContentReference
* @see org.eclipse.update.core.JarContentReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class JarEntryContentReference extends ContentReference {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/NonPluginEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/NonPluginEntry.java
index fe4c9e305..1ccdc69b6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/NonPluginEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/NonPluginEntry.java
@@ -26,6 +26,8 @@ import org.eclipse.update.core.model.*;
* @see org.eclipse.update.core.INonPluginEntry
* @see org.eclipse.update.core.model.NonPluginEntryModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class NonPluginEntry
extends NonPluginEntryModel
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/PluginEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/PluginEntry.java
index 4d383410c..6aa26d0d2 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/PluginEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/PluginEntry.java
@@ -27,6 +27,8 @@ import org.eclipse.update.internal.core.*;
* @see org.eclipse.update.core.IPluginEntry
* @see org.eclipse.update.core.model.PluginEntryModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class PluginEntry extends PluginEntryModel implements IPluginEntry {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/Site.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/Site.java
index 4066c1271..44c3e93e3 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/Site.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/Site.java
@@ -40,6 +40,8 @@ import org.eclipse.update.internal.core.*;
* @see org.eclipse.update.core.ISite
* @see org.eclipse.update.core.model.SiteModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class Site extends SiteModel implements ISiteWithMirrors {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteContentProvider.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteContentProvider.java
index a61e25f9f..76dab79b6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteContentProvider.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteContentProvider.java
@@ -25,6 +25,8 @@ import org.eclipse.update.internal.core.UpdateCore;
* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
* (repeatedly) as the API evolves.
* </p>
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class SiteContentProvider implements ISiteContentProvider {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReference.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReference.java
index 6a62a881c..60272b7f9 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReference.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReference.java
@@ -32,6 +32,8 @@ import org.eclipse.update.internal.core.UpdateCore;
* @see org.eclipse.update.core.ISiteFeatureReference
* @see org.eclipse.update.core.SiteFeatureReferenceModel
* @since 2.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class SiteFeatureReference extends SiteFeatureReferenceModel implements ISiteFeatureReference {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReferenceModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReferenceModel.java
index 60ef2a327..760341e7f 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReferenceModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteFeatureReferenceModel.java
@@ -29,6 +29,8 @@ import java.util.List;
* </p>
* @see org.eclipse.update.core.FeatureReference
* @since 2.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class SiteFeatureReferenceModel extends FeatureReference {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java
index ffab990c4..05f84948f 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/SiteManager.java
@@ -36,6 +36,8 @@ import org.eclipse.update.internal.core.UpdateCore;
* @see org.eclipse.update.configuration.ILocalSite
* @see org.eclipse.update.configuration.IConfiguredSite
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class SiteManager {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/URLEntry.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/URLEntry.java
index 5b7c4a6be..eb0dbc8bc 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/URLEntry.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/URLEntry.java
@@ -27,6 +27,8 @@ import org.eclipse.update.internal.core.*;
* @see org.eclipse.update.core.IURLEntry
* @see org.eclipse.update.core.model.URLEntryModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class URLEntry extends URLEntryModel implements IURLEntry {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/Utilities.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/Utilities.java
index a436c2e23..a682f9013 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/Utilities.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/Utilities.java
@@ -30,6 +30,8 @@ import org.eclipse.update.internal.core.*;
* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
* (repeatedly) as the API evolves.
* </p>
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class Utilities {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/Verifier.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/Verifier.java
index f2f0f38c5..705db01fd 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/Verifier.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/Verifier.java
@@ -25,6 +25,8 @@ import org.eclipse.core.runtime.*;
* </p>
* @see org.eclipse.update.core.IVerifier
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class Verifier implements IVerifier {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/VersionedIdentifier.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/VersionedIdentifier.java
index 142083460..d3a8fad40 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/VersionedIdentifier.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/VersionedIdentifier.java
@@ -28,6 +28,8 @@ import org.eclipse.update.internal.core.*;
* </p>
* @see org.eclipse.core.runtime.PluginVersionIdentifier
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class VersionedIdentifier {
private String id;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ArchiveReferenceModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ArchiveReferenceModel.java
index 9b3dd927d..e085bab9e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ArchiveReferenceModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ArchiveReferenceModel.java
@@ -28,6 +28,8 @@ import java.net.URL;
* </p>
* @see org.eclipse.update.core.ArchiveReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class ArchiveReferenceModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/CategoryModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/CategoryModel.java
index b2b877d30..12ab46b86 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/CategoryModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/CategoryModel.java
@@ -31,8 +31,9 @@ import org.eclipse.update.core.Site;
* </p>
* @see org.eclipse.update.core.Category
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public class CategoryModel extends ModelObject {
private String name;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ContentEntryModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ContentEntryModel.java
index ac1e9bc79..7a7c9f5aa 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ContentEntryModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ContentEntryModel.java
@@ -26,6 +26,8 @@ package org.eclipse.update.core.model;
* @see org.eclipse.update.core.model.PluginEntryModel
* @see org.eclipse.update.core.model.NonPluginEntryModel
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class ContentEntryModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultFeatureParser.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultFeatureParser.java
index 2470fc89d..9ae13f881 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultFeatureParser.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultFeatureParser.java
@@ -38,6 +38,8 @@ import org.xml.sax.helpers.DefaultHandler;
* </ul>
*
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class DefaultFeatureParser extends DefaultHandler {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultSiteParser.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultSiteParser.java
index 7b7b46a6a..cc5f07626 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultSiteParser.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/DefaultSiteParser.java
@@ -63,6 +63,8 @@ import org.xml.sax.helpers.DefaultHandler;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class DefaultSiteParser extends DefaultHandler {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModel.java
index ee9b03a23..947faf22a 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModel.java
@@ -40,6 +40,8 @@ import org.eclipse.update.internal.core.UpdateCore;
* </p>
* @see org.eclipse.update.core.Feature
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class FeatureModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModelFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModelFactory.java
index 81983c309..39da9bba0 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModelFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureModelFactory.java
@@ -34,8 +34,9 @@ import org.xml.sax.SAXException;
* </p>
* @see org.eclipse.update.core.BaseFeatureFactory
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public class FeatureModelFactory {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java
index 148b5280b..72eab123e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/FeatureReferenceModel.java
@@ -33,6 +33,8 @@ import org.eclipse.update.internal.core.UpdateManagerUtils;
* </p>
* @see org.eclipse.update.core.FeatureReference
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class FeatureReferenceModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ImportModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ImportModel.java
index b1b7e9549..948d7366f 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ImportModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ImportModel.java
@@ -25,6 +25,8 @@ package org.eclipse.update.core.model;
* </p>
* @see org.eclipse.update.core.Import
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class ImportModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/IncludedFeatureReferenceModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/IncludedFeatureReferenceModel.java
index 89cced93a..8850d9878 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/IncludedFeatureReferenceModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/IncludedFeatureReferenceModel.java
@@ -31,6 +31,8 @@ import org.eclipse.update.core.IUpdateConstants;
* </p>
* @see org.eclipse.update.core.IncludedFeatureReference
* @since 2.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class IncludedFeatureReferenceModel extends FeatureReference {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallAbortedException.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallAbortedException.java
index 091fe0d76..447277243 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallAbortedException.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallAbortedException.java
@@ -23,6 +23,8 @@ import org.eclipse.core.runtime.Status;
* (repeatedly) as the API evolves.
* </p>
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class InstallAbortedException extends CoreException {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallHandlerEntryModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallHandlerEntryModel.java
index 5fd3616f3..509dd03b5 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallHandlerEntryModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InstallHandlerEntryModel.java
@@ -29,6 +29,8 @@ import java.net.URL;
* </p>
* @see org.eclipse.update.core.InstallHandlerEntry
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class InstallHandlerEntryModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InvalidSiteTypeException.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InvalidSiteTypeException.java
index 29bc48e9f..697d92f1b 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InvalidSiteTypeException.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/InvalidSiteTypeException.java
@@ -22,8 +22,9 @@ package org.eclipse.update.core.model;
* </p>
* @see org.eclipse.update.core.model.SiteModelFactory#canParseSiteType(String)
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public class InvalidSiteTypeException extends Exception {
private static final long serialVersionUID = 1L;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ModelObject.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ModelObject.java
index c0c8d6bd3..222850dcd 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ModelObject.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/ModelObject.java
@@ -44,6 +44,8 @@ import org.eclipse.update.internal.core.UpdateManagerUtils;
* from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken
* (repeatedly) as the API evolves.
* </p>
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class ModelObject extends PlatformObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/NonPluginEntryModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/NonPluginEntryModel.java
index e803b8930..f025cfded 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/NonPluginEntryModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/NonPluginEntryModel.java
@@ -25,6 +25,8 @@ package org.eclipse.update.core.model;
* </p>
* @see org.eclipse.update.core.NonPluginEntry
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class NonPluginEntryModel extends ContentEntryModel {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/PluginEntryModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/PluginEntryModel.java
index d9a9dba1d..92284d03d 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/PluginEntryModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/PluginEntryModel.java
@@ -26,6 +26,8 @@ package org.eclipse.update.core.model;
* </p>
* @see org.eclipse.update.core.PluginEntry
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class PluginEntryModel extends ContentEntryModel {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModel.java
index 12bc703de..06e13a0a5 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModel.java
@@ -40,6 +40,8 @@ import org.eclipse.update.internal.model.ConfiguredSiteModel;
* </p>
* @see org.eclipse.update.core.Site
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class SiteModel extends ModelObject {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModelFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModelFactory.java
index 2b947658f..b65c94768 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModelFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/SiteModelFactory.java
@@ -35,6 +35,8 @@ import org.xml.sax.SAXException;
* </p>
* @see org.eclipse.update.core.BaseSiteFactory
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class SiteModelFactory {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/URLEntryModel.java b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/URLEntryModel.java
index 227375596..f62fde005 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/core/model/URLEntryModel.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/core/model/URLEntryModel.java
@@ -31,8 +31,9 @@ import org.eclipse.update.internal.core.UpdateCore;
* </p>
* @see org.eclipse.update.core.URLEntry
* @since 2.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public class URLEntryModel extends ModelObject {
private String annotation;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IBatchOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IBatchOperation.java
index 307d6d418..5e8a30bd6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IBatchOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IBatchOperation.java
@@ -22,6 +22,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IBatchOperation extends IOperation {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IConfigFeatureOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IConfigFeatureOperation.java
index af7c29a68..a0b3ee5df 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IConfigFeatureOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IConfigFeatureOperation.java
@@ -20,6 +20,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
- */
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
+*/
public interface IConfigFeatureOperation extends IFeatureOperation {
}
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IFeatureOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IFeatureOperation.java
index a93982698..5a6f36813 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IFeatureOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IFeatureOperation.java
@@ -23,6 +23,8 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IFeatureOperation extends IOperation {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IInstallFeatureOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IInstallFeatureOperation.java
index 507022b52..4a89294ba 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IInstallFeatureOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IInstallFeatureOperation.java
@@ -24,6 +24,8 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IInstallFeatureOperation extends IFeatureOperation {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperation.java
index fd967e699..bd829112c 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperation.java
@@ -24,6 +24,8 @@ import org.eclipse.core.runtime.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IOperation {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationFactory.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationFactory.java
index 06c48e3b5..3c885578d 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationFactory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationFactory.java
@@ -23,6 +23,8 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IOperationFactory {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationListener.java
index 9845f56a2..0c49467cc 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationListener.java
@@ -21,6 +21,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IOperationListener {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationValidator.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationValidator.java
index 360834095..c4411df6c 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationValidator.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IOperationValidator.java
@@ -24,6 +24,8 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IOperationValidator {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IReplaceFeatureVersionOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IReplaceFeatureVersionOperation.java
index 240c1c820..4ff7e8ed6 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IReplaceFeatureVersionOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IReplaceFeatureVersionOperation.java
@@ -20,6 +20,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IReplaceFeatureVersionOperation extends IFeatureOperation {
}
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IRevertConfigurationOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IRevertConfigurationOperation.java
index 13ddb000c..fc3813476 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IRevertConfigurationOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IRevertConfigurationOperation.java
@@ -19,6 +19,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IRevertConfigurationOperation extends IOperation {
}
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IToggleSiteOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IToggleSiteOperation.java
index 860b02fc1..e43ab88eb 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IToggleSiteOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IToggleSiteOperation.java
@@ -19,6 +19,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IToggleSiteOperation extends IOperation {
}
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUnconfigFeatureOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUnconfigFeatureOperation.java
index c68fdd0ae..badc8b9f2 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUnconfigFeatureOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUnconfigFeatureOperation.java
@@ -21,6 +21,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUnconfigFeatureOperation extends IFeatureOperation {
}
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUninstallFeatureOperation.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUninstallFeatureOperation.java
index b83c9dc86..314298697 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUninstallFeatureOperation.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUninstallFeatureOperation.java
@@ -21,6 +21,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUninstallFeatureOperation extends IFeatureOperation {
public final static String UNINSTALL = "uninstall"; //$NON-NLS-1$
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUpdateModelChangedListener.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUpdateModelChangedListener.java
index 5466e0167..b14ef7b41 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUpdateModelChangedListener.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/IUpdateModelChangedListener.java
@@ -22,6 +22,8 @@ package org.eclipse.update.operations;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUpdateModelChangedListener {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/operations/OperationsManager.java b/update/org.eclipse.update.core/src/org/eclipse/update/operations/OperationsManager.java
index 548cea18a..5f82f75b7 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/operations/OperationsManager.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/operations/OperationsManager.java
@@ -28,6 +28,8 @@ import org.eclipse.update.internal.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class OperationsManager {
private static IOperationValidator validator;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/BackLevelFilter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/BackLevelFilter.java
index ab5c5d9e0..d7ff5723e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/BackLevelFilter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/BackLevelFilter.java
@@ -28,6 +28,8 @@ import org.eclipse.update.internal.operations.*;
* @see UpdateSearchRequest
* @see IUpdateSearchFilter
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class BackLevelFilter extends BaseFilter {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/BaseFilter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/BaseFilter.java
index 59c5f13ab..93e7e62b2 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/BaseFilter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/BaseFilter.java
@@ -24,6 +24,8 @@ import org.eclipse.update.core.*;
* @see UpdateSearchRequest
* @see IUpdateSearchFilter
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class BaseFilter implements IUpdateSearchFilter {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/EnvironmentFilter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/EnvironmentFilter.java
index 5ea161fb2..daf4fb7bd 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/EnvironmentFilter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/EnvironmentFilter.java
@@ -27,6 +27,8 @@ import org.eclipse.update.internal.core.*;
* @see UpdateSearchRequest
* @see IUpdateSearchFilter
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class EnvironmentFilter extends BaseFilter {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IQueryUpdateSiteAdapter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IQueryUpdateSiteAdapter.java
index 8964ac531..6f0fd2593 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IQueryUpdateSiteAdapter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IQueryUpdateSiteAdapter.java
@@ -12,7 +12,7 @@ package org.eclipse.update.search;
/**
* This interface is used for update site adapter used
- * for specific query serches. It adds a mapping ID
+ * for specific query searches. It adds a mapping ID
* that can be used when mapping file is specified.
* If a matching mapping is found for this ID,
* the replacement URL found in the mapping file will be
@@ -24,6 +24,8 @@ package org.eclipse.update.search;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IQueryUpdateSiteAdapter extends IUpdateSiteAdapter {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchCategory.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchCategory.java
index d916fdd38..91d7736b4 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchCategory.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchCategory.java
@@ -24,8 +24,9 @@ package org.eclipse.update.search;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface IUpdateSearchCategory {
/**
* Returns the unique identifier of this search category.
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchFilter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchFilter.java
index 99d5b9864..dcaeeb160 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchFilter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchFilter.java
@@ -22,6 +22,8 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUpdateSearchFilter {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchQuery.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchQuery.java
index 23978df64..f20b3ec47 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchQuery.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchQuery.java
@@ -22,8 +22,9 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface IUpdateSearchQuery {
/**
* Returns an update site adapter that should be added to the scope
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollector.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollector.java
index 8ad5549d5..085c0db12 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollector.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollector.java
@@ -25,6 +25,8 @@ import org.eclipse.update.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUpdateSearchResultCollector {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollectorFromMirror.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollectorFromMirror.java
index 1fefbbbca..5004c469b 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollectorFromMirror.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchResultCollectorFromMirror.java
@@ -30,6 +30,8 @@ import org.eclipse.update.core.IURLEntry;
* (repeatedly) as the API evolves.
* </p>
* @since 3.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUpdateSearchResultCollectorFromMirror extends
IUpdateSearchResultCollector {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchSite.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchSite.java
index f7f8c24c3..b237515c0 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchSite.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSearchSite.java
@@ -24,6 +24,8 @@ package org.eclipse.update.search;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public interface IUpdateSearchSite extends IUpdateSiteAdapter {
/**
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSiteAdapter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSiteAdapter.java
index 20963dc76..82802fc70 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSiteAdapter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/IUpdateSiteAdapter.java
@@ -23,8 +23,9 @@ import java.net.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public interface IUpdateSiteAdapter {
/**
* Returns the presentation string that can be used
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchRequest.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchRequest.java
index b733365a8..307da0cbb 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchRequest.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchRequest.java
@@ -59,6 +59,8 @@ import org.eclipse.update.internal.search.UpdatesSearchCategory;
* @see UpdateSearchScope
* @see IUpdateSearchCategory
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class UpdateSearchRequest {
private IUpdateSearchCategory category;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchScope.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchScope.java
index e2b10d0f4..2cb2201ff 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchScope.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/UpdateSearchScope.java
@@ -29,8 +29,9 @@ import org.eclipse.update.internal.search.*;
* </p>
* @see UpdateSearchRequest
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
-
public class UpdateSearchScope {
private Vector sites;
private URL updateMapURL;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/search/VersionedIdentifiersFilter.java b/update/org.eclipse.update.core/src/org/eclipse/update/search/VersionedIdentifiersFilter.java
index 40e652f0e..2bd6db63f 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/search/VersionedIdentifiersFilter.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/search/VersionedIdentifiersFilter.java
@@ -29,6 +29,8 @@ import org.eclipse.update.core.*;
* @see UpdateSearchRequest
* @see IUpdateSearchFilter
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class VersionedIdentifiersFilter extends BaseFilter {
private ArrayList vids;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/AddSiteCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/AddSiteCommand.java
index 4bc112f94..8b1f63f35 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/AddSiteCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/AddSiteCommand.java
@@ -27,6 +27,8 @@ import org.eclipse.update.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class AddSiteCommand extends ScriptedCommand {
private ISite site;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/CmdLineArgs.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/CmdLineArgs.java
index 3c96e7849..3775d5245 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/CmdLineArgs.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/CmdLineArgs.java
@@ -28,6 +28,8 @@ import org.eclipse.update.internal.mirror.MirrorCommand;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class CmdLineArgs {
private HashMap options = new HashMap();
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/DisableCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/DisableCommand.java
index 1113c4901..75f490032 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/DisableCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/DisableCommand.java
@@ -30,6 +30,8 @@ import org.eclipse.update.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class DisableCommand extends ScriptedCommand {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/EnableCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/EnableCommand.java
index 0a3301898..28c6263df 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/EnableCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/EnableCommand.java
@@ -30,6 +30,8 @@ import org.eclipse.update.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class EnableCommand extends ScriptedCommand {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/InstallCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/InstallCommand.java
index c4d0ab85b..a3468583e 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/InstallCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/InstallCommand.java
@@ -53,6 +53,8 @@ import org.eclipse.update.search.VersionedIdentifiersFilter;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class InstallCommand extends ScriptedCommand {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ListFeaturesCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ListFeaturesCommand.java
index 1dc0d0b07..c51b13460 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ListFeaturesCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ListFeaturesCommand.java
@@ -27,6 +27,8 @@ import org.eclipse.update.internal.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class ListFeaturesCommand extends ScriptedCommand {
private IConfiguredSite[] sites = getConfiguration().getConfiguredSites();
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/RemoveSiteCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/RemoveSiteCommand.java
index 77085f32b..0060d5244 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/RemoveSiteCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/RemoveSiteCommand.java
@@ -27,6 +27,8 @@ import org.eclipse.update.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class RemoveSiteCommand extends ScriptedCommand {
private IConfiguredSite csite;
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ScriptedCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ScriptedCommand.java
index 4d17d941a..2d29f5f81 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ScriptedCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/ScriptedCommand.java
@@ -25,6 +25,8 @@ import org.eclipse.update.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public abstract class ScriptedCommand implements IOperationListener {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/SearchCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/SearchCommand.java
index 67af0b623..03014add0 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/SearchCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/SearchCommand.java
@@ -28,6 +28,8 @@ import org.eclipse.update.search.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class SearchCommand extends ScriptedCommand {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/StandaloneUpdateApplication.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/StandaloneUpdateApplication.java
index 974ed5dcc..87c7f6590 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/StandaloneUpdateApplication.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/StandaloneUpdateApplication.java
@@ -23,6 +23,8 @@ import org.eclipse.update.internal.core.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class StandaloneUpdateApplication implements IPlatformRunnable {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UninstallCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UninstallCommand.java
index f4c821eda..8b32c5907 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UninstallCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UninstallCommand.java
@@ -30,6 +30,8 @@ import org.eclipse.update.operations.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class UninstallCommand extends ScriptedCommand {
diff --git a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UpdateCommand.java b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UpdateCommand.java
index 57e5c8d14..5139364c0 100644
--- a/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UpdateCommand.java
+++ b/update/org.eclipse.update.core/src/org/eclipse/update/standalone/UpdateCommand.java
@@ -31,6 +31,8 @@ import org.eclipse.update.search.*;
* (repeatedly) as the API evolves.
* </p>
* @since 3.0
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2. This
+ * provisional API was never promoted to stable API, and may be removed from a future release of the platform.
*/
public class UpdateCommand extends ScriptedCommand {
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 b76205d71..c8c281031 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
@@ -41,6 +41,7 @@ import org.eclipse.update.search.UpdateSearchRequest;
* features, depending on how you construct it.
*
* @since 3.1
+ * @deprecated The org.eclipse.update component has been replaced by Equinox p2.
*/
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 e06e00dc0..7ea977992 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
@@ -22,6 +22,7 @@ import org.eclipse.update.search.*;
* Entry point into update manager UI.
* 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.
*/
public class UpdateManagerUI {

Back to the top