org.symbian.tools.wrttools/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eostroukhov@symbian.org>
Tue, 12 Jan 2010 13:50:32 -0800
changeset 30 50ffca984095
parent 3 d3477de62514
child 32 04290bdab225
permissions -rw-r--r--
Home button now works, launch configuration was renamed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     1
Manifest-Version: 1.0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     3
Bundle-Name: Symbian Web Runtime Tools
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     4
Bundle-SymbolicName: org.symbian.tools.wrttools;singleton:=true
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     5
Bundle-Version: 1.0.0.qualifier
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     6
Bundle-Activator: org.symbian.tools.wrttools.Activator
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     7
Bundle-Vendor: Symbian Foundation
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     8
Require-Bundle: org.eclipse.ui,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
     9
 org.eclipse.core.runtime,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    10
 org.eclipse.core.resources,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    11
 org.eclipse.emf.common,
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    12
 org.eclipse.emf.ecore,
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    13
 org.eclipse.core.databinding;bundle-version="1.2.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    14
 org.eclipse.core.databinding.beans;bundle-version="1.2.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    15
 org.eclipse.core.databinding.property;bundle-version="1.2.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    16
 org.eclipse.jface.databinding;bundle-version="1.3.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    17
 org.eclipse.wst.jsdt.ui;bundle-version="1.0.200",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    18
 org.eclipse.wst.jsdt.core;bundle-version="1.0.200",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    19
 org.eclipse.wst.css.core;bundle-version="1.1.300",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    20
 org.eclipse.ui.ide;bundle-version="3.5.0",
30
50ffca984095 Home button now works, launch configuration was renamed
Eugene Ostroukhov <eostroukhov@symbian.org>
parents: 3
diff changeset
    21
 org.eclipse.wst.validation;bundle-version="1.2.102",
50ffca984095 Home button now works, launch configuration was renamed
Eugene Ostroukhov <eostroukhov@symbian.org>
parents: 3
diff changeset
    22
 org.eclipse.wst.sse.core;bundle-version="1.1.401",
50ffca984095 Home button now works, launch configuration was renamed
Eugene Ostroukhov <eostroukhov@symbian.org>
parents: 3
diff changeset
    23
 org.eclipse.wst.xml.core;bundle-version="1.1.401"
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    24
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    25
Bundle-ActivationPolicy: lazy
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    26
Import-Package: org.apache.velocity;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    27
 org.apache.velocity.app;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    28
 org.apache.velocity.context;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    29
 org.apache.velocity.convert;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    30
 org.apache.velocity.io;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    31
 org.apache.velocity.runtime;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    32
 org.apache.velocity.util;version="1.5.0",
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    33
 org.chromium.debug.core,
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    34
 org.chromium.debug.core.model,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    35
 org.chromium.debug.core.util,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    36
 org.chromium.sdk,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    37
 org.chromium.sdk.internal,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    38
 org.chromium.sdk.internal.tools.devtools,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    39
 org.chromium.sdk.internal.tools.v8,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    40
 org.chromium.sdk.internal.tools.v8.processor,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    41
 org.chromium.sdk.internal.tools.v8.request,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    42
 org.chromium.sdk.internal.transport,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    43
 org.eclipse.emf.common.notify,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    44
 org.eclipse.emf.common.util,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    45
 org.eclipse.emf.ecore,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    46
 org.eclipse.emf.ecore.impl,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    47
 org.eclipse.jdt.ui,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    48
 org.eclipse.ui.console,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    49
 org.eclipse.ui.dialogs,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    50
 org.eclipse.ui.ide,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    51
 org.eclipse.ui.internal.ide,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    52
 org.eclipse.ui.internal.ide.dialogs,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    53
 org.eclipse.ui.wizards.newresource
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    54
Bundle-ClassPath: lib/tagsoup-1.2.jar,
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    55
 .