aboutsummaryrefslogtreecommitdiff
path: root/build-applet.xml
diff options
context:
space:
mode:
authorJ08nY2019-03-13 17:50:56 +0100
committerJ08nY2019-03-13 17:50:56 +0100
commitdd620345feba56c413fcba1376c8a536033940b6 (patch)
tree9a0872ed38ef115ed3ddee07055450d03dcaa310 /build-applet.xml
parent26e5f00e782d3d060e3d78d34c16c405656f8c69 (diff)
downloadECTester-dd620345feba56c413fcba1376c8a536033940b6.tar.gz
ECTester-dd620345feba56c413fcba1376c8a536033940b6.tar.zst
ECTester-dd620345feba56c413fcba1376c8a536033940b6.zip
Add custom command chaining to be able to test T=0 cards.
Diffstat (limited to 'build-applet.xml')
-rw-r--r--build-applet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-applet.xml b/build-applet.xml
index cfd95e6..84d399a 100644
--- a/build-applet.xml
+++ b/build-applet.xml
@@ -42,7 +42,7 @@
<target name="build-221" description="Builds the CAP file for JavaCard 2.2.1." unless="cap_extended">
<javacard jckit="${JC221}">
- <cap output="applet/ectester221.cap" sources="src/cz/crcs/ectester/applet" aid="${pkg_aid}" excludes="ECTesterAppletExtended.*">
+ <cap verify="false" output="applet/ectester221.cap" sources="src/cz/crcs/ectester/applet" aid="${pkg_aid}" excludes="ECTesterAppletExtended.*">
<applet class="cz.crcs.ectester.applet.ECTesterApplet" aid="${applet_aid}"/>
</cap>
</javacard>