From 30cf4a8a628daff71229279c499ccdbd2a08ea46 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Fri, 11 Apr 2014 08:07:34 +0000 Subject: - Update netbeans to version 8.0 Release notes: https://netbeans.org/community/releases/80/relnotes.html New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80 - IGNORE netbeans-devel --- java/netbeans/files/patch-platform-lib_nbexec | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 java/netbeans/files/patch-platform-lib_nbexec (limited to 'java/netbeans/files/patch-platform-lib_nbexec') diff --git a/java/netbeans/files/patch-platform-lib_nbexec b/java/netbeans/files/patch-platform-lib_nbexec deleted file mode 100644 index adbcbb99ff21..000000000000 --- a/java/netbeans/files/patch-platform-lib_nbexec +++ /dev/null @@ -1,20 +0,0 @@ ---- platform/lib/nbexec.orig 2013-10-30 09:45:15.000000000 +0100 -+++ platform/lib/nbexec 2013-10-30 09:45:20.000000000 +0100 -@@ -213,7 +213,7 @@ - # if the Java option for heap dump on OOME is supported enable it - if "${jdkhome}/bin/java" -XX:+HeapDumpOnOutOfMemoryError -cp "${progdir}/boot.jar" org.netbeans.NbExecJavaStartTry > /dev/null 2>&1 ; then - jargs="$jargs -XX:+HeapDumpOnOutOfMemoryError" -- if [ -z "`echo $jargs | grep -- "-XX:HeapDumpPath="`" ] ; then -+ if [ -z "`echo $jargs | %%GREP%% -- "-XX:HeapDumpPath="`" ] ; then - jargs="$jargs -XX:HeapDumpPath=\"${userdir}/var/log/heapdump.hprof\"" - fi - # rename old heap dump to .old -@@ -244,7 +244,7 @@ - if [ "`echo "${dir}"/*.$ex`" != "${dir}/*.$ex" ] ; then - for x in "${dir}"/*.$ex ; do - subx=`basename "$x"` -- if [ -z "`echo "$paths" | egrep "$subpath$subx"`" ] ; then -+ if [ -z "`echo "$paths" | %%GREP%% "$subpath$subx"`" ] ; then - if [ ! -z "$cp" ] ; then cp="$cp:" ; fi - cp="$cp$x" - if [ ! -z "$paths" ] ; then paths="$paths:" ; fi -- cgit v1.2.3