Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Performance of commit preparation

On Thu, Oct 28, 2010 at 7:39 AM, Matthias Sohn
<matthias.sohn@xxxxxxxxxxxxxx> wrote:
> Manifest-Version: 1.0
>
> Bundle-ManifestVersion: 2
>
> Bundle-Name: %plugin_name
>
> Bundle-SymbolicName: org.eclipse.jgit.native;singleton:=true
>
> Bundle-Version: 0.10.0.qualifier
>
> Bundle-Vendor: %provider_name
>
> Fragment-Host: org.eclipse.jgit;bundle-version="[0.10.0,0.11.0)"
>
> Bundle-RequiredExecutionEnvironment: JavaSE-1.5
>
> Bundle-NativeCode: /libnative/macosx/x86_64/libjgitnative.jnilib
>
> Eclipse-PlatformFilter: (&(osgi.os=macosx)(osgi.arch=x86_64))

While this isn't the problem... don't use Eclipse-PlatformFilter...
instead use something like...

Bundle-NativeCode: libnative/macosx/x86_64/libjgitnative.jnilib
osname=macosx;processor=x86

Ensure that the native code is included in the build.properties when exporting.

-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465


Back to the top