r9805 - helma-ng/trunk

[email protected] Mon, 18 May 2009 16:45:00 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090518144500.3890C3D0E1@mia>
Author: hannes
Date: 2009-05-18 16:45:00 +0200 (Mon, 18 May 2009)
New Revision: 9805

Modified:
   helma-ng/trunk/build.xml
Log:
Use filemode attribute instead of mode to make bin/helma executable, can't find any documentation for mode.

From: Hannes Walln?\195?\182fer <[email protected]>

Details at http://dev.helma.org/trac/helma/changeset/9805

Modified: helma-ng/trunk/build.xml
===================================================================
--- helma-ng/trunk/build.xml	2009-05-18 14:44:58 UTC (rev 9804)
+++ helma-ng/trunk/build.xml	2009-05-18 14:45:00 UTC (rev 9805)
@@ -137,7 +137,7 @@
         </zip>
         <tar tarfile="../${project}-${version}.tar">
             <tarfileset dir="${home}" prefix="${project}-${version}"
-             mode="755" includes="bin/helma" />
+             filemode="755" includes="bin/helma" />
             <tarfileset dir="${home}" prefix="${project}-${version}"
              excludes="bin/helma,build/**,*.zip,*.o,*.tar,*.tar.gz,.*/**" />
         </tar>