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

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

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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <projectDescription> 2 <projectDescription>
3 <name>dartc</name> 3 <name>dartc</name>
4 <comment></comment> 4 <comment></comment>
5 <projects> 5 <projects>
6 </projects> 6 </projects>
7 <buildSpec> 7 <buildSpec>
8 <buildCommand> 8 <buildCommand>
9 <name>org.eclipse.jdt.core.javabuilder</name> 9 <name>org.eclipse.jdt.core.javabuilder</name>
10 <arguments> 10 <arguments>
11 </arguments> 11 </arguments>
12 </buildCommand> 12 </buildCommand>
13 </buildSpec> 13 </buildSpec>
14 <natures> 14 <natures>
15 <nature>org.eclipse.jdt.core.javanature</nature> 15 <nature>org.eclipse.jdt.core.javanature</nature>
16 </natures> 16 </natures>
17 <linkedResources> 17 <linkedResources>
18 <link> 18 <link>
19 <name>src</name> 19 <name>src</name>
20 <type>2</type> 20 <type>2</type>
21 <locationURI>DART_TRUNK/compiler/java</locationURI> 21 <locationURI>DART_TRUNK/compiler/java</locationURI>
22 </link> 22 </link>
23 <link> 23 <link>
24 » » » <name>dartc.corelib/com/google/dart/corelib</name> 24 » » » <name>dart-sdk</name>
25 <type>2</type> 25 <type>2</type>
26 » » » <locationURI>DART_TRUNK/compiler/lib</locationURI> 26 » » » <locationURI>DART_SDK</locationURI>
27 » » </link>
28 » » <link>
29 » » » <name>shared.corelib/com/google/dart/corelib</name>
30 » » » <type>2</type>
31 » » » <locationURI>DART_TRUNK/corelib</locationURI>
32 </link> 27 </link>
33 </linkedResources> 28 </linkedResources>
34 <filteredResources> 29 <filteredResources>
35 <filter> 30 <filter>
36 <id>1304458098561</id> 31 <id>1304458098561</id>
37 <name>shared.corelib/com/google/dart/corelib</name> 32 <name>shared.corelib/com/google/dart/corelib</name>
38 <type>5</type> 33 <type>5</type>
39 <matcher> 34 <matcher>
40 <id>org.eclipse.ui.ide.orFilterMatcher</id> 35 <id>org.eclipse.ui.ide.orFilterMatcher</id>
41 <arguments> 36 <arguments>
42 <matcher> 37 <matcher>
43 <id>org.eclipse.ui.ide.multiFilt er</id> 38 <id>org.eclipse.ui.ide.multiFilt er</id>
44 <arguments>1.0-name-matches-fals e-false-*.dart</arguments> 39 <arguments>1.0-name-matches-fals e-false-*.dart</arguments>
45 </matcher> 40 </matcher>
46 <matcher> 41 <matcher>
47 <id>org.eclipse.ui.ide.multiFilt er</id> 42 <id>org.eclipse.ui.ide.multiFilt er</id>
48 <arguments>1.0-name-matches-fals e-false-*.app</arguments> 43 <arguments>1.0-name-matches-fals e-false-*.app</arguments>
49 </matcher> 44 </matcher>
50 <matcher> 45 <matcher>
51 <id>org.eclipse.ui.ide.multiFilt er</id> 46 <id>org.eclipse.ui.ide.multiFilt er</id>
52 <arguments>1.0-name-matches-fals e-false-*.lib</arguments> 47 <arguments>1.0-name-matches-fals e-false-*.lib</arguments>
53 </matcher> 48 </matcher>
54 </arguments> 49 </arguments>
55 </matcher> 50 </matcher>
56 </filter> 51 </filter>
57 </filteredResources> 52 </filteredResources>
58 </projectDescription> 53 </projectDescription>
OLDNEW
« no previous file with comments | « compiler/eclipse.workspace/dartc/.classpath ('k') | compiler/java/com/google/dart/compiler/CommandLineOptions.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698