Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Buddy Classloader and jdbc drivers

David Adler wrote:

Am I missing something? I don't see any Export-Package in the MANIFEST.MF that you created:
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Postgis Plug-in
Bundle-SymbolicName: net.refractions.udig.libs.postgis
Bundle-Version: 1.0.0
Bundle-Vendor: Refractions Research Inc.
Bundle-Localization: plugin
Bundle-ClassPath: libs/postgis-driver-1.0.jar,
 libs/postgresql-74.213.jar
Eclipse-RegisterBuddy: net.refractions.udig.libs
Require-Bundle: net.refractions.udig.libs

I think that is because we were just exporting the two jars...


Back to the top