major refactoring, using only Operation<T> instead of OperationWithTransformationSupport which is currently not applicable the way we use the operation return type

This commit is contained in:
Axel Uhl
2014-11-07 23:45:05 +01:00
parent bbc2796d59
commit cd28a65394
76 changed files with 289 additions and 114 deletions
@@ -9,4 +9,5 @@ Bundle-ClassPath: .
Export-Package: com.sap.sailing.nmeaconnector
Require-Bundle: com.sap.sailing.domain,
com.sap.sailing.domain.common,
net.sf.marineapi;bundle-version="0.5.0"
net.sf.marineapi;bundle-version="0.5.0",
com.sap.sse.common