author | John Kern <johnk@symbian.org> |
Mon, 29 Mar 2010 13:59:08 -0700 | |
changeset 287 | acfa94f7e231 |
parent 286 | bb5a56737bfb |
child 303 | a619b3ef3095 |
permissions | -rw-r--r-- |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
1 |
Manifest-Version: 1.0 |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
2 |
Bundle-ManifestVersion: 2 |
249
1c86b4362e47
Bug 2204 - Previewer and WRTKit plugins don't have provider
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
229
diff
changeset
|
3 |
Bundle-Name: WRT Preview Support |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
4 |
Bundle-SymbolicName: org.symbian.tools.wrttools.previewer;singleton:=true |
286
bb5a56737bfb
bug 2386 - update version string
John Kern <johnk@symbian.org>
parents:
249
diff
changeset
|
5 |
Bundle-Version: 0.9.0.qualifier |
41
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
6 |
Bundle-Activator: org.symbian.tools.wrttools.previewer.PreviewerPlugin |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
7 |
Require-Bundle: org.eclipse.ui, |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
8 |
org.eclipse.core.runtime, |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
9 |
org.eclipse.core.resources;bundle-version="3.5.0", |
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
10 |
org.eclipse.core.net;bundle-version="1.2.0", |
55
bb6160d0b6f2
Added fallback to default browser if platform is Mac or XULRunner is not available
Eugene Ostroukhov <eostroukhov@gmail.com>
parents:
54
diff
changeset
|
11 |
org.mozilla.xpcom;bundle-version="1.9.1";resolution:=optional, |
45
aa2fb3fcc303
Aptana requirement was removed
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
41
diff
changeset
|
12 |
org.eclipse.equinox.http.jetty;bundle-version="2.0.0", |
66 | 13 |
org.eclipse.wst.jsdt.core;bundle-version="1.0.200", |
54
5a2cfa9bc743
Nature is used for UI
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
45
diff
changeset
|
14 |
org.eclipse.wst.jsdt.ui;bundle-version="1.0.200", |
287
acfa94f7e231
bug 2386 - also need to updated dependencies
John Kern <johnk@symbian.org>
parents:
286
diff
changeset
|
15 |
org.symbian.tools.wrttools;bundle-version="0.9.0", |
55
bb6160d0b6f2
Added fallback to default browser if platform is Mac or XULRunner is not available
Eugene Ostroukhov <eostroukhov@gmail.com>
parents:
54
diff
changeset
|
16 |
org.mozilla.xulrunner;bundle-version="1.9.1";resolution:=optional |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
17 |
Bundle-ActivationPolicy: lazy |
229
716254ccbcc0
Fixed 2046: WRTKit help topics. Fixed 2170: Added support for Web Developer Library. Fixed 1952: Event Trigger icons unreadable
tasneems@symbian.org
parents:
67
diff
changeset
|
18 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
41
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
19 |
Export-Package: org.symbian.tools.wrttools.previewer, |
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
20 |
org.symbian.tools.wrttools.previewer.http |
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
21 |
Import-Package: javax.servlet;version="2.5.0", |
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
22 |
javax.servlet.http;version="2.5.0", |
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
23 |
org.eclipse.equinox.jsp.jasper;version="1.0.0", |
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
24 |
org.osgi.service.http;version="1.2.1" |
249
1c86b4362e47
Bug 2204 - Previewer and WRTKit plugins don't have provider
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
229
diff
changeset
|
25 |
Bundle-Vendor: Symbian Foundation |