aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorendolf <[email protected]>2006-10-29 20:10:15 +0000
committerendolf <[email protected]>2006-10-29 20:10:15 +0000
commite24761bc13468cdffa7a962e40203b8865175934 (patch)
treec57c72d28c13e853ee8427228b0edff65458bef5 /build.xml
parent77fbf9b397ed3aaa1a46ea48f2efdb47c6618b95 (diff)
Updates for webstart scripts
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@169 e343933a-64c8-49c5-92b1-88f2ce3e89e8
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1b75783..1b99f63 100644
--- a/build.xml
+++ b/build.xml
@@ -86,7 +86,7 @@
<target name="dist" depends="init" description="Build the distribution file for this system">
<iterate target="all"/>
<mkdir dir="dist"/>
- <jar jarfile="dist/jinput.jar" compress="true">
+ <jar jarfile="dist/jinput.jar" compress="true" duplicate="preserve">
<fileset dir="coreAPI/classes">
<include name="**/*.class"/>
<exclude name="**/test/*.class"/>