david_williams | 75f8efb | 2005-05-30 07:45:54 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Unittests |
david_williams | cfde140 | 2005-06-13 01:14:26 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.wst.sse.unittests; singleton:=true |
david_williams | 3f056b9 | 2005-06-13 21:21:08 +0000 | [diff] [blame] | 5 | Bundle-Version: 0.7.0 |
david_williams | 0c470c6 | 2005-06-03 04:06:35 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: sseunittests.jar |
david_williams | 75f8efb | 2005-05-30 07:45:54 +0000 | [diff] [blame] | 7 | Bundle-Vendor: Eclipse.org |
| 8 | Bundle-Localization: plugin |
| 9 | Export-Package: org.eclipse.wst.sse.unittests |
| 10 | Require-Bundle: org.junit, |
| 11 | org.eclipse.core.resources, |
| 12 | org.eclipse.core.runtime, |
| 13 | org.eclipse.jst.jsp.core.tests, |
| 14 | org.eclipse.jst.jsp.tests.encoding, |
| 15 | org.eclipse.jst.jsp.ui.tests, |
| 16 | org.eclipse.jst.jsp.ui.tests.performance, |
| 17 | org.eclipse.wst.css.core.tests, |
| 18 | org.eclipse.wst.css.tests.encoding, |
| 19 | org.eclipse.wst.css.ui.tests.performance, |
| 20 | org.eclipse.wst.dtd.ui.tests, |
| 21 | org.eclipse.wst.html.core.tests, |
| 22 | org.eclipse.wst.html.tests.encoding, |
| 23 | org.eclipse.wst.html.ui.tests, |
| 24 | org.eclipse.wst.html.ui.tests.performance, |
| 25 | org.eclipse.wst.sse.core.tests, |
| 26 | org.eclipse.wst.sse.ui.tests, |
| 27 | org.eclipse.wst.sse.ui.tests.performance, |
| 28 | org.eclipse.wst.xml.core.tests, |
| 29 | org.eclipse.wst.xml.tests.encoding, |
| 30 | org.eclipse.wst.xml.ui.tests, |
| 31 | org.eclipse.wst.xml.ui.tests.performance, |
david_williams | cfde140 | 2005-06-13 01:14:26 +0000 | [diff] [blame] | 32 | org.eclipse.wst.xml.validation.tests, |
david_williams | 10863b9 | 2005-06-13 01:30:47 +0000 | [diff] [blame] | 33 | org.eclipse.wst.xml.ui, |
david_williams | 39ac28a | 2005-07-11 01:28:10 +0000 | [diff] [blame] | 34 | org.eclipse.wst.javascript.ui, |
| 35 | org.eclipse.wst.xsd.validation.tests, |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 36 | org.eclipse.wst.css.ui.tests, |
| 37 | org.eclipse.wst.sse.ui |