plugins/org.symbian.tools.tmw.previewer/META-INF/MANIFEST.MF
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 23 Aug 2010 09:55:57 -0700
changeset 471 06589bf52fa7
parent 470 d4809db37847
child 478 6c07c755d0c7
permissions -rw-r--r--
Refactoring and restructuring the repository
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
12372c19f1b0 Added WRTKit library
tasneems@symbian.org
parents: 54
diff changeset
    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",
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
    17
 org.symbian.tools.tmw.core;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
    18
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
    19
Bundle-RequiredExecutionEnvironment: J2SE-1.5
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
    20
Export-Package: org.symbian.tools.tmw.previewer.core,
469
4d198a32ac7d Debug is now compiling
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 468
diff changeset
    21
 org.symbian.tools.tmw.previewer.internal,
470
d4809db37847 Changed repository layout and renamed project files. This revision is untested and may not run.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 469
diff changeset
    22
 org.symbian.tools.tmw.previewer,
d4809db37847 Changed repository layout and renamed project files. This revision is untested and may not run.
Eugene Ostroukhov <eugeneo@symbian.org>
parents: 469
diff changeset
    23
 org.symbian.tools.tmw.previewer.http
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
 .