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: 80adcf7)
raw | patch | inline | side by side (parent: 80adcf7)
author | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 23 Dec 2013 14:39:35 +0000 (15:39 +0100) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Mon, 23 Dec 2013 14:39:35 +0000 (15:39 +0100) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 090af7a96935b7644bcf454c8a1cc468d6b47ed2..1b7010b56969130cc1fabb3e1e12d0dfae0ab4dc 100644 (file)
--- a/build.xml
+++ b/build.xml
<property name="mjc2wsl.class.dir" value="bin" />
<property name="mjc2wsl.src.dir" value="src" />
<property name="mjc2wsl.options" value="" />
+
+ <property name="res.dir" value="res" />
<property name="compiler.class.dir" value="compiler-bin" />
<property name="compiler.src.dir" value="compiler" />
<target name="mjc2wsl">
<echo message="${filename}" />
- <java classpath="${mjc2wsl.class.dir}" classname="mjc2wsl">
+ <java classpath="${mjc2wsl.class.dir}:${res.dir}" classname="mjc2wsl">
<arg line="${mjc2wsl.options}" />
<arg value="${filename}" />
</java>