org.symbian.tools.wrttools/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 15 Feb 2010 14:29:12 -0800
changeset 147 dbf55fd11104
parent 145 19985c154f5c
child 149 265af99a2402
permissions -rw-r--r--
Merge mistake was reverted
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,
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    11
 org.eclipse.emf.ecore,
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    12
 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
    13
 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
    14
 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
    15
 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
    16
 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
    17
 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
    18
 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
    19
 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
    20
 org.eclipse.wst.validation;bundle-version="1.2.102",
32
04290bdab225 Fixed manifest dependencies for org.eclipse.wst.sse.core and org.eclipse.wst.xml.core
TasneemS
parents: 30
diff changeset
    21
 org.eclipse.wst.sse.core;bundle-version="1.1.400",
38
954dbf7baac6 Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 32
diff changeset
    22
 org.eclipse.wst.xml.core;bundle-version="1.1.400",
954dbf7baac6 Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 32
diff changeset
    23
 org.eclipse.ui.navigator;bundle-version="3.4.0",
954dbf7baac6 Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 32
diff changeset
    24
 org.eclipse.ui.navigator.resources;bundle-version="3.4.0"
56
22f918ed49f7 Java5 is now supported
Eugene Ostroukhov <eostroukhov@gmail.com>
parents: 54
diff changeset
    25
Bundle-RequiredExecutionEnvironment: J2SE-1.5,
22f918ed49f7 Java5 is now supported
Eugene Ostroukhov <eostroukhov@gmail.com>
parents: 54
diff changeset
    26
 JavaSE-1.6
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    27
Bundle-ActivationPolicy: lazy
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    28
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
    29
 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
    30
 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
    31
 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
    32
 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
    33
 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
    34
 org.apache.velocity.util;version="1.5.0",
0
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    35
 org.eclipse.emf.common.notify,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    36
 org.eclipse.emf.common.util,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    37
 org.eclipse.emf.ecore,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    38
 org.eclipse.emf.ecore.impl,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    39
 org.eclipse.ui.console,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    40
 org.eclipse.ui.dialogs,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    41
 org.eclipse.ui.ide,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    42
 org.eclipse.ui.internal.ide,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    43
 org.eclipse.ui.internal.ide.dialogs,
ddc9cde0ba07 Initial version of WRT Tools Plugin.
TasneemS@US-TASNEEMS
parents:
diff changeset
    44
 org.eclipse.ui.wizards.newresource
3
d3477de62514 Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents: 0
diff changeset
    45
Bundle-ClassPath: lib/tagsoup-1.2.jar,
50
0560e98b9bf6 Added widget project nature and WRT validators
tasneems@symbian.org
parents: 42
diff changeset
    46
 .,
147
dbf55fd11104 Merge mistake was reverted
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
    47
 lib/jtidy-8.0-20060801.131059-3.jar
dbf55fd11104 Merge mistake was reverted
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 145
diff changeset
    48
Export-Package: org.symbian.tools.wrttools,
139
f0a865ead60b Fixed Bug 1869 - Open index file and select it in navigator after the project is created/imported
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 56
diff changeset
    49
 org.symbian.tools.wrttools.util,
54
5a2cfa9bc743 Nature is used for UI
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 50
diff changeset
    50
 org.symbian.tools.wrttools.wizards