source: PM/trunk/pm/com.siemens.ct.pm.ui.actions.vcard/META-INF/MANIFEST.MF @ 77

Revision 77, 483 bytes checked in by toedter_k, 5 years ago (diff)

Implemented extender pattern for registering of IActionContribution services. vcard now uses the new manifest header "Action-Contribution"

Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: Test Plug-in
4Bundle-SymbolicName: com.siemens.ct.pm.ui.actions.vcard
5Bundle-Version: 1.0.0
6Bundle-Vendor: SIEMENS
7Bundle-RequiredExecutionEnvironment: JavaSE-1.6
8Import-Package: com.siemens.ct.pm.application.service,
9 org.jdesktop.application,
10 org.osgi.framework;version="1.3.0"
11Bundle-ActivationPolicy: lazy
12Service-Component-xxx: OSGI-INF/testActions.xml
13Action-Contribution: com.siemens.ct.pm.ui.actions.vcard.Actions
Note: See TracBrowser for help on using the repository browser.