| 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;singleton:=true | 5 Bundle-SymbolicName: com.google.dart.compiler.js;singleton:=true |
| 6 Bundle-Version: 0.1.0.qualifier | 6 Bundle-Version: 0.1.0.qualifier |
| 7 Bundle-Vendor: %providerName | 7 Bundle-Vendor: %providerName |
| 8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | 8 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| 9 Export-Package: com.google.common.base, | 9 Export-Package: com.google.common.base, |
| 10 com.google.common.collect, | 10 com.google.common.collect, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 org.json, | 23 org.json, |
| 24 org.kohsuke.args4j | 24 org.kohsuke.args4j |
| 25 Bundle-ActivationPolicy: lazy | 25 Bundle-ActivationPolicy: lazy |
| 26 Bundle-ClassPath: ., | 26 Bundle-ClassPath: ., |
| 27 third_party/args4j/2.0.12/args4j-2.0.12.jar, | 27 third_party/args4j/2.0.12/args4j-2.0.12.jar, |
| 28 third_party/guava/r09/guava-r09.jar, | 28 third_party/guava/r09/guava-r09.jar, |
| 29 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar, | 29 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar, |
| 30 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar, | 30 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar, |
| 31 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar, | 31 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar, |
| 32 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar, | 32 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar, |
| 33 third_party/json/r2_20080312/json.jar, | 33 third_party/json/r2_20080312/json.jar |
| 34 third_party/rhino/1_7R3/js.jar | |
| OLD | NEW |