OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 2 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
3 for details. All rights reserved. Use of this source code is governed by a | 3 for details. All rights reserved. Use of this source code is governed by a |
4 BSD-style license that can be found in the LICENSE file. --> | 4 BSD-style license that can be found in the LICENSE file. --> |
5 | 5 |
6 <project name="NativeActivity" default="help"> | 6 <project name="NativeActivity" default="help"> |
7 | 7 |
8 <!-- The local.properties file is created and updated by the 'android' tool. | 8 <!-- The local.properties file is created and updated by the 'android' tool. |
9 It contains the path to the SDK. It should *NOT* be checked into | 9 It contains the path to the SDK. It should *NOT* be checked into |
10 Version Control Systems. --> | 10 Version Control Systems. --> |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 *********************** | 87 *********************** |
88 ****** IMPORTANT ****** | 88 ****** IMPORTANT ****** |
89 *********************** | 89 *********************** |
90 In all cases you must update the value of version-tag below to read 'cu
stom' instead of an integer, | 90 In all cases you must update the value of version-tag below to read 'cu
stom' instead of an integer, |
91 in order to avoid having your file be overridden by tools such as "andr
oid update project" | 91 in order to avoid having your file be overridden by tools such as "andr
oid update project" |
92 --> | 92 --> |
93 <!-- version-tag: 1 --> | 93 <!-- version-tag: 1 --> |
94 <import file="${sdk.dir}/tools/ant/build.xml" /> | 94 <import file="${sdk.dir}/tools/ant/build.xml" /> |
95 | 95 |
96 </project> | 96 </project> |
OLD | NEW |