Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
putting the jruby-classloader as context classloader means that all a…
…ttached "jars" can be found via the Thread.currentThread.contextClassLoader. running jruby from other environments like servlets just leave the context classloader as is. so this was a commandline only feature. finally it keeps the classloader semantic uniform wether executed from commandline or inside a j2ee container or osgi framework or embedded jruby in a java application