switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManager / build.xml
1 <?xml version="1.0" ?>
2 <project name="FileManager" default="help">
3 <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4      If Eclipse does not let you build the project because
5      it claims the "help" target above does not exist,
6      go to Window->preferences->Ant->Editor->Problems tab
7      and add "build.xml" to the ignore list.
8      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9 -->
10 <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11      NOTE: In order for the jar files in the libs folder to
12      be properly imported, this build script requires
13      Ant 1.8 or higher.
14      Download Apache-Ant 1.8 and in Eclipse set
15      Window > Preferences > Ant > Runtime > Ant Home...
16      to the new Ant path.
17      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
18 -->
19
20 <!-- #############################################
21      Import tasks from common build script.
22      ############################################# -->
23
24     <!-- Private build properties are not shared via svn, 
25          developers must have their own copy. -->        
26     <property file="build-private.properties" />
27
28         <!-- Root directory of all OpenIntents files. -->
29         <property name="source.base" value="../.." />
30
31         <!-- Path for common ant script. -->
32     <property name="build.common.dir" value="${source.base}/distribution/ant" />
33
34         <!-- All definitions are imported from a central location -->
35         <import file="${build.common.dir}/build_common.xml" />
36
37 </project>