mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Allow multiple parserPage XML elements
Eliminates warning on org.eclipse.cdt.ui/plugin.xml
This commit is contained in:
parent
7420b12bb7
commit
6ffa02911a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue