Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2009-10-14 18:49:24 +0400
committerjfrijters <jfrijters>2009-10-14 18:49:24 +0400
commitc4ba668567782e366c9b98d7e992a24eb78dbee9 (patch)
treeb65933caf3b9bcbbc74c715bfc4a6489f66be7e8 /HOWTO
parentefb671c7f1c7df19a0ab167fe1e6d1e110d7ca7a (diff)
Minor update. Version number is now only set in one place.
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO3
1 files changed, 1 insertions, 2 deletions
diff --git a/HOWTO b/HOWTO
index 6aecb980..7bf46a24 100644
--- a/HOWTO
+++ b/HOWTO
@@ -29,8 +29,7 @@ and types that IKVM.OpenJDK.ClassLibrary.dll uses, but generally with an empty m
(look for #if FIRST_PASS in the IKVM.Runtime.dll sources). The second pass is built after
IKVM.OpenJDK.ClassLibrary.dll has been built.
-The version numbers of the build are defined in ikvm/CommonAssemblyInfo.cs,
-ikvm/openjdk/openjdk.build and ikvm/jvm.JVM.il.
+The version numbers of the build is defined in ikvm/CommonAssemblyInfo.cs.
If you want to do a strong named build, make sure you have a key container installed named
"ikvm-key" and run the build with "nant clean" and "nant signed".