Skip to content

Commit

Permalink
build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Oct 3, 2014
1 parent 7b76590 commit 035a7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<target name="compile" depends="clean">
<mkdir dir="${build.dir}/classes" />
<javac srcdir="src" destdir="${build.dir}/classes">
<javac srcdir="src" destdir="${build.dir}/classes" target="1.5">
<classpath>
<fileset dir="lib">
<include name="**/*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion src/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version.number=1.1.3
version.date=2014-10-02
version.date=2014-10-03

0 comments on commit 035a7bf

Please sign in to comment.