Added AssemblyInformationalVersionAttribute to OpenJDK assemblies (to set the "Product Version"). Part of patch #3458997.

This commit is contained in:
jfrijters 2011-12-13 16:17:43 +00:00
Родитель 5c14302763
Коммит de08b2c132
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -51,6 +51,7 @@
@cli.System.Reflection.AssemblyTitleAttribute.Annotation("IKVM.NET OpenJDK Library for .NET")
@cli.System.Reflection.AssemblyProductAttribute.Annotation("IKVM.NET")
@cli.System.Reflection.AssemblyCompanyAttribute.Annotation("Jeroen Frijters")
@cli.System.Reflection.AssemblyInformationalVersionAttribute.Annotation("@VERSION@")
@cli.System.Runtime.CompilerServices.InternalsVisibleToAttribute.Annotation("@RUNTIME@")

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

@ -83,6 +83,7 @@
<filterchain>
<replacetokens>
<token key="RUNTIME" value="${IKVM.Runtime}" />
<token key="VERSION" value="${VERSION}" />
</replacetokens>
</filterchain>
</copy>