summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-01-11 13:45:06 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-01-11 13:45:06 +0000
commitdda8f67ce004e163bb7b93d1eec351df28d47c50 (patch)
tree13094ed6633ce688dffc42c11883ff07609cdb36 /build.xml
parent7ceeb1e609598bd89df1c462855625ed266cd154 (diff)
downloadscala-dda8f67ce004e163bb7b93d1eec351df28d47c50.tar.gz
scala-dda8f67ce004e163bb7b93d1eec351df28d47c50.tar.bz2
scala-dda8f67ce004e163bb7b93d1eec351df28d47c50.zip
Removed Java Beans specific references from the...
Removed Java Beans specific references from the android target
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 146c55a249..902b3987d0 100644
--- a/build.xml
+++ b/build.xml
@@ -826,7 +826,9 @@ ANDROID
<mkdir dir="${android.dir}/src"/>
<copy todir="${android.dir}/src">
- <fileset dir="${src.dir}/library" includes="**/*.scala, **/*.java">
+ <fileset dir="${src.dir}/library"
+ includes="**/*.scala, **/*.java"
+ excludes="scala/reflect/ScalaBeanInfo.scala">
<not>
<present targetdir="${src.dir}/android-library"/>
</not>