0
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: %plugin.Name
|
|
4 |
Bundle-SymbolicName: com.nokia.s60tools.imaker;singleton:=true
|
|
5 |
Bundle-ToolName: iMaker - Carbide.c++ extension
|
11
|
6 |
Bundle-Version: 3.1.0
|
0
|
7 |
Bundle-Date: 01-10-2009
|
|
8 |
Bundle-RepositoryVersion: n/a
|
|
9 |
Bundle-Activator: com.nokia.s60tools.imaker.IMakerPlugin
|
|
10 |
Bundle-Vendor: %plugin.providerName
|
|
11 |
Bundle-Localization: plugin
|
|
12 |
Require-Bundle: org.eclipse.ui,
|
|
13 |
org.eclipse.core.runtime,
|
|
14 |
org.eclipse.core.resources,
|
|
15 |
org.eclipse.ui.editors,
|
|
16 |
org.eclipse.ui.ide,
|
|
17 |
org.eclipse.emf.ecore.xmi,
|
|
18 |
org.eclipse.jface.text,
|
|
19 |
org.eclipse.ui.workbench.texteditor,
|
|
20 |
com.nokia.s60tools.util;bundle-version="1.5.0",
|
|
21 |
com.nokia.carbide.cpp.sdk.core;bundle-version="2.0.0",
|
|
22 |
org.eclipse.ui.console;bundle-version="3.4.0",
|
|
23 |
com.nokia.carbide.cdt.builder;bundle-version="2.0.0"
|
|
24 |
Eclipse-LazyStart: true
|
|
25 |
Export-Package: com.nokia.s60tools.imaker;
|
|
26 |
uses:="org.eclipse.core.runtime,
|
|
27 |
org.eclipse.jface.resource,
|
|
28 |
org.eclipse.ui,
|
|
29 |
org.eclipse.swt.events,
|
|
30 |
org.eclipse.ui.plugin,
|
|
31 |
com.nokia.s60tools.imakerplugin.wrapper,
|
|
32 |
org.eclipse.core.runtime.jobs,
|
|
33 |
org.osgi.framework,
|
|
34 |
org.eclipse.swt.widgets,
|
|
35 |
org.eclipse.ui.editors.text",
|
|
36 |
com.nokia.s60tools.imaker.exceptions,
|
|
37 |
com.nokia.s60tools.imaker.internal.actions;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
38 |
uses:="org.eclipse.jface.action,
|
|
39 |
org.eclipse.ui,
|
|
40 |
org.eclipse.jface.viewers,
|
|
41 |
org.eclipse.swt.widgets",
|
|
42 |
com.nokia.s60tools.imaker.internal.console;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
43 |
com.nokia.s60tools.imaker.internal.dialogs;x-friends:="com.nokia.s60tools.imaker.tests",
|
1
|
44 |
com.nokia.s60tools.imaker.internal.impmodel;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
45 |
com.nokia.s60tools.imaker.internal.impmodel.impl;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
46 |
com.nokia.s60tools.imaker.internal.impmodel.util;x-friends:="com.nokia.s60tools.imaker.tests",
|
0
|
47 |
com.nokia.s60tools.imaker.internal.iqrf;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
48 |
uses:="org.eclipse.emf.ecore,
|
|
49 |
org.eclipse.emf.common.util",
|
|
50 |
com.nokia.s60tools.imaker.internal.iqrf.impl;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
51 |
uses:="org.eclipse.emf.ecore,
|
|
52 |
org.eclipse.emf.common.util,
|
|
53 |
org.eclipse.emf.ecore.impl,
|
|
54 |
org.eclipse.emf.common.notify,
|
|
55 |
iQRF",
|
|
56 |
com.nokia.s60tools.imaker.internal.iqrf.util;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
57 |
uses:="org.eclipse.emf.ecore,
|
|
58 |
org.eclipse.emf.common.notify.impl,
|
|
59 |
org.eclipse.emf.common.notify,
|
|
60 |
iQRF",
|
|
61 |
com.nokia.s60tools.imaker.internal.iqrf.wrapper;x-friends:="com.nokia.s60tools.imaker.tests";uses:="iQRF",
|
|
62 |
com.nokia.s60tools.imaker.internal.managers;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
63 |
com.nokia.s60tools.imaker.internal.model;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
64 |
com.nokia.s60tools.imaker.internal.model.iContent;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
65 |
com.nokia.s60tools.imaker.internal.model.iContent.util;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
66 |
com.nokia.s60tools.imaker.internal.preferences;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
67 |
uses:="org.eclipse.jface.preference,
|
|
68 |
org.eclipse.ui,
|
|
69 |
org.eclipse.jface.viewers,
|
|
70 |
org.eclipse.swt.widgets,
|
|
71 |
org.eclipse.core.runtime.preferences",
|
|
72 |
com.nokia.s60tools.imaker.internal.providers;x-friends:="com.nokia.s60tools.imaker.tests",
|
|
73 |
com.nokia.s60tools.imaker.internal.viewers;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
74 |
uses:="com.nokia.s60tools.imakerplugin.wrapper,
|
|
75 |
org.eclipse.jface.viewers,
|
|
76 |
org.eclipse.swt.widgets",
|
|
77 |
com.nokia.s60tools.imaker.internal.wrapper;x-friends:="com.nokia.s60tools.imaker.tests";
|
|
78 |
uses:="org.eclipse.core.runtime,
|
|
79 |
com.nokia.s60tools.imakerplugin.viewers,
|
|
80 |
iQRF"
|