About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
elvanor 08/01/23 12:28:35 Modified: eclipse-3.3 Log: Fix for -Djava.library.path on Eclipse-3.3.1.1. (Portage version: 2.1.3.19) Revision Changes Path 1.2 dev-util/eclipse-sdk/files/3.3/eclipse-3.3 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3?r1=1.1&r2=1.2 Index: eclipse-3.3 =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/files/3.3/eclipse-3.3,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eclipse-3.3 21 Jan 2008 12:15:56 -0000 1.1 +++ eclipse-3.3 23 Jan 2008 12:28:34 -0000 1.2 @@ -34,4 +34,4 @@ if [[ "${ECLIPSE_PERMSIZE}" ]]; then VM_ARGS="${VM_ARGS} -XX:PermSize=${ECLIPSE_PERMSIZE}"; fi if [[ "${ECLIPSE_MAX_PERMSIZE}" ]]; then VM_ARGS="${VM_ARGS} -XX:MaxPermSize=${ECLIPSE_MAX_PERMSIZE}"; fi -exec "${ECLIPSE_BIN}" "$@" -vmargs ${VM_ARGS} \ No newline at end of file +exec "${ECLIPSE_BIN}" "$@" -vmargs ${VM_ARGS} -Djava.library.path=/usr/lib -- gentoo-commits@g.o mailing list
Updated May 09, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.