Add support of start levels for bundles in platform definition xml
------------------------------------------------------------------

                 Key: PAXRUNNER-350
                 URL: http://issues.ops4j.org/browse/PAXRUNNER-350
             Project: Pax Runner
          Issue Type: New Feature
    Affects Versions: 1.4.0
            Reporter: Dmytro Pishchukhin
            Assignee: Alin Dreghiciu


It'd be great to define bundle start level for inside platform definition xml

2 ways how to implement:

1. add support for <bundle>/<url> tag with @ suffix (the same way as it 
implemented in Pax Exam)
e.g. 
 <bundle>
          <name>OSGi Services</name>
          <url>file:org.eclipse.osgi.services_3.2.0.v20090520-1800....@3</url>
</bundle>
<bundle>
          <name>Equinox Common</name>
          
<url>file:libs/platform/org.eclipse.equinox.common_3.5.1.r35x_v20090807-1100....@nostart</url>
</bundle>

2. add optional tag <bundle>/<startlevel>
e.g. 
 <bundle>
          <name>OSGi Services</name>
          <url>file:org.eclipse.osgi.services_3.2.0.v20090520-1800.jar</url>
          <startlevel>3</startlevel>
</bundle>
<bundle>
          <name>Equinox Common</name>
          
<url>file:libs/platform/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar</url>
          <startlevel>nostart</startlevel>
</bundle>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to