The wemblog code removes all newer versions except the base version,
which is probably not what you want (keep the latest version only).To
get the code:search for VersionManagerImpl in CRXDE, this will give you
a path like /libs/wcm/core/install/cq-wcm-core-5.6.24.jarcreate a
package in package manager with that path, build it, download it, unzip
it and extract the jar with "jar xf cq-wcm-core-5.6.24.jar"download a
Java "disassembler" like http://jd.benow.ca/open the
VersionManagerImpl.class fil...