Skip to content

Commit

Permalink
javac 1.4 source+target
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed Apr 28, 2009
1 parent 45056ad commit 240d4c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Expand Up @@ -29,6 +29,7 @@
<javac destdir="${build.dir}/classes"
optimize="off"
debug="on"
source="1.4" target="1.4"
classpathref="plugin.classpath">
<src>
<path location="src"/>
Expand Down

0 comments on commit 240d4c9

Please sign in to comment.