lmandel | ebf458d | 2005-04-17 22:59:44 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Cache Tests Plug-in |
lmandel | 311896a | 2005-04-18 04:53:19 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.wst.internet.cache.tests |
david_williams | cc731cf | 2005-11-02 06:55:15 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.0 |
lmandel | ebf458d | 2005-04-17 22:59:44 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: tests.jar |
lmandel | 89bcc05 | 2005-04-18 00:47:31 +0000 | [diff] [blame] | 7 | Bundle-Activator: org.eclipse.wst.internet.cache.tests.internal.CacheTestsPlugin |
lmandel | ebf458d | 2005-04-17 22:59:44 +0000 | [diff] [blame] | 8 | Bundle-Vendor: Eclipse |
| 9 | Bundle-Localization: plugin |
| 10 | Require-Bundle: org.eclipse.ui, |
| 11 | org.eclipse.core.runtime, |
| 12 | org.junit, |
| 13 | org.eclipse.wst.internet.cache, |
| 14 | org.eclipse.core.resources, |
| 15 | org.eclipse.wst.common.uriresolver |
| 16 | Eclipse-AutoStart: true |
david_williams | 8506e30 | 2006-03-01 17:41:30 +0000 | [diff] [blame] | 17 | Export-Package: org.eclipse.wst.internet.cache.internal;x-internal:=true, |
| 18 | org.eclipse.wst.internet.cache.tests.internal;x-internal:=true |