Chromium Code Reviews| Index: compiler/dartc.xml |
| diff --git a/compiler/dartc.xml b/compiler/dartc.xml |
| index ec3d4f93931e77100612336366c1a27b7df6d8a7..194ce9a787b81cbf3494b0a2f6d783af18bff43d 100644 |
| --- a/compiler/dartc.xml |
| +++ b/compiler/dartc.xml |
| @@ -45,8 +45,6 @@ |
| <property name="third_party.dir" value="../third_party"/> |
| - <property name="d8" value="$DARTC_HOME/bin/d8.$OS"/> |
|
ahe
2012/02/27 06:33:22
Don't forget to update build.xml as well.
|
| - |
| <property name="test_py" location="../tools/test.py"/> |
| <!-- |
| @@ -215,14 +213,6 @@ |
| </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. |
| --> |