Skip to content

Commit 6ffa029

Browse files
committed
Allow multiple parserPage XML elements
Eliminates warning on org.eclipse.cdt.ui/plugin.xml
1 parent 7420b12 commit 6ffa029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
5-
Bundle-Version: 8.1.500.qualifier
5+
Bundle-Version: 8.1.600.qualifier
66
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

core/org.eclipse.cdt.ui/schema/BinaryParserPage.exsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</annotation>
1919
<complexType>
2020
<sequence>
21-
<element ref="parserPage"/>
21+
<element ref="parserPage" minOccurs="1" maxOccurs="unbounded"/>
2222
</sequence>
2323
<attribute name="point" type="string" use="required">
2424
<annotation>

0 commit comments

Comments
 (0)