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> | 6 <project> |
7 <target name="-pre-build"> | 7 <target name="-pre-build"> |
8 <mkdir dir="res/drawable-hdpi"/> | 8 <mkdir dir="res/drawable-hdpi"/> |
9 <mkdir dir="res/drawable-ldpi"/> | 9 <mkdir dir="res/drawable-ldpi"/> |
10 <mkdir dir="res/drawable-mdpi"/> | 10 <mkdir dir="res/drawable-mdpi"/> |
(...skipping 26 matching lines...) Expand all Loading... |
37 </exec> | 37 </exec> |
38 <move file="assets/dart/raytrace.dart" | 38 <move file="assets/dart/raytrace.dart" |
39 tofile="assets/dart/main.dart" | 39 tofile="assets/dart/main.dart" |
40 failonerror="false" /> | 40 failonerror="false" /> |
41 </target> | 41 </target> |
42 <target name="-pre-compile"> | 42 <target name="-pre-compile"> |
43 </target> | 43 </target> |
44 <target name="-post-compile"> | 44 <target name="-post-compile"> |
45 </target> | 45 </target> |
46 </project> | 46 </project> |
OLD | NEW |