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

Unified Diff: editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateCore.java

Issue 61663003: Dart plugin SDK update URL fix (dartbug.com/15163). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | « editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdkManager.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateCore.java
===================================================================
--- editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateCore.java (revision 30475)
+++ editor/tools/plugins/com.google.dart.tools.update.core/src/com/google/dart/tools/update/core/UpdateCore.java (working copy)
@@ -15,6 +15,7 @@
import com.google.dart.tools.core.DartCore;
import com.google.dart.tools.core.DartCoreDebug;
+import com.google.dart.tools.core.model.DartSdkManager;
import org.eclipse.core.filesystem.URIUtil;
import org.eclipse.core.runtime.IPath;
@@ -66,7 +67,7 @@
/**
* Environment variable key for user-specified update URLs.
*/
- private static final String UPDATE_URL_ENV_VAR = "com.dart.tools.update.core.url";
+ private static final String UPDATE_URL_ENV_VAR = DartSdkManager.UPDATE_URL_ENV_VAR;
/**
* The Update Core plugin id.
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdkManager.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698