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

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

Issue 11908004: Fix an issue with the setupDevWorkspace target on windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 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
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 17084)
+++ editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml (working copy)
@@ -246,8 +246,8 @@
<echo message="unzipping ${build.dart.sdk.zip} to ${build.stage.include.dir}"/>
<mkdir dir="${build.stage.include.dir}" />
<delete dir="${build.stage.include.dir}/dart-sdk"/>
- <exec executable="unzip" dir="${build.stage.include.dir}">
- <arg value="-q"/>
+ <exec executable="${unzip.tool}" dir="${build.stage.include.dir}">
+ <arg value="${unzip.arg}"/>
<arg value="${build.dart.sdk.zip}"/>
</exec>
</target>
« no previous file with comments | « editor/tools/features/com.google.dart.tools.deploy.feature_releng/build-common.xml ('k') | tools/create_editor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698