summaryrefslogtreecommitdiff
path: root/net-p2p/limewire/files/patch-runLime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/limewire/files/patch-runLime.sh')
-rw-r--r--net-p2p/limewire/files/patch-runLime.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/limewire/files/patch-runLime.sh b/net-p2p/limewire/files/patch-runLime.sh
deleted file mode 100644
index 8b99e6c2e3a3..000000000000
--- a/net-p2p/limewire/files/patch-runLime.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- runLime.sh.orig Wed May 15 14:32:03 2002
-+++ runLime.sh Tue Jul 16 22:25:34 2002
-@@ -7,8 +7,9 @@
- # work around some limitations in the JDK1.3. For more information
- # see http://java.sun.com/j2se/1.3/relnotes.html#vm
- #
--CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar"
--export CLASSPATH
-+CLASSPATH="%%JAR_DIR%%"
- J2SE_PREEMPTCLOSE=1
- export J2SE_PREEMPTCLOSE
--java -jar RunLime.jar
-+exec %%LOCALBASE%%/bin/javavm \
-+ -cp "${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar:${CLASSPATH}/MessagesBundles.jar" \
-+ -jar ${CLASSPATH}/LimeWire.jar