diff --git a/globalplatform.pro b/globalplatform.pro deleted file mode 100644 index dd7fee04..00000000 --- a/globalplatform.pro +++ /dev/null @@ -1,32 +0,0 @@ --libraryjars /lib/rt.jar --libraryjars /lib/jce.jar - --injars tool/target/gp.jar --keep public class pro.javacard.gp.GPTool { - public static void main(java.lang.String[]); -} - - --outjars gp.jar --dontobfuscate - -# For enum-s (why this is not default?) --keepclassmembers class * extends java.lang.Enum { - ; - public static **[] values(); - public static ** valueOf(java.lang.String); -} - --printseeds seeds.txt --dontnote !pro.javacard.** --dontwarn !pro.javacard.** - -# From apdu4j --keep public class * extends java.security.Provider {*;} --keep class com.sun.jna.** { *; } --keep class jnasmartcardio.** { *; } - --keep class org.slf4j.impl.Simple** { *; } - -# Fix for java.lang.ClassFormatError: LVTT entry for 'X' in class file Z does not match any LVT entry --optimizations !code/allocation/variable \ No newline at end of file diff --git a/tool/pom.xml b/tool/pom.xml index 2896325f..134d7e6f 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -18,7 +18,7 @@ com.github.martinpaljak apdu4j-pcsc - 20.06.15 + 20.08.12 @@ -148,7 +148,6 @@ - \ No newline at end of file