Chromium Code Reviews| Index: compiler/build.xml |
| diff --git a/compiler/build.xml b/compiler/build.xml |
| index 0bff03fd959262b9552d32d53492b7dd8850e36b..c9ccff9f9bae45da38d24e4001fe2817669a4a0c 100644 |
| --- a/compiler/build.xml |
| +++ b/compiler/build.xml |
| @@ -140,6 +140,12 @@ |
| </copy> |
| <chmod file="${dist.dir}/bin/dart_analyzer" perm="a+rx"/> |
| + <copy file="scripts/dart_analyzer.bat" tofile="${dist.dir}/bin/dart_analyzer.bat"> |
| + <filterset> |
| + <filter token="CLASSPATH" value="$DART_ANALYZER_LIBS/dart_analyzer.jar:${analyzer.classpath.runtime.win}"/> |
| + </filterset> |
| + </copy> |
| + |
| <!-- |
| TODO: The following files are not strictly due to dist, move them out. |
| --> |