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

Unified Diff: compiler/eclipse.workspace/dartc/.classpath

Issue 9677041: Remove D8 and JS compiling cruft from dartc eclipse config (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated patch 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
« no previous file with comments | « compiler/eclipse.workspace/README.txt ('k') | compiler/eclipse.workspace/dartc/deps/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/eclipse.workspace/dartc/.classpath
diff --git a/compiler/eclipse.workspace/dartc/.classpath b/compiler/eclipse.workspace/dartc/.classpath
index 73e587f2ce7d2978b2c91ffc8cf7cda6fabc0c35..7d1580931de9c23ff313b29cbe1f1143770c0ab3 100644
--- a/compiler/eclipse.workspace/dartc/.classpath
+++ b/compiler/eclipse.workspace/dartc/.classpath
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="com/google/dart/compiler/backend/js/rhino/**" kind="src" path="src"/>
+ <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="dartc.corelib"/>
<classpathentry kind="src" path="shared.corelib"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
@@ -10,7 +10,7 @@
<classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar"/>
<classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar"/>
<classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar"/>
- <classpathentry kind="var" path="DART_TRUNK/third_party/json/r2_20080312/json.jar"/>
+ <classpathentry kind="var" path="DART_TRUNK/third_party/json/r2_20080312/json.jar"/>
<classpathentry kind="var" path="DART_TRUNK/third_party/junit/v4_8_2/junit.jar" sourcepath="/DART_TRUNK/third_party/junit/v4_8_2/junit-src.jar"/>
<classpathentry kind="output" path="output"/>
</classpath>
« no previous file with comments | « compiler/eclipse.workspace/README.txt ('k') | compiler/eclipse.workspace/dartc/deps/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698