PP3: Sort plugin versions descending

The plugin versions are currently listed in DB order/unordered. To
improve usability the versions should be ordered in descending order.
This assumes, that the most recent version is the most relevant one.

It is assumed, that the versions all start with a dotted version
number "1.2.3-RC1" for example.

Closes: https://github.com/apache/netbeans/issues/9391
8 files changed
tree: 3af076ba992c7f8fbcac09f3ddd425695bdcd394
  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.