[13] | 1 | Manifest-Version: 1.0 |
---|
| 2 | Bundle-ManifestVersion: 2 |
---|
| 3 | Bundle-Name: Framclipse Plug-in |
---|
| 4 | Bundle-SymbolicName: com.framsticks.framclipse;singleton:=true |
---|
| 5 | Bundle-Version: 0.6.0 |
---|
| 6 | Bundle-Activator: com.framsticks.framclipse.Framclipse |
---|
| 7 | Bundle-Vendor: Jan Kuźniak, Jakub Bocheński |
---|
| 8 | Bundle-Localization: plugin |
---|
| 9 | Require-Bundle: org.eclipse.ui, |
---|
| 10 | org.eclipse.core.runtime, |
---|
| 11 | org.eclipse.jface.text, |
---|
| 12 | org.eclipse.ui.editors, |
---|
| 13 | org.eclipse.ui.workbench.texteditor, |
---|
| 14 | org.eclipse.ui.views, |
---|
[56] | 15 | org.eclipse.ui.ide, |
---|
| 16 | org.eclipse.core.resources |
---|
[13] | 17 | Eclipse-LazyStart: true |
---|
| 18 | Export-Package: |
---|
| 19 | ., |
---|
| 20 | com.framsticks.framclipse; |
---|
| 21 | uses:="org.eclipse.jface.resource, |
---|
| 22 | org.eclipse.ui.plugin, |
---|
| 23 | org.jdom, |
---|
| 24 | org.osgi.framework, |
---|
| 25 | org.eclipse.jface.text.rules, |
---|
| 26 | com.framsticks.framclipse.syntaxColoring, |
---|
| 27 | com.framsticks.framclipse.editors.configuration", |
---|
| 28 | com.framsticks.framclipse.editors; |
---|
| 29 | uses:="org.eclipse.jface.text.source, |
---|
| 30 | com.framsticks.framclipse.internal.parser, |
---|
| 31 | org.eclipse.swt.widgets, |
---|
| 32 | org.eclipse.ui.editors.text", |
---|
| 33 | com.framsticks.framclipse.editors.codeCompletion; |
---|
| 34 | uses:="org.eclipse.jface.text, |
---|
| 35 | com.framsticks.framclipse.editors, |
---|
| 36 | com.framsticks.framclipse.internal.parser, |
---|
| 37 | org.eclipse.swt.graphics, |
---|
| 38 | org.eclipse.jface.text.contentassist", |
---|
| 39 | com.framsticks.framclipse.editors.configuration; |
---|
| 40 | uses:="org.eclipse.jface.text, |
---|
| 41 | com.framsticks.framclipse.editors, |
---|
| 42 | org.eclipse.jface.text.reconciler, |
---|
| 43 | org.eclipse.jface.text.source, |
---|
| 44 | org.eclipse.core.runtime, |
---|
| 45 | org.eclipse.core.filebuffers, |
---|
| 46 | org.eclipse.jface.text.rules, |
---|
| 47 | org.eclipse.jface.text.contentassist, |
---|
| 48 | com.framsticks.framclipse.internal.parser, |
---|
| 49 | org.eclipse.jface.text.presentation", |
---|
| 50 | com.framsticks.framclipse.editors.folding, |
---|
| 51 | com.framsticks.framclipse.editors.hover, |
---|
| 52 | com.framsticks.framclipse.editors.outline, |
---|
| 53 | com.framsticks.framclipse.internal.parser;x-internal:=true, |
---|
| 54 | com.framsticks.framclipse.syntaxColoring;uses:="org.eclipse.swt.graphics,org.eclipse.jface.text.rules", |
---|
| 55 | org.jdom, |
---|
| 56 | org.jdom.adapters, |
---|
| 57 | org.jdom.filter, |
---|
| 58 | org.jdom.input, |
---|
| 59 | org.jdom.output, |
---|
| 60 | org.jdom.transform, |
---|
| 61 | org.jdom.xpath |
---|
| 62 | Bundle-ClassPath: ., |
---|
| 63 | lib/jdom.jar, |
---|
| 64 | lib/jaxen-core.jar, |
---|
| 65 | lib/jaxen-jdom.jar, |
---|
| 66 | lib/saxpath.jar |
---|