Commit Graph
26 Commits
Author SHA1 Message Date
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +02:00
Axel Uhl bd90f921dd added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule 2018-03-24 01:45:37 +01:00
Steffen Schaefer 9123771f34 normalized line endings 2017-05-16 09:42:02 +02:00
Steffen Schaefer dd5d1fc745 Using junit and hamcrest from orbit / adjustments for different junit
bundle ID
2016-11-24 13:29:02 +01:00
Axel Uhl 78ff26a17e introduced MillisecondsTimePoint.approximateNow() and used where now() is too expensive; re-typed now() to TimePoint 2015-07-27 22:48:09 +02:00
Axel Uhl bbc2796d59 renamed com.sap.sailing.server.replication bundle to com.sap.sse.replication 2014-11-07 21:47:57 +01:00
Axel Uhl 69de0f2d76 upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly 2014-10-01 15:00:44 +02:00
Axel Uhl 161d823dee updated project compliance settings to JavaSE-1.8 2014-10-01 14:44:22 +02:00
Axel Uhl e9130d38f3 upgraded classpaths to JavaSE-1.8 2014-10-01 14:16:18 +02:00
Axel Uhl 7ece44052d upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment 2014-10-01 14:08:19 +02:00
Axel Uhl 53a0b36e8e consolidated all Util stuff in com.sap.sse.common.Util now 2014-06-03 00:01:14 +02:00
Axel Uhl cb9354b1a0 moved Util from com.sap.sailing.common to com.sap.sse.common 2014-06-02 23:57:16 +02:00
Axel Uhl 0c47e86304 moved Pair and Triple from com.sap.sailing.common.Util to com.sap.sse.common.Util and introduced all missing dependencies on com.sap.sse.common 2014-06-02 23:31:26 +02:00
Axel Uhl f1fa1d74f6 moved a few more distance and speed types to domain.common and fixed a grave bug in MeterPerSecondSpeed; added test for improved outlier filtering 2013-08-14 18:00:45 +02:00
fmittag b85f692d4c added a result parser based on the manage2sail json service for retrieving URLs for all regattas of an event 2013-06-11 17:59:43 +02:00
Axel Uhl 441d6abbad fixed use of event name / boat class name in Barbados result importer 2013-04-28 06:18:54 +02:00
Axel Uhl ef2302326f the result format for Barbados changed a column header; adjusted importer and tests 2013-04-25 03:20:01 +02:00
Axel Uhl 9ba7da543f added a test case with a sheet obtained from Pam Johnson; some confusion about a wrong "DNF" score; adjusted score manually from DNF to 20 2013-04-19 00:45:30 +02:00
Axel Uhl 4fcc81ef27 also renamed winregatta-->barbados in pom.xml files of import and test bundle 2013-04-17 11:15:38 +02:00
Axel Uhl 53d84fbc36 added test for race number in Barbados result importer tests 2013-04-17 09:22:29 +02:00
Axel Uhl 9760c47430 first successful Barbados result import test that uses ScoreCorrectionProviderImpl 2013-04-17 00:31:43 +02:00
Axel Uhl 98d8e655c8 starting to understand IRMs/MaxPointsReason codes in Barbados result format 2013-04-17 00:17:28 +02:00
Axel Uhl 64a800317c removed Winregatta example files from Barbados branch; use common way to identify boatclassName parameter 2013-04-17 00:06:11 +02:00
Axel Uhl 1bf0732bc9 adjusted result importers so they use available abstract base classes from com.sap.sailing.resultimport 2013-04-16 23:57:09 +02:00
Axel Uhl 6211fce442 renamed winregatta stuff to barbados; starting to remove Winregatta functionality from this branch 2013-04-16 23:48:54 +02:00