Fix build.xml

This commit is contained in:
Guillaume Beraudo 2012-12-04 17:05:53 +01:00
parent ec71a1275e
commit 490e6a3d97

View file

@ -549,6 +549,7 @@
libraryResFolderPathOut="project.library.res.folder.path"
libraryBinAidlFolderPathOut="project.library.bin.aidl.folder.path"
libraryNativeFolderPathOut="project.library.native.folder.path"
libraryRFilePathOut="project.library.bin.r.file.path"
jarLibraryPathOut="project.all.jars.path"
targetApi="${project.target.apilevel}"
verbose="${verbose}" />
@ -665,6 +666,7 @@
rfolder="${gen.absolute.dir}"
nonConstantId="${android.library}"
libraryResFolderPathRefid="project.library.res.folder.path"
libraryRFileRefid="project.library.bin.r.file.path"
libraryPackagesRefid="project.library.packages"
ignoreAssets="${aapt.ignore.assets}"
proguardFile="${out.absolute.dir}/proguard.txt">
@ -1053,13 +1055,9 @@
</fileset>
</copy>
<copy includeemptydirs="false" todir="src/temp">
<fileset dir="submodules/linphone/java/impl">
</fileset>
</copy>
<!-- <copy includeemptydirs="false" todir="src/temp">
<fileset dir="submodules/linphone/coreapi/help/java">
</fileset>
</copy> -->
</copy>
</target>
<target name="delete-temp" description="remove linphone java files into right directories.">