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