Add 150 more SVG icons (April 2025 batch), and new artboard mappings.

This commit updates the Adobe Illustrator file that holds all of NetBeans' custom-drawn SVG icons, to include ~150 new icons that were integrated into the main NetBeans repo in a separate PR (https://github.com/apache/netbeans/pull/8424). See the latter PR for screenshots of the new icons.

Various new mappings of PNG/GIF file paths to artboard names are also included, and new artboards, with original bitmap icons in a separate layer, were created in the Illustrator file for icons that need to be drawn in the future. New artboards were added in batch using a script that was generated by IconTasks.java.

Some icons which contained externally source logos have been omitted from the SVG file output, as they probably need a different license header. I will handle these in a separate PR.

Also:
* Update icon hashes and mappings to match commit 3c852705 in the main NetBeans repo. Some images in the nbi and harness/libs.nbi.ant modules had been removed, causing merge conflicts in the generated changes for that repo.
* Removed one stray artboard.
* Improve the IconTasks script to avoid overwriting SVG files that render to an identical bitmap as the existing SVG file. This simplifies new icon PRs.
8 files changed
tree: 19d8c27c96d4d5d44e173b9b58e482b121e7a786
  1. convert/
  2. html-convert/
  3. icon-scripts/
  4. jsstub-generator/
  5. licencereviewsite/
  6. nbpackage/
  7. pp3/
  8. proxy-chooser/
  9. snap-packages/
  10. synergy/
  11. translations/
  12. tutorials-convert/
  13. wiki-convert/
  14. wiki-export/
  15. .gitattributes
  16. .gitignore
  17. LICENSE
  18. NOTICE
  19. README.md
README.md

netbeans-tools

Mirror of Apache NetBeans Tools.

Repository of tools and other utilties created and used by the Apache NetBeans community.

Currently Available Tools

  • convert: Tool for automatically converting Sun Microsystems and Oracle licenses to Apache.

  • html-convert: Tool that reads tutorials in HTML format from the 3rd Oracle donation and converts these to the AsciiDoc format.

  • licensereviewsite: Tool consisting of a Maven plugin to generate report for crosschecking Jenkins / Confluence for external and licence. (More details.)

  • pp3: Plugin Portal, live at http://netbeans-vm.apache.org/pluginportal/.

  • wiki-export: Tool for extracting WikiText data from wiki.netbeans.org. (More details.)

  • wiki-convert: Tool for converting extracted WikiText data to AsciiDoc, suitable for using with the jBake static generator tool.