| Index: compiler/dartc.xml
|
| diff --git a/compiler/dartc.xml b/compiler/dartc.xml
|
| index ec3d4f93931e77100612336366c1a27b7df6d8a7..479ca99e6ce68f1b5565489e14af1c3672aaacd5 100644
|
| --- a/compiler/dartc.xml
|
| +++ b/compiler/dartc.xml
|
| @@ -1,3 +1,8 @@
|
| +<!--
|
| + Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| + for details. All rights reserved. Use of this source code is governed by a
|
| + BSD-style license that can be found in the LICENSE file.
|
| + -->
|
| <project default="dist">
|
| <import file="sources.xml"/>
|
| <import file="test_sources.xml"/>
|
| @@ -45,8 +50,6 @@
|
|
|
| <property name="third_party.dir" value="../third_party"/>
|
|
|
| - <property name="d8" value="$DARTC_HOME/bin/d8.$OS"/>
|
| -
|
| <property name="test_py" location="../tools/test.py"/>
|
|
|
| <!--
|
| @@ -215,21 +218,12 @@
|
| </copy>
|
| <chmod file="${dist.dir}/bin/dartc" perm="a+rx"/>
|
|
|
| - <copy file="scripts/dartc_test.sh" tofile="${dist.dir}/bin/dartc_test">
|
| - <filterset>
|
| - <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:${dartc.classpath.runtime.unix}"/>
|
| - <filter token="D8_EXEC" value="${d8}"/>
|
| - </filterset>
|
| - </copy>
|
| - <chmod file="${dist.dir}/bin/dartc_test" perm="a+rx"/>
|
| -
|
| <!--
|
| TODO: The following files are not strictly due to dist, move them out.
|
| -->
|
| <copy todir="${build.dir}">
|
| <fileset dir="scripts">
|
| <include name="dartc_run.sh"/>
|
| - <include name="dartc_size.sh"/>
|
| <include name="dartc_metrics.sh"/>
|
| </fileset>
|
| <filterset>
|
| @@ -237,7 +231,6 @@
|
| </filterset>
|
| </copy>
|
| <chmod file="${build.dir}/dartc_run.sh" perm="a+rx"/>
|
| - <chmod file="${build.dir}/dartc_size.sh" perm="a+rx"/>
|
| <chmod file="${build.dir}/dartc_metrics.sh" perm="a+rx"/>
|
|
|
| <!--
|
|
|