Make IKVM.OpenJDK.Nashorn.dll build reproducible.

This commit is contained in:
jfrijters 2015-02-19 08:14:24 +00:00
Родитель c02d04d02f
Коммит 31bf100fbf
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -339,6 +339,8 @@
</replacetokens>
</filterchain>
</copy>
<!-- copy the timestamp from the input file, because the timestamp ends up in resources.jar and affects deterministics builds -->
<touch file="resources/nashorn/version.properties" datetime="${file::get-last-write-time('resources/nashorn/version.properties.in')}" />
</target>
<target name="core" depends="version response.gen.txt MANIFEST.MF nashorn-version">