On 1/15/13 08:51 , [email protected] wrote:
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 ?

It wouldn't hurt anything, but it wouldn't serve much purpose currently, would it? The main point of the OBR XML file is to provide sets of capabilities and requirements for resolving dependencies. It isn't a very good resource for generating general use documentation about bundles.

-> richard


<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