"<<ALL FILES>>" in plugin descriptor is invalid XML
Project: | JNode All |
Component: | Miscellaneous |
Category: | bug report |
Priority: | minor |
Assigned: | Stephen Crawley |
Status: | closed |
Jump to:
Description
I recently upgraded my Eclipse install, and it is now telling me that the following (which appears in lots of plugin descriptors) is invalid XML:
<permission class="java.io.FilePermission" name="<<ALL FILES>>" actions="read,write,delete"/>
The '<' and '>' characters in the name attribute should use character entities; i.e. "<" and ">". Fortunately, NanoXML doesn't seem to care about this. But it should be fixed.
- Login to post comments
#1
#2
Changed all '"<<' and '>>"' instances. Marking fixed.
#3
Automatically closed -- issue fixed for two weeks with no activity.