aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJ08nY2018-11-28 01:04:31 +0100
committerJ08nY2018-11-28 01:04:31 +0100
commitebe40e2fdd5e28cdabe05250422f3149e188641a (patch)
treefbf29423e8053c6a7267d600d1630fefb1bf1a1b /build.xml
parent7e9917742785a9fd532a52231e95ddad5775555f (diff)
parent12845c8c41eff5f598dc8e843920f5bb4638775d (diff)
downloadECTester-ebe40e2fdd5e28cdabe05250422f3149e188641a.tar.gz
ECTester-ebe40e2fdd5e28cdabe05250422f3149e188641a.tar.zst
ECTester-ebe40e2fdd5e28cdabe05250422f3149e188641a.zip
Merge branch 'devel'
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index dd074f6..e470d67 100644
--- a/build.xml
+++ b/build.xml
@@ -19,8 +19,12 @@
<echo message="ECTester is built using three ant files:"/>
<echo message=" - build-applet.xml - For building the JavaCard applet."/>
<echo message=" -> build: Build the applet."/>
+ <echo message=" -> build-221: Build the applet for JavaCard 2.2.1."/>
+ <echo message=" -> build-222: Build the applet for JavaCard 2.2.2."/>
<echo message=" -> upload: Upload the applet using the GPPro tool."/>
- <echo message=" -> upload-emv: Uploat the applet using the GPPro tool and the EMV key protocol."/>
+ <echo message=" (use `-Dcap=ectester221.cap` to upload the 2.2.1 version.)"/>
+ <echo message=" -> upload-emv: Upload the applet using the GPPro tool and the EMV key protocol."/>
+ <echo message=" (use `-Dcap=ectester221.cap` to upload the 2.2.1 version.)"/>
<echo message=" - build-reader.xml - For building the reader app."/>
<echo message=" -> jar: Build the reader app."/>
<echo message=" -> package: Build the reader app into a distributable single jar, along with dependencies."/>