OLD | NEW |
1 Manifest-Version: 1.0 | 1 Manifest-Version: 1.0 |
2 Bundle-ManifestVersion: 2 | 2 Bundle-ManifestVersion: 2 |
3 Bundle-Localization: plugin | 3 Bundle-Localization: plugin |
4 Bundle-Name: %pluginName | 4 Bundle-Name: %pluginName |
5 Bundle-SymbolicName: com.google.dart.compiler.js_test;singleton:=true | 5 Bundle-SymbolicName: com.google.dart.compiler.js_test;singleton:=true |
6 Bundle-Version: 0.0.0.qualifier | 6 Bundle-Version: 0.0.0.qualifier |
7 Bundle-Vendor: %providerName | 7 Bundle-Vendor: %providerName |
8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | 8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
9 Bundle-ActivationPolicy: lazy | 9 Bundle-ActivationPolicy: lazy |
10 Require-Bundle: com.google.dart.thirdparty_test, | 10 Require-Bundle: com.google.dart.thirdparty_test, |
11 org.junit, | 11 org.junit, |
12 com.google.dart.compiler.js, | 12 com.google.dart.compiler.js, |
13 com.google.dart.thirdparty | 13 com.google.dart.thirdparty |
| 14 Export-Package: com.google.dart.compiler |
OLD | NEW |