gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 21394a9)
raw | patch | inline | side by side (parent: 21394a9)
author | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 23 Jan 2014 22:02:08 +0000 (23:02 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 23 Jan 2014 22:02:08 +0000 (23:02 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index e3617bf19cca0fb92f4dafa4fd8009bb472946d0..d9c6d1488b6b433eaf0f2651a88f69ce11fc5ddc 100644 (file)
--- a/build.xml
+++ b/build.xml
<property name="res.dir" value="res" />
- <property name="compiler.class.dir" value="compiler-bin" />
- <property name="compiler.src.dir" value="compiler" />
- <property name="compiler.classname.compiler" value="Compiler" />
- <property name="compiler.classname.interpreter" value="Run" />
+ <property name="compiler.class.dir" value="lib/compiler-bin" />
+ <property name="compiler.src.dir" value="lib/compiler-src" />
+ <property name="compiler.classname.compiler" value="MJ.Compiler" />
+ <property name="compiler.classname.interpreter" value="MJ.Run" />
<property name="samples.main.dir" value="samples" />
<property name="samples.temp.dir" value="samples-temp" />