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

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

Issue 10689140: Version details go JSON (dartbug.com/3196). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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 | « no previous file | editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/update/TestAll.java » ('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 9521)
+++ editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml (working copy)
@@ -454,8 +454,20 @@
<include name="*.zip" />
</fileset>
</copy>
+ <!--
+ {
+ "revision" : "9826",
+ "version" : "0.0.1_v2012070961811",
+ "date" : "2012-07-09"
+ }
+ -->
<echo message="creating build VERSION file"/>
- <echo file="${build.out}/VERSION" message="${build.revision}${line.separator}"/>
+ <!-- TODO(pquitslund): add version string info -->
+ <echo file="${build.out}/VERSION">{
+ "revision": "${build.revision}",
+ "version" : "",
+ "date" : "${build.date}"
+}</echo>
</target>
<!-- - - - - - - - - - - - - - - - - -
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/internal/update/TestAll.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698