From 2453d5a751fb9a314b5bbe628e927a5faa97c92f Mon Sep 17 00:00:00 2001 From: Alice Jacka Date: Mon, 6 Jun 2022 16:17:22 +1000 Subject: [PATCH 1/3] Download ant-javacard instead of building --- .gitmodules | 6 +----- build.xml | 12 +++++++----- ext/ant-javacard | 1 - 3 files changed, 8 insertions(+), 11 deletions(-) delete mode 160000 ext/ant-javacard diff --git a/.gitmodules b/.gitmodules index 69cb0ed..abfe843 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,6 @@ -[submodule "ext/ant-javacard"] - path = ext/ant-javacard - url = https://github.com/promovicz/ant-javacard.git - branch = master [submodule "ext/javacard-sdks"] path = ext/javacard-sdks url = https://github.com/martinpaljak/oracle_javacard_sdks.git [submodule "ext/globalplatform-exports"] path = ext/globalplatform-exports - url = https://github.com/OpenJavaCard/globalplatform-exports.git + url = https://github.com/OpenJavaCard/globalplatform-exports.git \ No newline at end of file diff --git a/build.xml b/build.xml index 5e8cae1..816ed47 100644 --- a/build.xml +++ b/build.xml @@ -13,20 +13,22 @@ + - - - + + + + diff --git a/ext/ant-javacard b/ext/ant-javacard deleted file mode 160000 index 769c722..0000000 --- a/ext/ant-javacard +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 769c7223a9d7f93c347de01d1caf1e66ee4ca3d4 From 33638fec2f7b84e93b09a41fba82090f74bbc271 Mon Sep 17 00:00:00 2001 From: Alice Jacka Date: Mon, 6 Jun 2022 16:24:52 +1000 Subject: [PATCH 2/3] update jc-sdk to 3.1 --- build.xml | 10 +++++----- ext/javacard-sdks | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 816ed47..cbb6e08 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ - + @@ -53,7 +53,7 @@ - + - + - + - + Date: Mon, 6 Jun 2022 16:33:03 +1000 Subject: [PATCH 3/3] add ant-javacard.jar to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b0e0314..bae8677 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .gradle build/** */build + +ext/ant-javacard/