aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-10-03 22:49:56 +0000
committerKevin Rushforth <[email protected]>2006-10-03 22:49:56 +0000
commit4cea6bc0a5a520de1053e4031bd26f4eb15e81f5 (patch)
tree83b5c61068ba07413e7e481a904e021b95a29abf /src
parent3d6820eb37d7bcc7490790105186081c9d39ec89 (diff)
Updated build files to build pre-release self-extracting shell-archives for UNIX
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@707 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src')
-rw-r--r--src/native/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/native/build.xml b/src/native/build.xml
index de87ff4..b458a28 100644
--- a/src/native/build.xml
+++ b/src/native/build.xml
@@ -398,6 +398,7 @@
<target name="dist">
<ant antfile="build-${platform}.xml" dir="${build.rend}" target="dist"/>
+ <chmod dir="${dist}/${platform}" perm="755" includes="**/*.dll, **/*.so"/>
</target>
</project>