org.symbian.tools.mtw.ui/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 16 Aug 2010 16:23:25 -0700
changeset 465 87920e15f8eb
parent 463 aea4c83725d8
permissions -rw-r--r--
Added a way to contribute wizard pages for templates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
454
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     1
Manifest-Version: 1.0
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     3
Bundle-Name: Mobile Tools for Web main UI plug-in
461
7a8f9fa8d278 Project model introduction and JSDT classpath support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 455
diff changeset
     4
Bundle-SymbolicName: org.symbian.tools.tmw.ui;singleton:=true
454
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     5
Bundle-Version: 1.0.0.qualifier
461
7a8f9fa8d278 Project model introduction and JSDT classpath support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 455
diff changeset
     6
Bundle-Activator: org.symbian.tools.tmw.ui.TMWCoreUI
454
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     7
Bundle-Vendor: Symbian Foundation
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     8
Require-Bundle: org.eclipse.ui,
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
     9
 org.eclipse.core.runtime,
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    10
 org.eclipse.core.resources;bundle-version="3.6.0",
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    11
 org.eclipse.ui.navigator;bundle-version="3.5.0",
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    12
 org.eclipse.ui.navigator.resources;bundle-version="3.4.200",
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    13
 org.eclipse.wst.jsdt.ui;bundle-version="1.1.0",
455
5da55957c779 Bluetooth support was refactored on top of a new frameworks
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 454
diff changeset
    14
 org.eclipse.wst.jsdt.core;bundle-version="1.1.0",
5da55957c779 Bluetooth support was refactored on top of a new frameworks
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 454
diff changeset
    15
 org.eclipse.ui.console;bundle-version="3.5.0",
461
7a8f9fa8d278 Project model introduction and JSDT classpath support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 455
diff changeset
    16
 org.symbian.tools.tmw.core;bundle-version="1.0.0",
7a8f9fa8d278 Project model introduction and JSDT classpath support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 455
diff changeset
    17
 org.eclipse.wst.common.project.facet.ui;bundle-version="1.4.100",
463
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    18
 org.eclipse.core.expressions;bundle-version="3.4.200",
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    19
 org.eclipse.core.databinding;bundle-version="1.3.100",
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    20
 org.eclipse.ui.ide;bundle-version="3.6.0",
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    21
 org.eclipse.core.databinding.beans;bundle-version="1.2.100",
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    22
 org.eclipse.jface.databinding;bundle-version="1.4.0"
454
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    23
Bundle-RequiredExecutionEnvironment: J2SE-1.5
38d6944cff88 Bug 3352 - Replace our Navigator View with the JSDT one
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
diff changeset
    24
Bundle-ActivationPolicy: lazy
455
5da55957c779 Bluetooth support was refactored on top of a new frameworks
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 454
diff changeset
    25
Bundle-ClassPath: lib/org.bluecove_2.1.1.jar,
5da55957c779 Bluetooth support was refactored on top of a new frameworks
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 454
diff changeset
    26
 .
461
7a8f9fa8d278 Project model introduction and JSDT classpath support
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 455
diff changeset
    27
Export-Package: org.symbian.tools.tmw.ui,
465
87920e15f8eb Added a way to contribute wizard pages for templates
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 463
diff changeset
    28
 org.symbian.tools.tmw.ui.deployment,
87920e15f8eb Added a way to contribute wizard pages for templates
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 463
diff changeset
    29
 org.symbian.tools.tmw.ui.project
463
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    30
Import-Package: org.apache.velocity;version="1.5.0",
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    31
 org.apache.velocity.app;version="1.5.0",
aea4c83725d8 Project template work-in-progress
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 461
diff changeset
    32
 org.apache.velocity.context;version="1.5.0"