forked from eclipse-pde/eclipse.pde
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of class types and empty array in component property types
Currently for a class used in component property types the property looks like MyClass.class where according to the spec it should be a string holding the class name, also empty arrays result in a property with no value in the xml while the spec says it should be omitted, This is now fixed, empty properties are only removed and Types are resolved to their type name from now on. See also osgi/osgi#646
- Loading branch information
Showing
1 changed file
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters