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

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

Issue 9860009: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated 'configs' to be 'config' directory, updated addLib() to throw exception Created 8 years, 9 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
diff --git a/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml b/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml
index e7ca9537b5b47ab4ce0ad9bdc3e9578faebea5eb..4e3ce33df70494a54543047610a3b54e0d4deb0a 100644
--- a/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml
+++ b/editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml
@@ -259,8 +259,6 @@ build system. The PDE build system has to run under Eclipse.
Install the sdk zip if build.os is set
- - - - - - - - - - - - - - - - - -->
<target name="installSdk" depends="installSdkInNonWindows, installSdkInWindows">
- <copy file="${build.source}/tools/plugins/com.google.dart.tools.core/import.config"
- todir="${build.stage.include.dir}/dart-sdk/lib" />
</target>
<!-- - - - - - - - - - - - - - - - - -

Powered by Google App Engine
This is Rietveld 408576698