Chromium Code Reviews| Index: editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml |
| =================================================================== |
| --- editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml (revision 4029) |
| +++ editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml (working copy) |
| @@ -537,8 +537,9 @@ |
| uniqueId="profiler"/--> |
| <delete file="${build.source.root}/third_party/closure_compiler_src/build/compiler.jar" |
| failonerror="false" /> |
| - <ant antfile="build.xml" dir="${build.source.root}/third_party/closure_compiler_src" |
| - inheritall="false" inheritrefs="false" /> |
| + <!-- closure compiler no longer part of the build |
| + ant antfile="build.xml" dir="${build.source.root}/third_party/closure_compiler_src" |
| + inheritall="false" inheritrefs="false" / --> |
|
Mark R Russell
2012/02/08 16:16:25
In another CL we should remove this section
danrubel
2012/02/08 16:21:05
Good idea.
|
| <property name="eclipse.runtime.dir" |
| value="${build.runtime}/eclipse" /> |
| <mkdir dir="${build.stage.plugins}" /> |