Ian Trimble | 089b355 | 2012-11-08 09:55:03 -0800 | [diff] [blame] | 1 | Manifest-Version: 1.0
|
| 2 | Bundle-ManifestVersion: 2
|
| 3 | Bundle-Name: %Bundle-Name.0
|
| 4 | Bundle-SymbolicName: org.eclipse.jst.jsf.core.tests;singleton:=true
|
Ian Trimble | 251ac6e | 2013-09-17 14:03:30 -0700 | [diff] [blame^] | 5 | Bundle-Version: 1.5.0.qualifier
|
Ian Trimble | 089b355 | 2012-11-08 09:55:03 -0800 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.jst.jsf.core.tests.TestsPlugin
|
| 7 | Bundle-Vendor: %Bundle-Vendor.0
|
| 8 | Bundle-Localization: plugin
|
| 9 | Bundle-ClassPath: jsfcoretests.jar
|
| 10 | Require-Bundle: org.eclipse.jst.jsf.core;bundle-version="[1.1.0,2.0.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,2.0.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,2.0.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,3.0.0)",
|
| 19 | org.eclipse.core.runtime.compatibility;bundle-version="[3.1.100,4.0.0)",
|
| 20 | org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)",
|
| 21 | org.eclipse.jst.jsf.test.util;bundle-version="[1.1.0,2.0.0)",
|
| 22 | org.eclipse.jst.jsf.common;bundle-version="[1.1.0,2.0.0)",
|
| 23 | org.eclipse.wst.validation;bundle-version="[1.1.0,2.0.0)",
|
| 24 | org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)",
|
| 25 | org.eclipse.jst.jsf.facesconfig;bundle-version="[1.0.0,2.0.0)",
|
| 26 | org.eclipse.jface.text,
|
| 27 | org.eclipse.core.net,
|
| 28 | org.eclipse.jst.jsp.core,
|
| 29 | org.eclipse.wst.html.core,
|
| 30 | org.eclipse.ui.ide;bundle-version="3.4.0",
|
| 31 | org.eclipse.jst.common.frameworks,
|
| 32 | org.eclipse.jst.common.project.facet.core,
|
| 33 | org.eclipse.jst.j2ee.core,
|
| 34 | org.eclipse.jem;bundle-version="2.0.400",
|
| 35 | org.junit;bundle-version="3.8.1",
|
| 36 | org.eclipse.jst.jsf.common.runtime;bundle-version="1.1.0"
|
| 37 | Bundle-ActivationPolicy: lazy
|
| 38 | 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",
|
| 39 | org.eclipse.jst.jsf.core.tests.appconfig.provider;x-internal:=true,
|
| 40 | org.eclipse.jst.jsf.core.tests.appconfig.validation;x-internal:=true,
|
| 41 | org.eclipse.jst.jsf.core.tests.jsflibraryconfig;x-internal:=true,
|
| 42 | org.eclipse.jst.jsf.core.tests.jsflibraryconfiguration;x-internal:=true,
|
| 43 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry;x-internal:=true,
|
| 44 | org.eclipse.jst.jsf.core.tests.jsflibraryregistry.migration;x-internal:=true,
|
| 45 | org.eclipse.jst.jsf.core.tests.project.facet;x-internal:=true,
|
| 46 | org.eclipse.jst.jsf.core.tests.sanity;x-internal:=true,
|
| 47 | org.eclipse.jst.jsf.core.tests.set;x-internal:=true,
|
| 48 | org.eclipse.jst.jsf.core.tests.tagmatcher;x-internal:=true,
|
| 49 | org.eclipse.jst.jsf.core.tests.types;x-internal:=true,
|
| 50 | org.eclipse.jst.jsf.core.tests.util;
|
| 51 | x-friends:="org.eclipse.jst.jsf.contentassist.tests,
|
| 52 | org.eclipse.jst.jsf.designtime.tests,
|
| 53 | org.eclipse.jst.jsf.validation.el.tests,
|
| 54 | org.eclipse.jst.jsf.ui.tests,
|
| 55 | org.eclipse.jst.pagedesigner.tests",
|
| 56 | org.eclipse.jst.jsf.core.tests.validation
|
| 57 | Plugin-Class: org.eclipse.jst.jsf.core.tests.TestsPlugin
|
| 58 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|