Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Manifest-Version: 1.0 | 1 Manifest-Version: 1.0 |
| 2 Bundle-ActivationPolicy: lazy | 2 Bundle-ActivationPolicy: lazy |
| 3 Bundle-Localization: plugin | 3 Bundle-Localization: plugin |
| 4 Bundle-ManifestVersion: 2 | 4 Bundle-ManifestVersion: 2 |
| 5 Bundle-Name: %pluginName | 5 Bundle-Name: %pluginName |
| 6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | 6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| 7 Bundle-SymbolicName: com.google.dart.engine;singleton:=true | 7 Bundle-SymbolicName: com.google.dart.engine;singleton:=true |
| 8 Bundle-Version: 0.1.0.qualifier | 8 Bundle-Version: 0.1.0.qualifier |
| 9 Bundle-Vendor: %providerName | 9 Bundle-Vendor: %providerName |
| 10 Export-Package: com.google.dart.engine.ast, | 10 Export-Package: com.google.dart.engine.ast, |
| 11 com.google.dart.engine.cmdline, | 11 com.google.dart.engine.cmdline, |
| 12 com.google.dart.engine.error, | 12 com.google.dart.engine.error, |
| 13 com.google.dart.engine.metrics, | 13 com.google.dart.engine.metrics, |
| 14 com.google.dart.engine.scanner, | 14 com.google.dart.engine.scanner, |
| 15 com.google.dart.engine.sdk, | 15 com.google.dart.engine.sdk, |
| 16 com.google.dart.engine.source, | 16 com.google.dart.engine.source, |
| 17 com.google.dart.engine.utilities.io, | 17 com.google.dart.engine.utilities.io, |
| 18 com.google.dart.engine.utilities.os | 18 com.google.dart.engine.utilities.os |
| 19 Bundle-ClassPath: ., | 19 Bundle-ClassPath: ., |
| 20 third_party/args4j/2.0.12/args4j-2.0.12.jar, | 20 third_party/args4j/2.0.12/args4j-2.0.12.jar, |
| 21 third_party/guava/r09/guava-r09.jar, | 21 third_party/guava/r09/guava-r09.jar, |
| 22 third_party/json/r2_20080312/json.jar | 22 third_party/json/r2_20080312/json.jar |
|
danrubel
2012/04/26 17:48:03
There must be a blank line at the end, but it must
Brian Wilkerson
2012/04/26 17:51:08
Yes. And in my development environment there is a
| |
| 23 | |
| OLD | NEW |