codecentric / NSMenuFX

Other
127 stars 26 forks source link

Added OSGi Bundle declaration #4

Closed CodingFabian closed 8 years ago

CodingFabian commented 8 years ago

This will create a valid MANIFEST.MF for use in OSGi.

I have not checked if it makes sense, but at least now it exists

Manifest-Version: 1.0
Bnd-LastModified: 1448833561195
Build-Jdk: 1.8.0_60
Built-By: fabian
Bundle-Description: NSMenuFX is a simple library allowing to access and 
 modify the menu items that are generated by default for OS X applicatio
 ns
Bundle-License: http://opensource.org/licenses/BSD-3-Clause
Bundle-ManifestVersion: 2
Bundle-Name: CenterDevice NSMenuFX
Bundle-SymbolicName: de.codecentric.centerdevice.nsmenufx
Bundle-Vendor: CenterDevice GmbH
Bundle-Version: 1.0.0
Created-By: Apache Maven Bundle Plugin
Export-Package: de.codecentric.centerdevice.platform.osx.action;uses:="j
 avafx.event,org.eclipse.swt.internal.cocoa";version="1.0.0",de.codecent
 ric.centerdevice.platform.osx.convert;uses:="javafx.scene.control,org.e
 clipse.swt.internal.cocoa";version="1.0.0",de.codecentric.centerdevice.
 platform.osx;uses:="javafx.scene.control";version="1.0.0"
Import-Package: javafx.collections,javafx.event,javafx.scene.control,jav
 afx.scene.input,org.eclipse.swt.internal,org.eclipse.swt.internal.cocoa
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))"
Tool: Bnd-2.4.1.201501161923