| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: org.eclipse.osbp.runtime.functionlibrary.validation |
| Bundle-Vendor: Eclipse OSBP |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Bundle-SymbolicName: org.eclipse.osbp.runtime.functionlibrary.validation |
| Bundle-Version: 0.9.0.qualifier |
| Import-Package: org.osgi.framework;version="1.8.0", |
| org.osgi.service.component.annotations;version="1.2.0", |
| org.slf4j;version="1.7.2" |
| Bundle-ActivationPolicy: lazy |
| Service-Component: OSGI-INF/*.xml |
| Require-Bundle: javax.validation.api;bundle-version="1.1.0", |
| org.eclipse.osbp.runtime.common;bundle-version="0.9.0", |
| org.eclipse.osbp.gitinfo;bundle-version="0.9.0", |
| org.eclipse.osbp.ui.api;bundle-version="0.9.0" |
| Bundle-Activator: org.eclipse.osbp.runtime.functionlibrary.validation.Activator |
| Bundle-ClassPath: . |
| Service-Component: OSGI-INF/org.eclipse.osbp.runtime.functionlibrary.validation.FunctionLibraryValidationParticipant.xml |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.osbp.runtime.functionlibrary.validation |