Hi, > We in Eclipse Platform collect all our icons in the eclipse.image repo > but I think a shared icon repo would be nice. > In our repo the folder location is designed to allow "copy and paste" > the generated icons to our projects, which helps a lot for adapting > icon changes.
if all shared icons are provided as SVG, you could even compose your own icon using svg:image/@xlink:href includes. For example, if the set of shared icons contained a "project" icon and an "J(ava)" icon overlay, your SVG could reuse those, thereby ensuring that any changes to the base "project" or "J" icons are immediately applied to your "Java Project" icon. This would require that the project reusing the "Project" and "J" icons would render the SVG itself, however, but maybe the Platform team could donate the highly useful org.eclipse.images.renderer plugin to CBI? That way, you could even perform the SVG rendering during your build (rather than as a cumbersome, manual step). (FWIW, I would be willing to help polishing the Maven plugin, if you see value of releasing it through CBI.) Best wishes, Andreas -- Codetrails GmbH The knowledge transfer company Robert-Bosch-Str. 7, 64293 Darmstadt Phone: +49-6151-276-7092 Mobile: +49-170-811-3791 http://www.codetrails.com/ Managing Director: Dr. Marcel Bruch Handelsregister: Darmstadt HRB 91940
signature.asc
Description: OpenPGP digital signature
_______________________________________________ cross-project-issues-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
