Françoise Conil, on 2009-10-07:
> I did not succeed to install CMFPlacefulWorkflow as a dependency of my
> product.
>
> either by creating a Extensions/Install.py, because
> CMFPlacefulWorkflow is an egg of the Products namespace I presume
> nor by adding a <include package="Products.CMFPlacefulWorkflow" /> to
> the configure.zcml of my package
>
> If someone know the right way ... I would be interested as I have no
> more idea for this afternoon
>
> Otherwise, the import steps created for CMFPlacefulWorkflow with my
> new workflow works fine
>
> Regards
You add the dependency in metadata.xml
Usually the dependency takes this form:
profile-<package name>:default
But if I see it correctly, the CMFPlacefulWorkflow profile is not
called 'default' but 'CMFPlacefulWorkflow'. So you do it like this:
<?xml version="1.0"?>
<metadata>
<version>28</version>
<dependencies>
<dependency>profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow</dependency>
</dependencies>
</metadata>
--
Maurits van Rees | http://maurits.vanrees.org/
Work | http://zestsoftware.nl/
"This is your day, don't let them take it away." [Barlow Girl]
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers