uidesigner/com.nokia.sdt.sourcegen/META-INF/MANIFEST.MF
author Frank Turovich <frank.turovich@nokia.com>
Thu, 02 Apr 2009 14:54:18 -0500
changeset 23 8be6d20b28f2
parent 2 d760517a8095
permissions -rw-r--r--
updated splash screen for 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
Manifest-Version: 1.0
cawthron
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
cawthron
parents:
diff changeset
     3
Bundle-Name: Carbide.c++ UI Designer Source Generation
cawthron
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.sdt.sourcegen; singleton:=true
cawthron
parents:
diff changeset
     5
Bundle-Version: 1.4.0.qualifier
cawthron
parents:
diff changeset
     6
Bundle-ClassPath: sourcegen.jar
cawthron
parents:
diff changeset
     7
Bundle-Activator: com.nokia.sdt.sourcegen.SourceGenPlugin
cawthron
parents:
diff changeset
     8
Bundle-Vendor: Nokia
cawthron
parents:
diff changeset
     9
Bundle-Localization: plugin
cawthron
parents:
diff changeset
    10
Export-Package: com.nokia.sdt.sourcegen,
cawthron
parents:
diff changeset
    11
 com.nokia.sdt.sourcegen.contributions,
cawthron
parents:
diff changeset
    12
 com.nokia.sdt.sourcegen.contributions.domains.cpp,
cawthron
parents:
diff changeset
    13
 com.nokia.sdt.sourcegen.core,
cawthron
parents:
diff changeset
    14
 com.nokia.sdt.sourcegen.doms.rss,
cawthron
parents:
diff changeset
    15
 com.nokia.sdt.sourcegen.doms.rss.dom,
cawthron
parents:
diff changeset
    16
 com.nokia.sdt.sourcegen.doms.rss.dom.impl,
cawthron
parents:
diff changeset
    17
 com.nokia.sdt.sourcegen.doms.rss.dom.preprocessor,
cawthron
parents:
diff changeset
    18
 com.nokia.sdt.sourcegen.doms.rss.impl,
cawthron
parents:
diff changeset
    19
 com.nokia.sdt.sourcegen.doms.rss.parser,
cawthron
parents:
diff changeset
    20
 com.nokia.sdt.sourcegen.doms.rss.parser.gen,
cawthron
parents:
diff changeset
    21
 com.nokia.sdt.sourcegen.patcher,
cawthron
parents:
diff changeset
    22
 com.nokia.sdt.sourcegen.provider,
cawthron
parents:
diff changeset
    23
 com.nokia.sdt.sourcegen.templates.backend,
cawthron
parents:
diff changeset
    24
 com.nokia.sdt.sourcegen.templates.core,
cawthron
parents:
diff changeset
    25
 com.nokia.sdt.sourcegen.templates.frontend
cawthron
parents:
diff changeset
    26
Require-Bundle: org.eclipse.ui,
cawthron
parents:
diff changeset
    27
 org.eclipse.core.runtime,
cawthron
parents:
diff changeset
    28
 com.nokia.sdt.utils,
cawthron
parents:
diff changeset
    29
 org.eclipse.cdt.core,
cawthron
parents:
diff changeset
    30
 com.nokia.cpp.utils.core,
cawthron
parents:
diff changeset
    31
 com.nokia.cpp.utils.ui,
cawthron
parents:
diff changeset
    32
 com.nokia.sdt.emf.dm,
cawthron
parents:
diff changeset
    33
 com.nokia.sdt.uimodel,
cawthron
parents:
diff changeset
    34
 com.nokia.sdt.symbian,
cawthron
parents:
diff changeset
    35
 org.eclipse.core.resources,
cawthron
parents:
diff changeset
    36
 org.eclipse.ui.views,
cawthron
parents:
diff changeset
    37
 org.eclipse.emf.edit,
cawthron
parents:
diff changeset
    38
 org.eclipse.ltk.core.refactoring,
cawthron
parents:
diff changeset
    39
 org.eclipse.text,
cawthron
parents:
diff changeset
    40
 com.nokia.carbide.cpp.epoc.engine;visibility:=reexport
cawthron
parents:
diff changeset
    41
Bundle-ActivationPolicy: lazy
cawthron
parents:
diff changeset
    42
Bundle-RequiredExecutionEnvironment: J2SE-1.5