Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3104)

Unified Diff: editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml

Issue 9361037: remove closure references (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « editor/docs/README.txt ('k') | editor/tools/plugins/com.google.dart.compiler.js/.classpath » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}" />
« no previous file with comments | « editor/docs/README.txt ('k') | editor/tools/plugins/com.google.dart.compiler.js/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698