From 15dd658d34f75e62d51aa15971a4a814bea8be6e Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sat, 27 Oct 2018 22:15:05 +0200 Subject: [minor] Fix typo in extension point description Change-Id: I43177cf15e248c9136f60a149c0940a3cc038437 Signed-off-by: Michael Keppler --- org.eclipse.core.variables/META-INF/MANIFEST.MF | 2 +- org.eclipse.core.variables/pom.xml | 2 +- org.eclipse.core.variables/schema/valueVariables.exsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'org.eclipse.core.variables') diff --git a/org.eclipse.core.variables/META-INF/MANIFEST.MF b/org.eclipse.core.variables/META-INF/MANIFEST.MF index 7061c13a7..93be34167 100644 --- a/org.eclipse.core.variables/META-INF/MANIFEST.MF +++ b/org.eclipse.core.variables/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.core.variables; singleton:=true -Bundle-Version: 3.4.200.qualifier +Bundle-Version: 3.4.300.qualifier Bundle-Activator: org.eclipse.core.variables.VariablesPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/org.eclipse.core.variables/pom.xml b/org.eclipse.core.variables/pom.xml index bde614816..b202e9f88 100644 --- a/org.eclipse.core.variables/pom.xml +++ b/org.eclipse.core.variables/pom.xml @@ -18,6 +18,6 @@ org.eclipse.core org.eclipse.core.variables - 3.4.200-SNAPSHOT + 3.4.300-SNAPSHOT eclipse-plugin diff --git a/org.eclipse.core.variables/schema/valueVariables.exsd b/org.eclipse.core.variables/schema/valueVariables.exsd index 447edb35f..883d971aa 100644 --- a/org.eclipse.core.variables/schema/valueVariables.exsd +++ b/org.eclipse.core.variables/schema/valueVariables.exsd @@ -51,7 +51,7 @@ - Specifies whether this variable is read only. When true, this variable's value will always be derived from the extension and cannot be edited by the user. When false, this variable's value will be initialized from any <code>initialValue</code> attribtue or initializer class, and can be modified by the user. Once a read-write variable is modified, its value is persisted and overrides any value specified by an extension's <code>initialValue</code> or initializer class. When unspecified, the value of this attribute is <code>false</code>. This attribute was added in the 3.3 release. + Specifies whether this variable is read only. When true, this variable's value will always be derived from the extension and cannot be edited by the user. When false, this variable's value will be initialized from any <code>initialValue</code> attribute or initializer class, and can be modified by the user. Once a read-write variable is modified, its value is persisted and overrides any value specified by an extension's <code>initialValue</code> or initializer class. When unspecified, the value of this attribute is <code>false</code>. This attribute was added in the 3.3 release. -- cgit v1.2.3