jlanuti | 6f30d40 | 2007-04-18 19:54:42 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %Bundle-Name.0 |
| 4 | Bundle-SymbolicName: org.eclipse.wtp.releng.tools;singleton:=true |
david_williams | c90c169 | 2010-05-05 02:37:31 +0000 | [diff] [blame^] | 5 | Bundle-Activator: org.eclipse.wtp.releng.tools.Activator |
| 6 | Bundle-ActivationPolicy: lazy |
david_williams | ae17d16 | 2008-08-11 06:00:04 +0000 | [diff] [blame] | 7 | Bundle-Version: 1.1.0.qualifier |
david_williams | bb3f92c | 2010-05-04 05:37:09 +0000 | [diff] [blame] | 8 | Require-Bundle: org.apache.ant;bundle-version="[1.6.5,2.0.0)", |
| 9 | org.eclipse.equinox.p2.publisher, |
| 10 | org.eclipse.equinox.app, |
| 11 | org.eclipse.equinox.p2.core, |
| 12 | org.eclipse.osgi, |
| 13 | org.eclipse.equinox.p2.repository |
jlanuti | 6f30d40 | 2007-04-18 19:54:42 +0000 | [diff] [blame] | 14 | Bundle-Localization: plugin |
| 15 | Bundle-ClassPath: wtpRelengTools.jar |
david_williams | e86c2c8 | 2008-01-03 17:28:37 +0000 | [diff] [blame] | 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
jlanuti | 6f30d40 | 2007-04-18 19:54:42 +0000 | [diff] [blame] | 17 | Export-Package: org.eclipse.wtp.releng.tools |
david_williams | bb3f92c | 2010-05-04 05:37:09 +0000 | [diff] [blame] | 18 | Import-Package: org.eclipse.core.runtime, |
| 19 | org.eclipse.equinox.app, |
| 20 | org.eclipse.equinox.internal.p2.artifact.repository, |
| 21 | org.eclipse.equinox.internal.p2.artifact.repository.simple, |
| 22 | org.eclipse.equinox.internal.p2.metadata.repository, |
| 23 | org.eclipse.equinox.p2.publisher, |
| 24 | org.eclipse.equinox.p2.repository.artifact, |
| 25 | org.eclipse.equinox.p2.repository.metadata |