From 44e92896937fc7562790f1b4e3a8d280f699dc2c Mon Sep 17 00:00:00 2001 From: angryziber Date: Thu, 13 Mar 2008 21:29:48 +0000 Subject: [PATCH] * ClipboardProxy dynamic methods are now preserved after obfuscation * fixes NoSuchMethodError: getFunc git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@278 375186e5-ef17-0410-b0b6-91563547dcda --- TODO | 3 +-- build.xml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index e32a1a34..f4cc4a45 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ Before 3.0: -* rpm/deb packages (test, especially 64) -* Ctrl+Alt get NoSuchMethodError: getFunc +* rpm/deb packages (test, especially 64 bit) * command-line scanning start * fetcher-specific options * multiple port support web-detect diff --git a/build.xml b/build.xml index 9b5af0eb..01e42563 100755 --- a/build.xml +++ b/build.xml @@ -263,6 +263,9 @@ } -keep class org.eclipse.swt.internal.ole.win32.COMObject { <methods>; + } + -keep class org.eclipse.swt.dnd.ClipboardProxy { + <methods>; } -keep class org.eclipse.swt.internal.image.*FileFormat -keep class * {