You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
825 B
21 lines
825 B
10 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %plugin_name
|
||
|
Bundle-SymbolicName: org.eclipse.jgit.lfs.test
|
||
|
Bundle-Version: 4.3.0.qualifier
|
||
|
Bundle-Vendor: %provider_name
|
||
|
Bundle-Localization: plugin
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||
|
Import-Package: org.eclipse.jgit.junit;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.lfs.errors;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.lfs.lib;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.lib;version="[4.3.0,4.4.0)",
|
||
|
org.eclipse.jgit.util;version="[4.3.0,4.4.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.lib;version="4.3.0";x-internal:=true,
|
||
|
org.eclipse.jgit.lfs.test;version="4.3.0";x-internal:=true
|
||
|
|