summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-18 16:40:32 +0000
committermichelou <michelou@epfl.ch>2007-06-18 16:40:32 +0000
commit4ce287ec395a4578f5e52240464f91286b6ed97f (patch)
tree261d7835343f8f1490f770c66871cf3a05b3609c /build.xml
parentd63942fe1a8dadc0cd8ef041d073539bc2b381c7 (diff)
downloadscala-4ce287ec395a4578f5e52240464f91286b6ed97f.tar.gz
scala-4ce287ec395a4578f5e52240464f91286b6ed97f.tar.bz2
scala-4ce287ec395a4578f5e52240464f91286b6ed97f.zip
fixed includes
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 72659987b2..da126ac298 100644
--- a/build.xml
+++ b/build.xml
@@ -785,7 +785,7 @@ MSIL
<copy todir="${quick.dir}/bin">
<fileset
dir="${mono.dir}/bin"
- includes="*.bat,*.net"
+ includes="*-net*"
/>
<filterset>
<filter token="VERSION" value="${version.number}"/>
@@ -794,7 +794,7 @@ MSIL
</filterset>
</copy>
<chmod perm="ugo+rx"
- dir="${quick.dir}/bin" includes="*.bat,*.net"/>
+ dir="${quick.dir}/bin" includes="*-net*"/>
<if><isset property="os.win"/>
<then>
<copy todir="${quick.dir}/lib">