Releases: azachar/eclipse-plugin-cleaner
Releases · azachar/eclipse-plugin-cleaner
Release v0.4
Release v0.3.0
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 folderprefereDropins
- 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
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
- 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
- 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