Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1d7959e340c471b7e3d2cc0ec4bdb36eabf91ef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.osbp.filter
Bundle-SymbolicName: org.eclipse.osbp.filter
Bundle-Vendor: Eclipse OSBP
Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclipse.osbp.filter.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.slf4j.api;bundle-version="1.7.2",
 org.eclipse.osbp.gitinfo;bundle-version="0.9.0",
 org.eclipse.core.runtime;bundle-version="3.10.0"
Import-Package: org.eclipse.osbp.authentication.account.dtos;version="0.9.0",
 org.eclipse.osbp.authentication.providerimpl;version="0.9.0",
 org.eclipse.osbp.dsl.common.datatypes;version="0.9.0",
 org.eclipse.osbp.dsl.dto.lib.services;version="0.9.0",
 org.eclipse.osbp.dsl.dto.lib.services.filters;version="0.9.0",
 org.eclipse.osbp.ui.api.useraccess;version="0.9.0",
 org.eclipse.osbp.ui.api.userfilter;version="0.9.0",
 org.osgi.service.component.annotations;version="1.2.0"
Service-Component: OSGI-INF/*.xml
Export-Package: org.eclipse.osbp.filter

Back to the top