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

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

Issue 9702034: 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: junit tests fixed 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « compiler/dartc.xml ('k') | compiler/eclipse.workspace/dartc/.project » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry kind="src" path="src"/> 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="dartc.corelib"/>
5 <classpathentry kind="src" path="shared.corelib"/>
6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/> 4 <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"/> 5 <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"/> 6 <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"/> 7 <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"/> 8 <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"/> 9 <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"/> 10 <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"/> 11 <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"/> 12 <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="output" path="output"/> 13 <classpathentry kind="output" path="output"/>
16 </classpath> 14 </classpath>
OLDNEW
« no previous file with comments | « compiler/dartc.xml ('k') | compiler/eclipse.workspace/dartc/.project » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698