Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > d04338a47771a9a52b595e0ad3e9e9d5 > files > 4

eclipse-jgit-4.7.0-3.mga6.src.rpm

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