Skip to content

Commit

Permalink
Re-enable Eclipse Passage in SimRel #1020
Browse files Browse the repository at this point in the history
Add javax bundles

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Feb 2, 2022
1 parent cdc53c1 commit c64e9b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions bundles/org.eclipse.passage.lic.mail/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.eclipse.passage.lic.mail
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.passage.lic.mail
Bundle-Version: 0.2.100.qualifier
Bundle-Version: 0.2.200.qualifier
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: javax.activation;bundle-version="0.0.0",
javax.mail;bundle-version="0.0.0",
org.eclipse.core.runtime;bundle-version="0.0.0",
org.eclipse.osgi.services;bundle-version="0.0.0",
org.eclipse.passage.lic.email;bundle-version="0.0.0";visibility:=reexport
Export-Package: org.eclipse.passage.lic.internal.mail;x-internal=true
Expand Down
14 changes: 14 additions & 0 deletions features/org.eclipse.passage.lic.mail.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,18 @@
version="0.0.0"
unpack="false"/>

<plugin
id="javax.activation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="javax.mail"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit c64e9b0

Please sign in to comment.