justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: org.eclipse.jst.jsf.core.tests Plug-in |
gkessler | 19d8da7 | 2007-05-04 19:13:16 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.core.tests;singleton:=true |
rsrinivasan | 8ecd988 | 2007-05-11 05:03:27 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.0.qualifier |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.jst.jsf.core.tests.TestsPlugin |
| 7 | Bundle-Vendor: Oracle |
| 8 | Bundle-Localization: plugin |
| 9 | Bundle-ClassPath: jsfcoretests.jar |
gkessler | 62f32e3 | 2007-05-29 23:17:34 +0000 | [diff] [blame] | 10 | Require-Bundle: org.eclipse.jst.jsf.core;bundle-version="[1.0.0,1.1.0)", |
| 11 | org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", |
| 12 | org.eclipse.wst.common.project.facet.core;bundle-version="[1.2.0,1.3.0)", |
| 13 | org.eclipse.jst.j2ee.web;bundle-version="[1.1.0,1.2.0)", |
| 14 | org.eclipse.wst.common.frameworks;bundle-version="[1.1.0,1.2.0)", |
| 15 | org.eclipse.jdt.core;bundle-version="[3.2.0,4.0.0)", |
| 16 | org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", |
| 17 | org.eclipse.jst.j2ee;bundle-version="[1.1.0,1.2.0)", |
| 18 | org.eclipse.emf.ecore.xmi;bundle-version="[2.2.0,2.4.0)", |
| 19 | org.eclipse.core.runtime.compatibility;bundle-version="[3.1.100,3.2.0)", |
| 20 | org.junit;bundle-version="[3.8.1,4.0.0)", |
| 21 | org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)", |
| 22 | org.eclipse.jst.jsf.test.util;bundle-version="[1.0.0,1.1.0)", |
| 23 | org.eclipse.jst.jsf.common;bundle-version="[1.0.0,1.1.0)", |
| 24 | org.eclipse.wst.validation;bundle-version="[1.1.0,1.2.0)", |
| 25 | org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)", |
| 26 | org.eclipse.jst.jsf.facesconfig;bundle-version="[1.0.0,1.1.0)" |
cbateman | 880ffd9 | 2006-07-20 20:02:42 +0000 | [diff] [blame] | 27 | Eclipse-LazyStart: true |
itrimble | 8533414 | 2007-04-19 23:58:53 +0000 | [diff] [blame] | 28 | Export-Package: org.eclipse.jst.jsf.core.tests;x-friends:="org.eclipse.jst.jsf.ui.tests,org.eclipse.jst.jsf.context.symbol.tests,org.eclipse.jst.jsf.designtime.tests", |
itrimble | 9b9fe88 | 2007-04-23 23:16:32 +0000 | [diff] [blame] | 29 | org.eclipse.jst.jsf.core.tests.appconfig.validation;x-internal:=true, |
| 30 | org.eclipse.jst.jsf.core.tests.jsflibraryconfig;x-internal:=true, |
| 31 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry;x-internal:=true, |
| 32 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry.migration;x-internal:=true, |
| 33 | org.eclipse.jst.jsf.core.tests.project.facet;x-internal:=true, |
| 34 | org.eclipse.jst.jsf.core.tests.set;x-internal:=true, |
| 35 | org.eclipse.jst.jsf.core.tests.tagmatcher;x-internal:=true, |
| 36 | org.eclipse.jst.jsf.core.tests.types;x-internal:=true, |
| 37 | org.eclipse.jst.jsf.core.tests.util;x-friends:="org.eclipse.jst.jsf.contentassist.tests,org.eclipse.jst.jsf.designtime.tests,org.eclipse.jst.jsf.validation.el.tests,org.eclipse.jst.jsf.ui.tests" |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 38 | Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin |
cbateman | 86acfd5 | 2007-04-10 18:58:59 +0000 | [diff] [blame] | 39 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |