CVS eclipse/debian/extra

Michael Koch mkoch-guest at haydn.debian.org
Sat Jan 7 21:20:24 UTC 2006


Update of /cvsroot/pkg-java/eclipse/debian/extra
In directory haydn:/tmp/cvs-serv14446/extra

Modified Files:
	eclipse.sh 
Log Message:
Overwrite JAVA_HOME from ~/.eclipse/eclipserc when -vm is used.


--- /cvsroot/pkg-java/eclipse/debian/extra/eclipse.sh	2006/01/07 19:56:13	1.8
+++ /cvsroot/pkg-java/eclipse/debian/extra/eclipse.sh	2006/01/07 21:20:24	1.9
@@ -40,6 +40,7 @@
         exit 0
     elif [ "$1" = "-vm" ]; then
         shift
+        unset JAVA_HOME
         JAVACMD="$1"
         shift
     else



More information about the pkg-java-commits mailing list