Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-12-21 19:01:35 +0000
committerJohn Arthorne2012-12-21 19:01:35 +0000
commit3c86103c22de0e4eb12a1b23125f8c61bc8f6bc3 (patch)
tree8e25537a6105fa1c75ba751525d3bf5c8874f2a5 /bundles/org.eclipse.equinox.p2.core
parent54b214b50427079c093d1317400d30aa93f3fb75 (diff)
downloadrt.equinox.p2-3c86103c22de0e4eb12a1b23125f8c61bc8f6bc3.tar.gz
rt.equinox.p2-3c86103c22de0e4eb12a1b23125f8c61bc8f6bc3.tar.xz
rt.equinox.p2-3c86103c22de0e4eb12a1b23125f8c61bc8f6bc3.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/IProvisioningAgent.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/IProvisioningAgent.java b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/IProvisioningAgent.java
index 53abedc3c..22f506b47 100644
--- a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/IProvisioningAgent.java
+++ b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/p2/core/IProvisioningAgent.java
@@ -42,11 +42,13 @@ public interface IProvisioningAgent {
/**
* When running in "shared mode", this allows to retrieve from the IProvisioningAgent the agent representing what is in the shared location aka the base
+ * @since 2.3
*/
public static final String SHARED_BASE_AGENT = "org.eclipse.equinox.shared.base.agent"; //$NON-NLS-1$
/**
* When running in "shared mode", this allows to retrieve from the IProvisioningAgent identified by {@link #SHARED_BASE_AGENT} the current agent
+ * @since 2.3
*/
public static final String SHARED_CURRENT_AGENT = "org.eclipse.equinox.shared.current.agent"; //$NON-NLS-1$
/**

Back to the top