Skip to content

Commit

Permalink
Allow multiple parserPage XML elements
Browse files Browse the repository at this point in the history
Eliminates warning on org.eclipse.cdt.ui/plugin.xml
  • Loading branch information
jld01 committed Aug 6, 2024
1 parent 7420b12 commit c1338e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
Bundle-Version: 8.1.500.qualifier
Bundle-Version: 8.1.600.qualifier
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.ui/schema/BinaryParserPage.exsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</annotation>
<complexType>
<sequence>
<element ref="parserPage"/>
<element ref="parserPage" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
Expand Down

0 comments on commit c1338e2

Please sign in to comment.