Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2015-04-12 10:16:43 +0000
committerEd Merks2015-04-12 10:16:43 +0000
commit875354811d2c9b0fbd79088286346cba5fd8c1c4 (patch)
treee79dc6e02feafe8ce01aeef90e9a49769bf6b19f /plugins/org.eclipse.oomph.setup/src
parentb43ab8ad45442dd5ce48ccea6f28cbd822244076 (diff)
downloadorg.eclipse.oomph-875354811d2c9b0fbd79088286346cba5fd8c1c4.tar.gz
org.eclipse.oomph-875354811d2c9b0fbd79088286346cba5fd8c1c4.tar.xz
org.eclipse.oomph-875354811d2c9b0fbd79088286346cba5fd8c1c4.zip
[462247] Git/Gerrit user ID variable hidden after first time setup
https://bugs.eclipse.org/bugs/show_bug.cgi?id=462247
Diffstat (limited to 'plugins/org.eclipse.oomph.setup/src')
-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 03640a5cc..1ddb5809c 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
@@ -29,6 +29,8 @@ public final class AnnotationConstants
public static final String ANNOTATION_INDUCED_CHOICES = "http://www.eclipse.org/oomph/setup/InducedChoices";
+ public static final String ANNOTATION_MATCH_CHOICE = "http://www.eclipse.org/oomph/setup/MatchChoice";
+
public static final String ANNOTATION_FEATURE_SUBSTITUTION = "http://www.eclipse.org/oomph/setup/FeatureSubstitution";
public static final String ANNOTATION_PASSWORD_VERIFICATION = "http://www.eclipse.org/oomph/setup/PasswordVerification";

Back to the top