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:
Fredrik Teschke
2015-02-09 21:03:50 +01:00
parent fd56e1866b
commit e004c433cc
33 changed files with 550 additions and 285 deletions
+15
View File
@@ -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