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

Unified Diff: dart/editor/build/build.py

Issue 84963005: Add update.properties file to com.google.dart.tools.core_*.jar file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « no previous file | dart/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/editor/build/build.py
diff --git a/dart/editor/build/build.py b/dart/editor/build/build.py
index 1a6fc555dfb86a70df29e4c035c420efcaccbdb6..a2d1de6905d30901dd1f69ee9c382589bc5d5798 100755
--- a/dart/editor/build/build.py
+++ b/dart/editor/build/build.py
@@ -210,6 +210,7 @@ class AntWrapper(object):
if extra_args:
args.extend(extra_args)
args.append('-Dbuild.local.build=false')
+ args.append('-Dbuild.channel=' + CHANNEL)
extra_args = os.environ.get('ANT_EXTRA_ARGS')
if extra_args is not None:
« no previous file with comments | « no previous file | dart/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698