Commit 001400ed authored by Dave Cridland's avatar Dave Cridland

Merge pull request #430 from guusdk/OF-991

OF-991: Ant build should use property values when available.
parents 2ade78e7 ee9bc1b1
......@@ -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