core/com.nokia.carbide.discovery.ui/META-INF/MANIFEST.MF
author stechong
Thu, 16 Sep 2010 16:09:17 -0500
changeset 2034 8ca82bbe1973
parent 2012 df3206234d8e
child 2054 deb27f632e39
permissions -rw-r--r--
Refactored status notification from DynamicP2Installer.java to NewPluginChecker.java.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1360
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     1
Manifest-Version: 1.0
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     3
Bundle-Name: DiscoveryUI
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.discovery.ui;singleton:=true
1981
f465b1504220 set version to 3.0.0
cawthron
parents: 1888
diff changeset
     5
Bundle-Version: 3.0.0.qualifier
1360
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     6
Bundle-Activator: com.nokia.carbide.discovery.ui.Activator
1374
67b625db1866 fix bugs, externalize strings, change some labels, add status line
dadubrow
parents: 1360
diff changeset
     7
Bundle-Localization: plugin
1360
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     8
Require-Bundle: org.eclipse.ui,
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
     9
 org.eclipse.core.runtime,
1637
06fc2fdd1ac4 add mozilla support
dadubrow
parents: 1616
diff changeset
    10
 org.eclipse.core.net;bundle-version="1.2.100",
1994
e9be28ae423a Bug 10645 - add p2 install operation for docs plugins
dadubrow
parents: 1981
diff changeset
    11
 org.eclipse.core.filesystem;bundle-version="1.3.0",
1360
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
    12
 org.eclipse.equinox.p2.discovery;bundle-version="1.0.0",
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
    13
 org.eclipse.equinox.p2.discovery.compatibility;bundle-version="1.0.0",
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
    14
 org.eclipse.equinox.p2.ui.discovery;bundle-version="1.0.0",
1385
e626d1981906 Add advanced install menu action to discovery view
dadubrow
parents: 1374
diff changeset
    15
 org.eclipse.equinox.p2.ui;bundle-version="2.0.0",
e626d1981906 Add advanced install menu action to discovery view
dadubrow
parents: 1374
diff changeset
    16
 org.eclipse.equinox.p2.operations;bundle-version="2.0.0",
e626d1981906 Add advanced install menu action to discovery view
dadubrow
parents: 1374
diff changeset
    17
 org.eclipse.equinox.p2.core;bundle-version="2.0.0",
e626d1981906 Add advanced install menu action to discovery view
dadubrow
parents: 1374
diff changeset
    18
 org.eclipse.equinox.p2.metadata;bundle-version="2.0.0",
1523
2786ba7415f3 Bug 11483 use progress dialog instead of workbench window for catalog viewer runnable context
dadubrow
parents: 1385
diff changeset
    19
 org.eclipse.equinox.p2.repository;bundle-version="2.0.0",
1540
b2cc7e8de6a8 don't initialize the catalog viewer if junit is running
dadubrow
parents: 1523
diff changeset
    20
 org.eclipse.equinox.p2.engine;bundle-version="2.0.0",
1994
e9be28ae423a Bug 10645 - add p2 install operation for docs plugins
dadubrow
parents: 1981
diff changeset
    21
 org.eclipse.equinox.p2.director;bundle-version="2.0.0",
1609
085da1889c59 Portal initial commit
dadubrow
parents: 1540
diff changeset
    22
 org.eclipse.jface.text,
085da1889c59 Portal initial commit
dadubrow
parents: 1540
diff changeset
    23
 org.eclipse.ui.editors,
1637
06fc2fdd1ac4 add mozilla support
dadubrow
parents: 1616
diff changeset
    24
 org.eclipse.ui.forms;bundle-version="3.5.0",
06fc2fdd1ac4 add mozilla support
dadubrow
parents: 1616
diff changeset
    25
 com.nokia.cpp.utils.ui;bundle-version="1.0.0",
1752
34e87e5741a1 add pulsar touchpoint code to portal
dadubrow
parents: 1661
diff changeset
    26
 com.nokia.cpp.utils.core;bundle-version="1.0.0",
34e87e5741a1 add pulsar touchpoint code to portal
dadubrow
parents: 1661
diff changeset
    27
 org.eclipse.equinox.p2.touchpoint.natives;bundle-version="1.0.200"
1360
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
    28
Bundle-ActivationPolicy: lazy
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
    29
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
b609311b7b1c initial commit
dadubrow
parents:
diff changeset
    30
Bundle-Vendor: Nokia
1661
cd8159f371c7 multiple changes:
dadubrow
parents: 1637
diff changeset
    31
Export-Package: com.nokia.carbide.discovery.ui;x-internal:=true,
cd8159f371c7 multiple changes:
dadubrow
parents: 1637
diff changeset
    32
 com.nokia.carbide.internal.discovery.ui.command;x-internal:=true,
cd8159f371c7 multiple changes:
dadubrow
parents: 1637
diff changeset
    33
 com.nokia.carbide.internal.discovery.ui.editor;x-internal:=true,
cd8159f371c7 multiple changes:
dadubrow
parents: 1637
diff changeset
    34
 com.nokia.carbide.internal.discovery.ui.extension;x-internal:=true,
1994
e9be28ae423a Bug 10645 - add p2 install operation for docs plugins
dadubrow
parents: 1981
diff changeset
    35
 com.nokia.carbide.internal.discovery.ui.p2;x-friends:="com.nokia.carbide.cpp.sdk.ui",
1888
fc9d5d520518 Write initial features file at startup to ensure it exists prior to any user installation
dadubrow
parents: 1752
diff changeset
    36
 com.nokia.carbide.internal.discovery.ui.view;x-internal:=true,
fc9d5d520518 Write initial features file at startup to ensure it exists prior to any user installation
dadubrow
parents: 1752
diff changeset
    37
 com.nokia.carbide.internal.discovery.ui.wizard;x-friends:="com.nokia.carbide.cpp"