Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2020-07-20 07:49:08 +0000
committerEd Merks2020-07-20 07:49:08 +0000
commitb197f24899827127d8edef31bddacb58193a21fb (patch)
tree424ea58797652aab462b6ba427dffc4fb7177298 /plugins/org.eclipse.oomph.setup/src/org
parent8e4fe441d99f1e7bd2e4322f157440d991551f74 (diff)
downloadorg.eclipse.oomph-b197f24899827127d8edef31bddacb58193a21fb.tar.gz
org.eclipse.oomph-b197f24899827127d8edef31bddacb58193a21fb.tar.xz
org.eclipse.oomph-b197f24899827127d8edef31bddacb58193a21fb.zip
[565349] Provide support for installing a product's JRE from a p2 update
site
Diffstat (limited to 'plugins/org.eclipse.oomph.setup/src/org')
-rw-r--r--plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/AnnotationConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/AnnotationConstants.java b/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/AnnotationConstants.java
index 141103743..f5c62d810 100644
--- a/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/AnnotationConstants.java
+++ b/plugins/org.eclipse.oomph.setup/src/org/eclipse/oomph/setup/AnnotationConstants.java
@@ -83,6 +83,8 @@ public final class AnnotationConstants
public static final String ANNOTATION_RELEASE_TRAIN_ALTERNATE = "http://www.eclipse.org/oomph/setup/ReleaseTrainAlternate"; //$NON-NLS-1$
+ public static final String ANNOTATION_JRE = "http://www.eclipse.org/oomph/setup/JRE"; //$NON-NLS-1$
+
private AnnotationConstants()
{
}

Back to the top