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, |
---|
15 | org.eclipse.ui.ide |
---|
16 | Eclipse-LazyStart: true |
---|
17 | Export-Package: |
---|
18 | ., |
---|
19 | com.framsticks.framclipse; |
---|
20 | uses:="org.eclipse.jface.resource, |
---|
21 | org.eclipse.ui.plugin, |
---|
22 | org.jdom, |
---|
23 | org.osgi.framework, |
---|
24 | org.eclipse.jface.text.rules, |
---|
25 | com.framsticks.framclipse.syntaxColoring, |
---|
26 | com.framsticks.framclipse.editors.configuration", |
---|
27 | com.framsticks.framclipse.editors; |
---|
28 | uses:="org.eclipse.jface.text.source, |
---|
29 | com.framsticks.framclipse.internal.parser, |
---|
30 | org.eclipse.swt.widgets, |
---|
31 | org.eclipse.ui.editors.text", |
---|
32 | com.framsticks.framclipse.editors.codeCompletion; |
---|
33 | uses:="org.eclipse.jface.text, |
---|
34 | com.framsticks.framclipse.editors, |
---|
35 | com.framsticks.framclipse.internal.parser, |
---|
36 | org.eclipse.swt.graphics, |
---|
37 | org.eclipse.jface.text.contentassist", |
---|
38 | com.framsticks.framclipse.editors.configuration; |
---|
39 | uses:="org.eclipse.jface.text, |
---|
40 | com.framsticks.framclipse.editors, |
---|
41 | org.eclipse.jface.text.reconciler, |
---|
42 | org.eclipse.jface.text.source, |
---|
43 | org.eclipse.core.runtime, |
---|
44 | org.eclipse.core.filebuffers, |
---|
45 | org.eclipse.jface.text.rules, |
---|
46 | org.eclipse.jface.text.contentassist, |
---|
47 | com.framsticks.framclipse.internal.parser, |
---|
48 | org.eclipse.jface.text.presentation", |
---|
49 | com.framsticks.framclipse.editors.folding, |
---|
50 | com.framsticks.framclipse.editors.hover, |
---|
51 | com.framsticks.framclipse.editors.outline, |
---|
52 | com.framsticks.framclipse.internal.parser;x-internal:=true, |
---|
53 | com.framsticks.framclipse.syntaxColoring;uses:="org.eclipse.swt.graphics,org.eclipse.jface.text.rules", |
---|
54 | org.jdom, |
---|
55 | org.jdom.adapters, |
---|
56 | org.jdom.filter, |
---|
57 | org.jdom.input, |
---|
58 | org.jdom.output, |
---|
59 | org.jdom.transform, |
---|
60 | org.jdom.xpath |
---|
61 | Bundle-ClassPath: ., |
---|
62 | lib/jdom.jar, |
---|
63 | lib/jaxen-core.jar, |
---|
64 | lib/jaxen-jdom.jar, |
---|
65 | lib/saxpath.jar |
---|