ibull | f54b51a | 2006-12-14 07:17:09 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
ibull | 0643891 | 2007-04-23 19:32:34 +0000 | [diff] [blame] | 3 | Bundle-Name: Dependency Plug-in (incubation) |
ibull | f54b51a | 2006-12-14 07:17:09 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.pde.visualization.dependency; singleton:=true |
ibull | 6559d36 | 2007-07-25 15:38:59 +0000 | [diff] [blame] | 5 | Bundle-Version: 0.1.0.qualifier |
ibull | f54b51a | 2006-12-14 07:17:09 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.pde.visualization.dependency.Activator |
| 7 | Require-Bundle: org.eclipse.ui, |
| 8 | org.eclipse.core.runtime, |
ibull | f54b51a | 2006-12-14 07:17:09 +0000 | [diff] [blame] | 9 | org.eclipse.pde.ui, |
ibull | 423e0e1 | 2007-07-25 14:50:06 +0000 | [diff] [blame] | 10 | org.eclipse.ui.forms |
ibull | f54b51a | 2006-12-14 07:17:09 +0000 | [diff] [blame] | 11 | Eclipse-LazyStart: true |
ibull | 01b1745 | 2007-03-22 21:15:51 +0000 | [diff] [blame] | 12 | Bundle-ClassPath: ., |
ibull | 922d328 | 2007-08-09 22:17:30 +0000 | [diff] [blame] | 13 | org.eclipse.draw2d_3.2.100.200708091512.jar, |
ibull | ef1cf5e | 2007-08-10 20:42:43 +0000 | [diff] [blame] | 14 | org.eclipse.mylyn.zest.layouts_0.5.0.200708091512.jar, |
ibull | 2788cd9 | 2007-08-10 20:59:36 +0000 | [diff] [blame^] | 15 | org.eclipse.mylyn.zest.core_0.5.0.200708101355.jar |
Wassim Melhem | a33051e | 2006-12-17 21:32:49 +0000 | [diff] [blame] | 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |