Tizen 2.1 base
[platform/upstream/libbullet.git] / Extras / PhysicsEffects / project / Android / PfxApp_2_Stable_Parallel / build.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project name="PfxApp_2_Stable_Parallel" default="help">\r
3 \r
4 <!-- The local.properties file is created and updated by the 'android'\r
5      tool.\r
6      It contains the path to the SDK. It should *NOT* be checked into\r
7      Version Control Systems. -->\r
8     <property file="local.properties" />\r
9 \r
10     <!-- The build.properties file can be created by you and is never touched\r
11          by the 'android' tool. This is the place to change some of the\r
12          default property values used by the Ant rules.\r
13          Here are some properties you may want to change/update:\r
14 \r
15          source.dir\r
16              The name of the source directory. Default is 'src'.\r
17          out.dir\r
18              The name of the output directory. Default is 'bin'.\r
19 \r
20          Properties related to the SDK location or the project target should\r
21          be updated using the 'android' tool with the 'update' action.\r
22 \r
23          This file is an integral part of the build system for your\r
24          application and should be checked into Version Control Systems.\r
25 \r
26          -->\r
27     <property file="build.properties" />\r
28 \r
29     <!-- The default.properties file is created and updated by the 'android'\r
30          tool, as well as ADT.\r
31          This file is an integral part of the build system for your\r
32          application and should be checked into Version Control Systems. -->\r
33     <property file="default.properties" />\r
34 \r
35 \r
36     <!-- Required pre-setup import -->\r
37     <import file="${sdk.dir}/tools/ant/pre_setup.xml" />\r
38 \r
39 \r
40 <!-- extension targets. Uncomment the ones where you want to do custom work\r
41      in between standard targets -->\r
42 <!--\r
43     <target name="-pre-build">\r
44     </target>\r
45     <target name="-pre-compile">\r
46     </target>\r
47 \r
48     [This is typically used for code obfuscation.\r
49      Compiled code location: ${out.classes.absolute.dir}\r
50      If this is not done in place, override ${out.dex.input.absolute.dir}]\r
51     <target name="-post-compile">\r
52     </target>\r
53 -->\r
54 \r
55     <!-- Execute the Android Setup task that will setup some properties\r
56          specific to the target, and import the build rules files.\r
57 \r
58          The rules file is imported from\r
59             <SDK>/tools/ant/\r
60          Depending on the project type it can be either:\r
61          - main_rules.xml\r
62          - lib_rules.xml\r
63          - test_rules.xml\r
64 \r
65          To customize existing targets, there are two options:\r
66          - Customize only one target:\r
67              - copy/paste the target into this file, *before* the\r
68                <setup> task.\r
69              - customize it to your needs.\r
70          - Customize the whole script.\r
71              - copy/paste the content of the rules files (minus the top node)\r
72                into this file, *after* the <setup> task\r
73              - disable the import of the rules by changing the setup task\r
74                below to <setup import="false" />.\r
75              - customize to your needs.\r
76     -->\r
77     <setup />\r
78 \r
79 </project>\r