OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="UTF-8"?> |
| 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 |
| 4 BSD-style license that can be found in the LICENSE file. --> |
| 5 |
| 6 <project> |
| 7 <target name="-pre-build"> |
| 8 <move file="assets/dart/blasteroids.dart" |
| 9 tofile="assets/dart/main.dart" |
| 10 failonerror="false" /> |
| 11 </target> |
| 12 <target name="-pre-compile"> |
| 13 </target> |
| 14 <target name="-post-compile"> |
| 15 </target> |
| 16 </project> |
OLD | NEW |