OLD | NEW |
1 Manifest-Version: 1.0 | 1 Manifest-Version: 1.0 |
2 Bundle-ManifestVersion: 2 | 2 Bundle-ManifestVersion: 2 |
3 Bundle-Name: %pluginName | 3 Bundle-Name: %pluginName |
4 Bundle-SymbolicName: com.google.dart.tools.tests.buildbot_test;singleton:=true | 4 Bundle-SymbolicName: com.google.dart.tools.tests.buildbot_test;singleton:=true |
5 Bundle-Version: 0.1.0.qualifier | 5 Bundle-Version: 0.0.0.qualifier |
6 Bundle-Vendor: %providerName | 6 Bundle-Vendor: %providerName |
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | 7 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
8 Bundle-ActivationPolicy: lazy | 8 Bundle-ActivationPolicy: lazy |
9 Require-Bundle: org.junit, | 9 Require-Bundle: org.junit, |
10 com.google.dart.engine_test, | 10 com.google.dart.engine_test, |
11 com.google.dart.tools.core_test, | 11 com.google.dart.tools.core_test, |
12 com.google.dart.tools.debug.core_test, | 12 com.google.dart.tools.debug.core_test, |
13 com.google.dart.compiler.js_test, | 13 com.google.dart.compiler.js_test, |
14 com.google.dart.engine.services_test, | 14 com.google.dart.engine.services_test, |
15 com.google.dart.tools.core, | 15 com.google.dart.tools.core, |
16 org.eclipse.core.runtime | 16 org.eclipse.core.runtime, |
| 17 org.eclipse.ui |
17 Bundle-ClassPath: . | 18 Bundle-ClassPath: . |
| 19 Bundle-Activator: com.google.dart.tools.tests.buildbot.BuildbotPlugin |
OLD | NEW |