pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Thomas Watson | c06d2db | 2009-03-04 15:48:07 +0000 | [diff] [blame] | 3 | Bundle-Name: %bundleName |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.equinox.ip |
Thomas Watson | edc3a54 | 2012-05-22 15:49:34 -0500 | [diff] [blame] | 5 | Bundle-Version: 1.1.300.qualifier |
Thomas Watson | c06d2db | 2009-03-04 15:48:07 +0000 | [diff] [blame] | 6 | Bundle-Vendor: %bundleVendor |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 7 | Bundle-Description: Provides implementation of the Intial Provisioning service |
| 8 | defined by OSGi specification release 4. |
| 9 | Bundle-Activator: org.eclipse.equinox.internal.ip.impl.ProvisioningAgent |
| 10 | DynamicImport-Package: org.osgi.service.permissionadmin; version="1.0" |
| 11 | Import-Package: |
Thomas Watson | 4196be9 | 2009-06-29 21:05:25 +0000 | [diff] [blame] | 12 | javax.servlet;version="2.1", |
| 13 | javax.servlet.http;version="2.1", |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 14 | org.eclipse.equinox.internal.util.ref;version="1.0", |
| 15 | org.eclipse.equinox.internal.util.timer;version="1.0", |
| 16 | org.osgi.framework;version="1.0", |
| 17 | org.osgi.service.cm;version="1.2.0", |
| 18 | org.osgi.service.http;version="1.0", |
| 19 | org.osgi.service.log;version="1.3.0", |
Thomas Watson | 6fe4fa2 | 2010-11-30 17:13:02 +0000 | [diff] [blame] | 20 | org.osgi.service.provisioning;version="[1.2,1.3)", |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 21 | org.osgi.service.useradmin;version="1.0", |
| 22 | org.osgi.util.tracker;version="1.3.2" |
| 23 | Export-Package: |
| 24 | org.eclipse.equinox.internal.ip;x-internal:=true, |
| 25 | org.eclipse.equinox.internal.ip.dscagent;x-internal:=true, |
| 26 | org.eclipse.equinox.internal.ip.impl;x-internal:=true, |
| 27 | org.eclipse.equinox.internal.ip.provider;x-internal:=true, |
| 28 | org.eclipse.equinox.internal.ip.provider.env;x-internal:=true, |
| 29 | org.eclipse.equinox.internal.ip.provider.file;x-internal:=true, |
| 30 | org.eclipse.equinox.internal.ip.provider.http;x-internal:=true, |
| 31 | org.eclipse.equinox.internal.ip.storage.cm;x-internal:=true, |
| 32 | org.eclipse.equinox.internal.ip.storage.file;x-internal:=true |
| 33 | Content-Id: equinox.provisioning_agent |
| 34 | Prv-Storage: org.eclipse.equinox.internal.ip.storage.file.FileStorage |
| 35 | PrvInfo-Providers: |
| 36 | org.eclipse.equinox.internal.ip.provider.env.EnvironmentInfoProvider;300, |
| 37 | org.eclipse.equinox.internal.ip.provider.http.HttpProvider;200, |
| 38 | org.eclipse.equinox.internal.ip.provider.file.FileProvider;100 |
| 39 | Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0, |
| 40 | J2SE-1.3 |
Thomas Watson | c06d2db | 2009-03-04 15:48:07 +0000 | [diff] [blame] | 41 | Bundle-Localization: plugin |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 42 | |