Fixed bug regarding the skipping of unmodified builds
authorKai Moritz <kai@juplo.de>
Mon, 21 Dec 2015 16:01:42 +0000 (17:01 +0100)
committerKai Moritz <kai@juplo.de>
Mon, 7 Mar 2016 13:20:10 +0000 (14:20 +0100)
commit9d6e06c972ddda45bf0cd2e6a5e11d8fa319c290
tree3b6a6c3de1b14716785df45f5bf1cee2f4a24f79
parentdc652540d007799fb23fc11d06186aa5325058db
Fixed bug regarding the skipping of unmodified builds

If a property or class was removed, its value or md5sum stayed in the set
of md5sums, so that each following build (without a clean) was juged as
modified.
src/main/java/de/juplo/plugins/hibernate/ModificationTracker.java