author | Eugene Ostroukhov <eugeneo@symbian.org> |
Tue, 31 Aug 2010 15:21:04 -0700 | |
changeset 480 | b6d992b9b998 |
parent 479 | 518afa7c6d2f |
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 |
468
a05c6e5cc7d9
Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
425
diff
changeset
|
3 |
Bundle-Name: Mobile Applications Preview Support |
a05c6e5cc7d9
Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
425
diff
changeset
|
4 |
Bundle-SymbolicName: org.symbian.tools.tmw.previewer;singleton:=true |
425
0bed0b841487
Bug 3103 - Change version string to 1.0
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
344
diff
changeset
|
5 |
Bundle-Version: 1.0.0.qualifier |
471
06589bf52fa7
Refactoring and restructuring the repository
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
470
diff
changeset
|
6 |
Bundle-Activator: org.symbian.tools.tmw.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", |
344
0f103d99721b
Bug 2491 - Notify the user about missing resource
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
328
diff
changeset
|
15 |
org.mozilla.xulrunner;bundle-version="1.9.1";resolution:=optional, |
468
a05c6e5cc7d9
Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
425
diff
changeset
|
16 |
org.eclipse.ui.console;bundle-version="3.5.0", |
478
6c07c755d0c7
PhoneGap template will use proper screen size
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
471
diff
changeset
|
17 |
org.symbian.tools.tmw.core;bundle-version="1.0.0", |
6c07c755d0c7
PhoneGap template will use proper screen size
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
471
diff
changeset
|
18 |
org.symbian.tools.tmw.ui;bundle-version="1.0.0" |
37
641b65b14318
Added WRT previewer, Mozilla Xulrunner, and Mozilla XP Com. Integrated Xulrunner browser into WRT Previewer.
tasneems@symbian.org
parents:
diff
changeset
|
19 |
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
|
20 |
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
479
518afa7c6d2f
Minor refactoring to make API more clear
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
478
diff
changeset
|
21 |
Export-Package: org.symbian.tools.tmw.previewer, |
518afa7c6d2f
Minor refactoring to make API more clear
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
478
diff
changeset
|
22 |
org.symbian.tools.tmw.previewer.http, |
518afa7c6d2f
Minor refactoring to make API more clear
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
478
diff
changeset
|
23 |
org.symbian.tools.tmw.previewer.internal |
41
fc4a1d68260a
Preview is now feeded from the embedded HTML server
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
37
diff
changeset
|
24 |
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
|
25 |
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
|
26 |
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
|
27 |
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
|
28 |
Bundle-Vendor: Symbian Foundation |
303
a619b3ef3095
Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
287
diff
changeset
|
29 |
Bundle-ClassPath: lib/json_simple/json_simple-1.1.jar, |
a619b3ef3095
Bug 2482 - Store previewer user information in workspace
Eugene Ostroukhov <eugeneo@symbian.org>
parents:
287
diff
changeset
|
30 |
. |