/[projects]/android/TrainInfo/buildclient.xml
ViewVC logotype

Contents of /android/TrainInfo/buildclient.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1825 - (show annotations) (download) (as text)
Thu Jul 26 14:58:10 2012 UTC (11 years, 9 months ago) by torben
File MIME type: text/xml
File size: 3414 byte(s)
cleanup
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project name="TrainInfo" default="help">
3
4 <!-- The local.properties file is created and updated by the 'android' tool.
5 It contains the path to the SDK. It should *NOT* be checked into
6 Version Control Systems. -->
7 <property file="/home/app/data/android-release/build.properties" />
8 <!-- <loadproperties srcFile="local.properties" /> -->
9
10 <!-- The ant.properties file can be created by you. It is only edited by the
11 'android' tool to add properties to it.
12 This is the place to change some Ant specific build properties.
13 Here are some properties you may want to change/update:
14
15 source.dir
16 The name of the source directory. Default is 'src'.
17 out.dir
18 The name of the output directory. Default is 'bin'.
19
20 For other overridable properties, look at the beginning of the rules
21 files in the SDK, at tools/ant/build.xml
22
23 Properties related to the SDK location or the project target should
24 be updated using the 'android' tool with the 'update' action.
25
26 This file is an integral part of the build system for your
27 application and should be checked into Version Control Systems.
28
29 -->
30 <property file="ant.properties" />
31
32
33 <!-- The project.properties file is created and updated by the 'android'
34 tool, as well as ADT.
35
36 This contains project specific properties such as project target, and library
37 dependencies. Lower level build properties are stored in ant.properties
38 (or in .classpath for Eclipse projects).
39
40 This file is an integral part of the build system for your
41 application and should be checked into Version Control Systems. -->
42 <loadproperties srcFile="project.properties" />
43
44 <!-- quick check on sdk.dir -->
45 <fail
46 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
47 unless="sdk.dir"
48 />
49
50
51
52
53 <!-- extension targets. Uncomment the ones where you want to do custom work
54 in between standard targets -->
55 <!--
56 <target name="-pre-build">
57 </target>
58 <target name="-pre-compile">
59 </target>
60
61 /* This is typically used for code obfuscation.
62 Compiled code location: ${out.classes.absolute.dir}
63 If this is not done in place, override ${out.dex.input.absolute.dir} */
64 <target name="-post-compile">
65 </target>
66 -->
67
68 <!-- Import the actual build file.
69
70 To customize existing targets, there are two options:
71 - Customize only one target:
72 - copy/paste the target into this file, *before* the
73 <import> task.
74 - customize it to your needs.
75 - Customize the whole content of build.xml
76 - copy/paste the content of the rules files (minus the top node)
77 into this file, replacing the <import> task.
78 - customize to your needs.
79
80 ***********************
81 ****** IMPORTANT ******
82 ***********************
83 In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
84 in order to avoid having your file be overridden by tools such as "android update project"
85 -->
86 <!-- version-tag: 1 -->
87 <import file="${sdk.dir}/tools/ant/build.xml" />
88
89 </project>

  ViewVC Help
Powered by ViewVC 1.1.20