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
diff options
context:
space:
mode:
Diffstat (limited to 'classpath/classpath.build')
-rw-r--r--classpath/classpath.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/classpath/classpath.build b/classpath/classpath.build
index 510ab66a..92cb0694 100644
--- a/classpath/classpath.build
+++ b/classpath/classpath.build
@@ -9,7 +9,7 @@
<property name="ecj.compiler" value="true" />
<target name="HEAD">
- <property name="Classpath.dir" value="${nant.project.basedir}/../../classpath" />
+ <property name="Classpath.dir" value="${nant.project.basedir}/../../classpath-0.18" />
<property name="allsources" value="allsources.lst" />
<call target="IKVM.GNU.Classpath.dll" />
</target>
@@ -48,7 +48,7 @@
<target name="IKVM.GNU.Classpath.dll" depends="classes">
<exec program="${nant.project.basedir}/../bin/ikvmc.exe" useruntimeengine="true">
- <arg value="-version:0.19.*" />
+ <arg value="-version:0.20.0.0" />
<arg value="${signoption}" />
<arg value="-compressresources" />
<arg value="-opt:fields" />