forked from scalatest/scalatest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathosgi.bnd
More file actions
16 lines (11 loc) · 704 Bytes
/
Copy pathosgi.bnd
File metadata and controls
16 lines (11 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Main-Class: org.scalatest.tools.Runner
Bundle-SymbolicName: org.scalatest
Bundle-Version: ${release}
Bundle-Name: ScalaTest
Bundle-Description: ScalaTest is an open-source test framework for the Java Platform designed to increase your productivity by letting you write fewer lines of test code that more clearly reveal your intent.
Bundle-DocURL: http://www.scalatest.org/
Bundle-Vendor: Artima, Inc.
Import-Package: org.scalatest.*, org.scalactic.*, scala.*;version="$<range;[==,=+);$<replace;${scala.version};-;.>>", *;resolution:=optional
Export-Package: org.scalatest.*, org.scalactic.*;version="${release}"
Include-Resource: images/=target/jar_contents/images/
-removeheaders: Include-Resource