mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
pull out mail functionality into own service and bundle
- needs to live outside com.sap.sse due to dependency on replication - use mail.properties instead of security.properties - introduced ServiceTrackerFactory, which led to refactorings in SailingServiceImpl and ~Mock
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Sse Email
|
||||
Bundle-SymbolicName: com.sap.sse.mail
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: SAP
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Export-Package: com.sap.sse.mail
|
||||
Import-Package: javax.mail,
|
||||
javax.mail.internet,
|
||||
org.osgi.framework
|
||||
Require-Bundle: com.sap.sse.replication,
|
||||
com.sap.sse.operationaltransformation,
|
||||
com.sap.sse.common,
|
||||
com.sap.sse
|
||||
Reference in New Issue
Block a user