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

Unified Diff: dart/tools/create_editor.py

Issue 104403005: Change SDK/DartEditor versioning scheme to semantic versions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments Created 7 years 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
Index: dart/tools/create_editor.py
diff --git a/dart/tools/create_editor.py b/dart/tools/create_editor.py
index 086c119ccb1ed0dbd14feb568771f53b9aaf30f6..aa1466537cb77fd9cda868c37d0484b247d95129 100644
--- a/dart/tools/create_editor.py
+++ b/dart/tools/create_editor.py
@@ -195,6 +195,7 @@ def Main():
'-Dbuild.dart.sdk=' + GetSdkPath(),
'-Dbuild.no.properties=true',
'-Dbuild.channel=' + utils.GetChannel(),
+ '-Dbuild.version.qualifier=' + utils.GetEclipseVersionQualifier(),
'-buildfile',
buildScript]
print build_cmd

Powered by Google App Engine
This is Rietveld 408576698