org.symbian.tools.mtw.core/META-INF/MANIFEST.MF
changeset 461 7a8f9fa8d278
parent 455 5da55957c779
child 463 aea4c83725d8
equal deleted inserted replaced
460:c0bff5ed874c 461:7a8f9fa8d278
     1 Manifest-Version: 1.0
     1 Manifest-Version: 1.0
     2 Bundle-ManifestVersion: 2
     2 Bundle-ManifestVersion: 2
     3 Bundle-Name: Mobile Tools for Web Core Plug-in
     3 Bundle-Name: Mobile Tools for Web Core Plug-in
     4 Bundle-SymbolicName: org.symbian.tools.mtw.core;singleton:=true
     4 Bundle-SymbolicName: org.symbian.tools.tmw.core;singleton:=true
     5 Bundle-Version: 1.0.0.qualifier
     5 Bundle-Version: 1.0.0.qualifier
     6 Bundle-Activator: org.symbian.tools.mtw.core.MTWCore
     6 Bundle-Activator: org.symbian.tools.tmw.core.TMWCore
     7 Bundle-Vendor: Symbian Foundation
     7 Bundle-Vendor: Symbian Foundation
     8 Require-Bundle: org.eclipse.ui,
     8 Require-Bundle: org.eclipse.ui,
     9  org.eclipse.core.runtime,
     9  org.eclipse.core.runtime,
    10  org.eclipse.core.resources;bundle-version="3.6.0",
    10  org.eclipse.core.resources;bundle-version="3.6.0",
    11  org.eclipse.core.expressions;bundle-version="3.4.200"
    11  org.eclipse.core.expressions;bundle-version="3.4.200",
       
    12  org.eclipse.wst.common.project.facet.core;bundle-version="1.4.100",
       
    13  org.eclipse.wst.jsdt.core;bundle-version="1.1.0"
    12 Bundle-RequiredExecutionEnvironment: J2SE-1.5
    14 Bundle-RequiredExecutionEnvironment: J2SE-1.5
    13 Bundle-ActivationPolicy: lazy
    15 Bundle-ActivationPolicy: lazy
    14 Export-Package: org.symbian.tools.mtw.core,
    16 Export-Package: org.symbian.tools.tmw.core,
    15  org.symbian.tools.mtw.core.projects,
    17  org.symbian.tools.tmw.core.projects,
    16  org.symbian.tools.mtw.core.runtimes,
    18  org.symbian.tools.tmw.core.runtimes,
    17  org.symbian.tools.mtw.core.utilities
    19  org.symbian.tools.tmw.core.utilities