Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gemini-dev] Fwd: [gemini.blueprint] Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=351755 (#1)

Thanks Wayne! This pull request just showed up in my inbox because Matt added a comment to bug 351755.

I wonder if there's some way to route github email through to the corresponding project developer mailing lists? Seems a shame if you have to act as link man forever more. ;-)

Regards,
Glyn

On 17 Nov 2012, at 01:48, Wayne Beaton wrote:

FYI,

Wayne

-------- Original Message --------
Subject: [gemini.blueprint] Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=351755 (#1)
Date: Fri, 16 Nov 2012 16:10:38 -0800
From: Matt Bishop <notifications@xxxxxxxxxx>
Reply-To: eclipse/gemini.blueprint <reply+i-8436083-ab88c6a9fafba297d9411b58aa4ec2418d49f146-555569@xxxxxxxxxxxxxxxx>
To: eclipse/gemini.blueprint <gemini.blueprint@xxxxxxxxxxxxxxxxxx>


This commit brings blueprint into better compliance with the R4.2 blueprint spec, specifically section 121.13.5 Type Compatibility, which states that the blueprint service should export the package "org.osgi.service.blueprint". Gemini did not do so, which caused bundles built to expect this package's presense to fail to load (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=351755)

The fix itself simply puts a unused Marker class in the right package so that Bundlor will add the correct package to gemini-core's manifest.


You can merge this Pull Request by running:

  git pull https://github.com/mattbishop/gemini.blueprint master

Or view, comment on, or merge it at:

  https://github.com/eclipse/gemini.blueprint/pull/1

Commit Summary

File Changes

  • A core/src/main/java/org/osgi/service/blueprint/BlueprintMarker.java (14)
  • M core/template.mf (47)

Patch Links


Reply to this email directly or view it on GitHub.

_______________________________________________
gemini-dev mailing list
gemini-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gemini-dev


Back to the top