| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/Library.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/Library.java (revision 5115)
|
| +++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/Library.java (working copy)
|
| @@ -39,7 +39,7 @@
|
| DartUnit dartUnit) {
|
| HashMap<String, File> imports = new HashMap<String, File>();
|
| HashMap<String, File> sources = new HashMap<String, File>();
|
| - URI base = libFile.getParentFile().toURI();
|
| + URI base = libFile.toURI();
|
|
|
| // Resolve all #import and #source directives
|
|
|
|
|