Skip to content

Commit e9cc5a4

Browse files
author
osmanjisy
committed
code formatting and warnings
1 parent 83f0161 commit e9cc5a4

17 files changed

Lines changed: 4975 additions & 4972 deletions

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<javac srcdir="${src.java.dir}" destdir="${build.dir}" debug="on" includeantruntime="false" source="1.6" target="1.6" />
2121
</target>
2222

23-
<target name="dist" depends="clean,init,compile">
23+
<target name="dist" depends="clean,init,compile" description="build the distributable jar file">
2424
<jar destfile="dist/${ant.project.name}.jar">
25-
<fileset dir="${build.classes.dir}">
25+
<fileset dir="${build.dir}">
2626
<include name="**/*.*"/>
2727
</fileset>
2828
</jar>

0 commit comments

Comments
 (0)