32b3dee
--- org.eclipse.jgit.pgm/jgit.sh.sav	2011-09-15 18:32:58.000000000 +0300
32b3dee
+++ org.eclipse.jgit.pgm/jgit.sh	2011-10-28 13:05:51.399038583 +0300
32b3dee
@@ -60,7 +60,7 @@ esac
32b3dee
 this_script=`which "$0" 2>/dev/null`
32b3dee
 [ $? -gt 0 -a -f "$0" ] && this_script="$0"
32b3dee
 cp=$this_script
32b3dee
-
5721a1a
+export JGIT_CLASSPATH="$(build-classpath jgit slf4j/api slf4j/simple args4j jzlib jsch commons-compress xz-java javaewah httpcomponents/httpcore httpcomponents/httpclient commons-logging commons-codec)"
b852dfe
 platform="`uname`"
32b3dee
 if [ -n "$JGIT_CLASSPATH" ]
32b3dee
 then