Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #37 from rdeltour/bnd
use bnd to build calabash as an OSGi bundle
- Loading branch information
Showing
3 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIN
+1.16 MB
osgi/bnd.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Built-By: ${built.by} | ||
Implementation-Vendor: ${implementation.vendor} | ||
Implementation-Title: ${implementation.title} | ||
Implementation-Version: ${dist-version} | ||
Main-Class: com.xmlcalabash.drivers.Main | ||
Class-Path: ${run.classpath} | ||
Bundle-SymbolicName: com.xmlcalabash | ||
Bundle-Name: ${implementation.title} | ||
Bundle-Version: ${dist-version} | ||
Bundle-RequiredExecutionEnvironment: J2SE-1.5 | ||
Export-Package: *, etc | ||
Import-Package: \ | ||
net.sf.saxon.*;version=${if;${def;saxon94};9.4.0;9.3.0},\ | ||
* |