lbustelo | 8529842 | 2007-07-24 21:13:34 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: JSDT support for JSP Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.wst.jsdt.web.support.jsp;singleton:=true |
| 5 | Bundle-Version: 1.0.0 |
| 6 | Bundle-Activator: org.eclipse.wst.jsdt.web.support.jsp.Activator |
| 7 | Require-Bundle: org.eclipse.core.runtime, |
| 8 | org.eclipse.wst.jsdt.web.ui, |
| 9 | org.eclipse.jst.jsp.ui, |
| 10 | org.eclipse.wst.sse.ui, |
| 11 | org.eclipse.jface.text, |
| 12 | org.eclipse.jface, |
| 13 | org.eclipse.wst.html.ui, |
| 14 | org.eclipse.wst.html.core, |
| 15 | org.eclipse.jst.jsp.core, |
| 16 | org.eclipse.wst.css.core, |
| 17 | org.eclipse.wst.xml.core, |
| 18 | org.eclipse.wst.sse.core, |
| 19 | org.eclipse.wst.jsdt.web.core |
| 20 | Eclipse-LazyStart: true |