author | Eugene Ostroukhov <eugeneo@symbian.org> |
Fri, 22 Jan 2010 10:39:13 -0800 | |
changeset 42 | 9ece1ee268bd |
parent 38 | 954dbf7baac6 |
child 50 | 0560e98b9bf6 |
permissions | -rw-r--r-- |
0 | 1 |
Manifest-Version: 1.0 |
2 |
Bundle-ManifestVersion: 2 |
|
3 |
Bundle-Name: Symbian Web Runtime Tools |
|
4 |
Bundle-SymbolicName: org.symbian.tools.wrttools;singleton:=true |
|
5 |
Bundle-Version: 1.0.0.qualifier |
|
6 |
Bundle-Activator: org.symbian.tools.wrttools.Activator |
|
7 |
Bundle-Vendor: Symbian Foundation |
|
8 |
Require-Bundle: org.eclipse.ui, |
|
9 |
org.eclipse.core.runtime, |
|
10 |
org.eclipse.core.resources, |
|
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", |
32
04290bdab225
Fixed manifest dependencies for org.eclipse.wst.sse.core and org.eclipse.wst.xml.core
TasneemS
parents:
30
diff
changeset
|
22 |
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
|
23 |
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
|
24 |
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
|
25 |
org.eclipse.ui.navigator.resources;bundle-version="3.4.0" |
0 | 26 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
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 | 35 |
org.eclipse.emf.common.notify, |
36 |
org.eclipse.emf.common.util, |
|
37 |
org.eclipse.emf.ecore, |
|
38 |
org.eclipse.emf.ecore.impl, |
|
39 |
org.eclipse.ui.console, |
|
40 |
org.eclipse.ui.dialogs, |
|
41 |
org.eclipse.ui.ide, |
|
42 |
org.eclipse.ui.internal.ide, |
|
43 |
org.eclipse.ui.internal.ide.dialogs, |
|
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, |
d3477de62514
Added new wizards for importing WRT projects. Added CSS Validator.
TasneemS@US-TASNEEMS
parents:
0
diff
changeset
|
46 |
. |
38
954dbf7baac6
Merged with the most current version
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
32
diff
changeset
|
47 |
Export-Package: org.symbian.tools.wrttools.wizards |