Skip to content

Releases: azachar/eclipse-plugin-cleaner

Release v0.4

12 Mar 08:14
Compare
Choose a tag to compare

Functional

  • Improved the console output
  • Fixed paths for Windows
  • Improved help

Non-Functional

  • Refactored codebase in order to pass sonar rules
  • Improved test coverage
  • Documented all public API

Release v0.3.0

10 Mar 22:53
Compare
Choose a tag to compare

Introduces a new command line param --mode that allows to resolve
duplicates based on the following options:

  • dropinsOnly (default) - Preserver the Eclipse's plugins and remove
    duplicates only from the dropin folder
  • prefereDropins - If there are multiple version of the bundle with
    the same version, remeve duplicates from dropins folder.
  • unlimited - Collect all possible plugins and remove duplicates
    regardless their location.

Improved documentation.

Release v0.2.1

09 Mar 05:58
Compare
Choose a tag to compare

Added version's qualifier normalization

  • From the qualifier are removed characters 'v' and '-' in order to
    compare properly timestamps
  • Fixed usage information

Release v0.2.0

06 Mar 17:44
Compare
Choose a tag to compare
  • Thanks to Jean-Francois Larouche fixed #1
  • Improved logging
  • Refactored the Main Class
  • Added tests for a default destination folder based on a source folder.
  • Clean up tests data
  • Refactored names for better readability
  • Improved javadoc
  • Added contribution guide
  • Added copyright

Release v0.1.0

04 Mar 07:14
Compare
Choose a tag to compare
  • Duplicates are preferably removed from the dropins folder
  • The fail safe resolving of the version by the reg. exp
  • Showing a master version of the duplicate bundle
  • Plugins duplicates and features duplicates are analyzed separatelly
  • Travis CI configuration