blob: f32637cf6f5f19996b21434afd373ad5a5be18d5 [file] [log] [blame]
deboer7d78b902005-04-15 21:05:21 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.eclipse.wst.server.core; singleton:=true
5Bundle-Version: 1.0.0
deboerbbda4392005-04-17 23:37:32 +00006Bundle-ClassPath: servercore.jar
deboer7d78b902005-04-15 21:05:21 +00007Bundle-Activator: org.eclipse.wst.server.core.internal.ServerPlugin
8Bundle-Vendor: %providerName
9Bundle-Localization: plugin
10Export-Package: org.eclipse.wst.server.core,
11 org.eclipse.wst.server.core.internal,
12 org.eclipse.wst.server.core.model,
13 org.eclipse.wst.server.core.util
14Require-Bundle: org.eclipse.core.runtime,
15 org.eclipse.core.resources,
16 org.eclipse.core.expressions,
17 org.eclipse.debug.core
18Eclipse-AutoStart: true