org.symbian.tools.wrttools.editing/META-INF/MANIFEST.MF
changeset 37 641b65b14318
child 38 954dbf7baac6
equal deleted inserted replaced
35:ec3f1313ae92 37:641b65b14318
       
     1 Manifest-Version: 1.0
       
     2 Bundle-ManifestVersion: 2
       
     3 Bundle-Name: Editing Support for WRT Tools
       
     4 Bundle-SymbolicName: org.symbian.tools.wrttools.editing;singleton:=true
       
     5 Bundle-Version: 0.0.1.qualifier
       
     6 Bundle-Activator: org.symbian.tools.wrttools.editing.Activator
       
     7 Bundle-Vendor: Symbian Foundation
       
     8 Require-Bundle: org.eclipse.ui,
       
     9  org.eclipse.core.runtime,
       
    10  org.eclipse.wst.sse.core;bundle-version="1.1.400",
       
    11  org.eclipse.wst.sse.ui;bundle-version="1.1.100",
       
    12  org.eclipse.wst.xml.core;bundle-version="1.1.400",
       
    13  org.eclipse.wst.xml.ui;bundle-version="1.1.0",
       
    14  org.eclipse.jface.text;bundle-version="3.5.0",
       
    15  org.eclipse.wst.html.core;bundle-version="1.1.300",
       
    16  org.eclipse.wst.html.ui;bundle-version="1.0.400",
       
    17  org.mozilla.xulrunner;bundle-version="1.9.1";resolution:=optional,
       
    18  org.eclipse.core.resources;bundle-version="3.5.0",
       
    19  org.eclipse.wst.css.core;bundle-version="1.1.300",
       
    20  org.eclipse.wst.jsdt.core;bundle-version="1.0.200"
       
    21 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
       
    22 Bundle-ActivationPolicy: lazy