Browse Source
This way dependencies are described by the MANIFEST.MF, and the same build tools can be used to compile the tests. Change-Id: I4dc926148410ecbadcf71b9474aeeb509691aa32stable-0.7
Chris Aniszczyk
15 years ago
committed by
Shawn O. Pearce
5 changed files with 32 additions and 2 deletions
@ -0,0 +1,12 @@
|
||||
Manifest-Version: 1.0 |
||||
Bundle-ManifestVersion: 2 |
||||
Bundle-Name: %plugin_name |
||||
Bundle-SymbolicName: org.eclipse.jgit.test |
||||
Bundle-Version: 0.6.0.qualifier |
||||
Bundle-Localization: plugin |
||||
Bundle-Vendor: %provider_name |
||||
Bundle-ActivationPolicy: lazy |
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
||||
Import-Package: com.jcraft.jsch, |
||||
junit.framework, |
||||
junit.textui |
@ -0,0 +1,6 @@
|
||||
source.. = tst/,\ |
||||
tst-rsrc/,\ |
||||
exttst/ |
||||
bin.includes = META-INF/,\ |
||||
.,\ |
||||
plugin.properties |
Loading…
Reference in new issue