diff options
Diffstat (limited to 'applet/build.xml')
-rw-r--r-- | applet/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applet/build.xml b/applet/build.xml index f05355e..3f0416d 100644 --- a/applet/build.xml +++ b/applet/build.xml @@ -29,6 +29,7 @@ <target name="dist" depends="jar"> <copy todir="dist"> <fileset dir="../webstart/dist/"/> + <fileset file="jinput.html"/> </copy> </target> |