summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-18 08:36:29 +0000
committermichelou <michelou@epfl.ch>2007-06-18 08:36:29 +0000
commit2cae4689ebef09384c1d26213a5a9904a2a4e02d (patch)
tree3a169bf1d6d56ffcd25a5dd80e8bc83b8eec118b /build.xml
parenta6ffdf699226a145b06ef542ca44575ed3b5245d (diff)
downloadscala-2cae4689ebef09384c1d26213a5a9904a2a4e02d.tar.gz
scala-2cae4689ebef09384c1d26213a5a9904a2a4e02d.tar.bz2
scala-2cae4689ebef09384c1d26213a5a9904a2a4e02d.zip
added missing chmod
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0330396a04..9bf9577971 100644
--- a/build.xml
+++ b/build.xml
@@ -738,7 +738,7 @@ MSIL
</target>
- <target name="msil.dll" depends="setup.quick, msil.sources">
+ <target name="msil.libraries" depends="setup.quick, msil.sources">
<quick srcdir="${msil.dir}/src" usepredefs="no" target="msil"
assemname="${msil.dir}/predef" assemrefs="${lib.dir}">
<include name="scala/Predef.scala"/>
@@ -781,7 +781,7 @@ MSIL
</exec>
</target>
- <target name="msil" depends="msil.dll">
+ <target name="msil" depends="msil.libraries">
<copy todir="${quick.dir}/bin">
<fileset
dir="${mono.dir}/bin"
@@ -793,6 +793,8 @@ MSIL
<filter token="NAME" value="Scala code runner"/>
</filterset>
</copy>
+ <chmod perm="ugo+rx"
+ dir="${quick.dir}/bin" includes="*.bat,*.net"/>
<if><isset property="os.win"/>
<then>
<copy todir="${quick.dir}/lib">