Hi,

my name is Nicolas Fortin, I work on the OrbisGIS open source project (https://github.com/irstv/orbisgis), we will use OSGi and OBR as our new plug-in system.

We are using Apache Felix implementation, and maven bundle plugin.

There is an OSGi manifest property that is Bundle-Icon; however this property is not available in OBR xml file https://svn.apache.org/repos/asf/felix/trunk/bundleplugin/src/main/resources/SchemaObr.xsd however OSGi alliance do not restrict the user defined properties.

What do you think about export Bundle-Icon to Osgi Bundle Repository file ?

<xs:element name="resource">
  <xs:complexType>
    <xs:sequence>
<xs:element name="icon" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
</xs:element>

Bundle-Icon is explained here :
http://wiki.osgi.org/wiki/Bundle-Icon

Best regards,

-Nicolas F.

Reply via email to