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

Unified Diff: dart/tools/create_editor.py

Issue 103233006: Reapply "Change SDK/DartEditor versioning scheme to semantic versions." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/create_windows_installer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/create_editor.py
diff --git a/dart/tools/create_editor.py b/dart/tools/create_editor.py
index 086c119ccb1ed0dbd14feb568771f53b9aaf30f6..ba4f4fa5eb8fb080d1df8824fe53e427bc036d9d 100644
--- a/dart/tools/create_editor.py
+++ b/dart/tools/create_editor.py
@@ -187,14 +187,15 @@ def Main():
join('third_party', 'bzip2', 'bzip2.jar'),
'-Dbuild.out=' + OUTPUT,
'-Dbuild.configs=' + buildConfig,
- '-Dbuild.revision=' + utils.GetSVNRevision(),
- '-Ddart.version.full=' + utils.GetVersion(),
'-Dbuild.root=' + GetEclipseBuildRoot(),
'-Dbuild.downloads=' + GetDownloadCache(),
'-Dbuild.source=' + os.path.abspath('editor'),
'-Dbuild.dart.sdk=' + GetSdkPath(),
'-Dbuild.no.properties=true',
'-Dbuild.channel=' + utils.GetChannel(),
+ '-Dbuild.revision=' + utils.GetSVNRevision(),
+ '-Dbuild.version.qualifier=' + utils.GetEclipseVersionQualifier(),
+ '-Ddart.version.full=' + utils.GetVersion(),
'-buildfile',
buildScript]
print build_cmd
« no previous file with comments | « dart/tools/VERSION ('k') | dart/tools/create_windows_installer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698