Thanks a lot, it worked fine ! I removed Extensions/Install.py and profiles/default/import-steps.xml which did not seem necessary.
I did not find this indication, but with your answer I get the following link with some explanation : http://plone.org/products/plone/roadmap/195 Thanks you all Regards 2009/10/7 Maurits van Rees <[email protected]>: > 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 > _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
