Skip to content

Commit

Permalink
Adding search terms to the XML validation preference page
Browse files Browse the repository at this point in the history
  • Loading branch information
vogella authored and akurtakov committed Dec 13, 2024
1 parent 9e1fa27 commit c30df3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.wildwebdeveloper.xml/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ XMLCodeLensPreferencePage.preferenceKeywords.xmlcodelens=xml codelens
XMLFormattingPreferencePage.name=Formatting
XMLFormattingPreferencePage.preferenceKeywords.xmlformatting=xml formatting
XMLValidationPreferencePage.name=Validation & Resolution
XMLValidationPreferencePage.preferenceKeywords.xmlvalidation=xml validation resolution
XMLValidationPreferencePage.preferenceKeywords.xmlvalidation=xml validation resolution download external sources
2 changes: 1 addition & 1 deletion org.eclipse.wildwebdeveloper/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.wildwebdeveloper;singleton:=true
Automatic-Module-Name: org.eclipse.wildwebdeveloper
Bundle-Version: 1.2.5.qualifier
Bundle-Version: 1.2.6.qualifier
Bundle-Activator: org.eclipse.wildwebdeveloper.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime;bundle-version="3.29.0",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.wildwebdeveloper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<packaging>eclipse-plugin</packaging>
<version>1.2.5-SNAPSHOT</version>
<version>1.2.6-SNAPSHOT</version>

<build>
<plugins>
Expand Down

0 comments on commit c30df3e

Please sign in to comment.