|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %plugin_name
|
|
|
|
Bundle-SymbolicName: org.eclipse.jgit.lfs.test
|
|
|
|
Bundle-Version: 4.6.0.201612231935-r
|
|
|
|
Bundle-Vendor: %provider_name
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
|
|
Import-Package: org.eclipse.jgit.junit;version="[4.6.0,4.7.0)",
|
|
|
|
org.eclipse.jgit.lfs;version="[4.6.0,4.7.0)",
|
|
|
|
org.eclipse.jgit.lfs.errors;version="[4.6.0,4.7.0)",
|
|
|
|
org.eclipse.jgit.lfs.lib;version="[4.6.0,4.7.0)",
|
|
|
|
org.eclipse.jgit.lib;version="[4.6.0,4.7.0)",
|
|
|
|
org.eclipse.jgit.util;version="[4.6.0,4.7.0)",
|
|
|
|
org.hamcrest.core;version="[1.1.0,2.0.0)",
|
|
|
|
org.junit;version="[4.0.0,5.0.0)",
|
|
|
|
org.junit.runner;version="[4.0.0,5.0.0)",
|
|
|
|
org.junit.runners;version="[4.0.0,5.0.0)"
|
|
|
|
Export-Package: org.eclipse.jgit.lfs.test;version="4.6.0";x-friends:="org.eclipse.jgit.lfs.server.test"
|
|
|
|
|