* Anthony Green <green@xxxxxxxxxx> [2005-03-21 22:07]: > > Eclipse already has its own copy of jsch. I believe somebody plans on > removing that and making it use this common version. This was my motivation. Eclipse includes lots of things own as jars that don't get rebuilt during the build procedure. jsch is one of them. jzlib was necessary as a dependency of jsch. lucene is next on my list. Now we can symlink out of the Eclipse build and runtime directories to jars we have on the system (and that we built ourselves). Andrew