Skip to content

Commit

Permalink
Make sure ant-javacard.jar is reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Mar 31, 2024
1 parent a54355e commit 53c41e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
</target>
<!-- Package it into a JAR -->
<target name="dist" depends="jcpro">
<jar destfile="ant-javacard.jar" level="9" basedir="build">
<jar destfile="ant-javacard.jar" level="9" basedir="build" modificationtime="0">
<!-- It is possible to execute ant-javacard.jar... -->
<manifest>
<attribute name="Main-Class" value="pro.javacard.ant.DummyMain"/>
<attribute name="Created-By" value="ant-javacard build"/>
</manifest>
<exclude name="/META-INF/maven/**"/>
</jar>
Expand Down

0 comments on commit 53c41e6

Please sign in to comment.