hi list,

i'd like to add dependencies to my product using the metadata.xml
currently it look like that:
<?xml version="1.0"?>
<metadata>
  <version>0.1</version>
  <dependencies>
    <dependency>profile-some.product:default</dependency>
  </dependencies>
</metadata>

i wan't to add deps for Products.Maps, collective.editskinswitcher, Products.Collage and others.

editskinswitcher works well using the pattern: profile- collective.editskinswitcher:default but Maps and Collage is raising a KeyError when using profile- Products.Maps:default i tried several other patterns (t&e-style) like profile-Maps:default, profile-maps, and so on...

where can i find those profile-ids?
or is there a difference between those packages i don't see right now?

thanks for helping
iham

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to