diff options
| author | J08nY | 2018-11-28 01:04:31 +0100 |
|---|---|---|
| committer | J08nY | 2018-11-28 01:04:31 +0100 |
| commit | ebe40e2fdd5e28cdabe05250422f3149e188641a (patch) | |
| tree | fbf29423e8053c6a7267d600d1630fefb1bf1a1b /build.xml | |
| parent | 7e9917742785a9fd532a52231e95ddad5775555f (diff) | |
| parent | 12845c8c41eff5f598dc8e843920f5bb4638775d (diff) | |
| download | ECTester-ebe40e2fdd5e28cdabe05250422f3149e188641a.tar.gz ECTester-ebe40e2fdd5e28cdabe05250422f3149e188641a.tar.zst ECTester-ebe40e2fdd5e28cdabe05250422f3149e188641a.zip | |
Merge branch 'devel'
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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."/> |
