Hi, On Thu, Mar 29, 2012 at 2:28 PM, Karl Wright <daddy...@gmail.com> wrote: > FWIW, I'm working on CONNECTORS-437 in a branch. Given the extent of > the changes required, and the limits on my time, I'd expect this work > to require at least another week to reach a point of rough equivalency > to where we are now.
If we want to push out the release now, the following steps should produce a close enough approximation of what people on general@ are asking for: $ tar zxf apache-manifoldcf-0.5-incubating-src.tar.gz $ find apache-manifoldcf-0.5-incubating -type f -name '*.jar' > lib.txt $ find apache-manifoldcf-0.5-incubating -type f \! -name '*.jar' > src.txt $ tar zcf apache-manifoldcf-0.5.1-incubating-lib.tar.gz -T lib.txt $ tar zcf apache-manifoldcf-0.5.1-incubating-src.tar.gz -T src.txt BR, Jukka Zitting