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

Side by Side Diff: compiler/eclipse.workspace/dartc/.classpath

Issue 9361037: remove closure references (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry excluding="com/google/dart/compiler/backend/js/rhino/**" kind="src" path="src"/> 3 <classpathentry excluding="com/google/dart/compiler/backend/js/rhino/**" kind="src" path="src"/>
4 <classpathentry kind="src" path="dartc.corelib"/> 4 <classpathentry kind="src" path="dartc.corelib"/>
5 <classpathentry kind="src" path="shared.corelib"/> 5 <classpathentry kind="src" path="shared.corelib"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/>
7 <classpathentry kind="var" path="DART_TRUNK/third_party/args4j/2.0.12/ar gs4j-2.0.12.jar" sourcepath="/DART_TRUNK/third_party/args4j/2.0.12/args4j-2.0.12 -src.jar"/> 7 <classpathentry kind="var" path="DART_TRUNK/third_party/args4j/2.0.12/ar gs4j-2.0.12.jar" sourcepath="/DART_TRUNK/third_party/args4j/2.0.12/args4j-2.0.12 -src.jar"/>
8 <classpathentry kind="var" path="DART_TRUNK/third_party/guava/r09/guava- r09.jar" sourcepath="/DART_TRUNK/third_party/guava/r09/guava-src-r09.zip"/> 8 <classpathentry kind="var" path="DART_TRUNK/third_party/guava/r09/guava- r09.jar" sourcepath="/DART_TRUNK/third_party/guava/r09/guava-src-r09.zip"/>
9 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-core-1.3.0RC2.jar"/> 9 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-core-1.3.0RC2.jar"/>
10 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-generator-1.3.0RC2.jar"/> 10 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-generator-1.3.0RC2.jar"/>
11 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-integration-1.3.0RC2.jar"/> 11 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-integration-1.3.0RC2.jar"/>
12 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-library-1.3.0RC2.jar"/> 12 <classpathentry kind="var" path="DART_TRUNK/third_party/hamcrest/v1_3/ha mcrest-library-1.3.0RC2.jar"/>
13 <classpathentry kind="var" path="DART_TRUNK/third_party/json/r2_20080312 /json.jar"/> 13 <classpathentry kind="var" path="DART_TRUNK/third_party/json/r2_20080312 /json.jar"/>
14 <classpathentry kind="var" path="DART_TRUNK/third_party/junit/v4_8_2/jun it.jar" sourcepath="/DART_TRUNK/third_party/junit/v4_8_2/junit-src.jar"/> 14 <classpathentry kind="var" path="DART_TRUNK/third_party/junit/v4_8_2/jun it.jar" sourcepath="/DART_TRUNK/third_party/junit/v4_8_2/junit-src.jar"/>
15 <classpathentry kind="var" path="DART_TRUNK/third_party/rhino/1_7R3/js.j ar"/> 15 <classpathentry kind="var" path="DART_TRUNK/third_party/rhino/1_7R3/js.j ar"/>
16 <classpathentry combineaccessrules="false" kind="src" path="/closure-com piler"/>
17 <classpathentry kind="lib" path="/closure-compiler/build/compiler.jar"/>
18 <classpathentry kind="output" path="output"/> 16 <classpathentry kind="output" path="output"/>
19 </classpath> 17 </classpath>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698