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.contentassist.tests
|
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.contentassist.tests.ContentAssistTestsPlugin
|
| 7 | Bundle-Localization: plugin
|
| 8 | Bundle-ClassPath: jsfcontentassisttests.jar
|
| 9 | Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
|
| 10 | org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
|
| 11 | org.junit;bundle-version="3.8.1",
|
| 12 | org.eclipse.jst.jsf.test.util;bundle-version="[1.1.0,2.0.0)",
|
| 13 | org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
|
| 14 | org.eclipse.wst.sse.core;bundle-version="[1.1.0,1.2.0)",
|
| 15 | org.eclipse.jst.jsp.core;bundle-version="[1.1.0,1.3.0)",
|
| 16 | org.eclipse.wst.xml.core;bundle-version="[1.1.0,1.2.0)",
|
| 17 | org.eclipse.jst.jsf.common;bundle-version="[1.1.0,2.0.0)",
|
| 18 | org.eclipse.jst.jsf.core.tests;bundle-version="[1.1.0,2.0.0)",
|
| 19 | org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
|
| 20 | org.eclipse.jst.jsf.core;bundle-version="[1.1.0,2.0.0)",
|
| 21 | org.eclipse.wst.html.core;bundle-version="[1.1.0,1.2.0)",
|
| 22 | org.eclipse.jdt.core;bundle-version="[3.2.0,4.0.0)",
|
Ian Trimble | 5825dc4 | 2014-04-04 15:57:42 -0700 | [diff] [blame] | 23 | org.eclipse.emf.ecore,
|
| 24 | org.eclipse.wst.common.project.facet.core;bundle-version="[1.4.0,1.5.0)"
|
Ian Trimble | 089b355 | 2012-11-08 09:55:03 -0800 | [diff] [blame] | 25 | Bundle-ActivationPolicy: lazy
|
| 26 | Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
| 27 | Export-Package: org.eclipse.jst.jsf.contentassist.tests;x-internal:=true
|
| 28 | Bundle-Vendor: %Bundle-Vendor.0
|