aboutsummaryrefslogtreecommitdiffstats
path: root/applet/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2008-11-15 00:28:39 +0000
committerendolf <[email protected]>2008-11-15 00:28:39 +0000
commitf53b3529b73eeda99efadf5a7b02802fdb4c6190 (patch)
treed4acfb569714fc9bdc575ba1b3f8acffad2d1f1f /applet/build.xml
parent10c2e694cc7016ed7a4a89b7f6232aeb31f71dea (diff)
*** empty log message ***
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@214 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'applet/build.xml')
-rw-r--r--applet/build.xml1
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>