Skip to content

Commit ec8fea7

Browse files
committed
Fix
1 parent 6b62d2a commit ec8fea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<property name="src" value="./src" />
55
<property name="dest" value="./bin" />
66
<property name="miglayout" value="./ext-lib/miglayout15-swing.jar" />
7-
<property name="jxinput" value="./ext-lib/jxinput-0.8" />
7+
<property name="jxinput" value="./ext-lib/jxinput-0.8.jar" />
88

99
<target name="init">
1010
<mkdir dir="${dest}"/>

0 commit comments

Comments
 (0)