RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

OSGi compilant manifest header #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe a summary of the new feature (in a paragraph):

Embedding a manifest header provided by David.

--
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Xerial SQLite Jdbc Driver
Bundle-SymbolicName: org.xerial.sqlite.jdbc
Bundle-Version: 3.7.2
Bundle-Vendor: Xerial
Export-Package: org.sqlite
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-NativeCode: native/Linux/amd64/libsqlitejdbc.so; osname=Linux; 
processor=x86-64,
 native/Linux/i386/libsqlitejdbc.so; osname=Linux; processor=x86,
 native/Windows/amd64/libsqlitejdbc.so; osname=Win32; processor=x86-64,
 native/Windows/x86/libsqlitejdbc.so; osname=Win32; processor=x86,
 native/Mac/x86_64/libsqlitejdbc.so; osname=Mac OS X; processor=x86-64,
 native/Mac/i386/libsqlitejdbc.so; osname=Mac OS X; processor=x86

Original issue reported on code.google.com by taroleo on 24 Oct 2010 at 12:37

GoogleCodeExporter commented 8 years ago
also add,
Export-Package: org.sqlite;version="3.7.2"

Original comment by taroleo on 25 Oct 2010 at 12:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I have noticed that I have made a stupid copy paste error
For Windows Platform the filename must be:
sqlitejdbc.dll

And for Mac it should be:
libsqlitejdbc.jnilib

sorry about that

Regards
David

Original comment by mrExcept...@gmail.com on 28 Dec 2010 at 2:24