creatorextension/com.nokia.s60tools.creator/META-INF/MANIFEST.MF
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 25 eb17a7f7f320
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
Manifest-Version: 1.0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
Bundle-Name: Carbide.c++ Extensions - Creator Script Editor
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.s60tools.creator; singleton:=true
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
Bundle-Version: 1.2.0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
Bundle-Activator: com.nokia.s60tools.creator.CreatorActivator
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
Bundle-Vendor: Nokia
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
Require-Bundle: org.eclipse.ui,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
 org.eclipse.core.runtime,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
 org.eclipse.jface.text,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
 org.eclipse.core.resources,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
 org.eclipse.ui.editors,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
 org.eclipse.ui.workbench.texteditor,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
 org.eclipse.ui.ide,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
 com.nokia.s60tools.ui,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
 com.nokia.s60tools.util,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
 com.nokia.s60tools.hticonnection;bundle-version="1.0.0";resolution:=optional,
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
 com.nokia.carbide.cdt.builder;bundle-version="2.0.0"
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
Bundle-ActivationPolicy: lazy
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
Bundle-RequiredExecutionEnvironment: J2SE-1.5