Skip to content

Commit 5fdd159

Browse files
committed
Fix jar building
1 parent bad4df1 commit 5fdd159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
<javac
6868
includeantruntime="false"
69-
srcdir="."
69+
srcdir="src"
7070
destdir="${classes.dir}"
7171
classpathref="classpath"
7272
debug="true"

0 commit comments

Comments
 (0)