Commit ee9bc1b1 authored by Guus der Kinderen's avatar Guus der Kinderen

OF-991: Ant build should use property values when available.

parent 2ade78e7
......@@ -1259,8 +1259,8 @@
destdir="${plugin.dev.dest.dir}/@{plugin}/target/classes"
includeAntRuntime="no"
debug="on"
source="1.5"
target="1.5"
source="${javac.source}"
target="${javac.target}"
>
<src path="@{pluginsrc}/@{parentPlug}/src/java"/>
<classpath>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment