Hi all,
I added a new custom manifest header: Nuxeo-RequiredBy
This header can be used to add dependencies on a bundle from
outside.
This can be useful when you have a bundle which need to be
deployed
before a bundle that is unaware
of the first bundle.
For example you write a new web module:
org.nuxeo.example.web that need
to be deployed before nuxeo.war (org.nuxeo.ecm.war)
You cannot update the MANIFEST.MF of nuxeo.war to add a
dependency to
your bundle - since nuxeo.war is unaware of it and should
remain unaware.
So to be able to specify this type of dependency you can add
to your
org.nuxeo.example.web MANIFEST.MF a header like:
Nuxeo-RequiredBy: org.nuxeo.ecm.war
Bogdan
_______________________________________________
ECM mailing list
ECM lists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm
|