Allow multiple parserPage XML elements

Eliminates warning on org.eclipse.cdt.ui/plugin.xml
This commit is contained in:
John Dallaway 2024-08-06 13:18:42 +01:00
parent 7420b12bb7
commit 6ffa02911a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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>