summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-03-18 10:04:24 +0000
committermichelou <michelou@epfl.ch>2008-03-18 10:04:24 +0000
commitc0ce58e5e7c0aee929de9b99fb0a9be62eeb1186 (patch)
tree93de7a377fd8a9cf0615b8ee26347139f870e76a /build.xml
parent1211909cc9c65049d9ad55aaee57e847a79fd041 (diff)
downloadscala-c0ce58e5e7c0aee929de9b99fb0a9be62eeb1186.tar.gz
scala-c0ce58e5e7c0aee929de9b99fb0a9be62eeb1186.tar.bz2
scala-c0ce58e5e7c0aee929de9b99fb0a9be62eeb1186.zip
excludes *CharSequence.scala from CLDC build
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 7d42e725d1..fbe136c365 100644
--- a/build.xml
+++ b/build.xml
@@ -741,6 +741,7 @@ CLDC
<not>
<present targetdir="${src.dir}/cldc-library"/>
</not>
+ <exclude name="**/*CharSequence.scala"/>
<exclude name="**/jcl/**"/>
<exclude name="**/ref/**"/>
<exclude name="**/compat/**"/>