Commit Graph
32 Commits
Author SHA1 Message Date
Axel Uhl 22f180cee1 bug6215: moving Speed, Position, Bearing, Weigher and others to SSE; GWT CFSs not done yet 2026-03-03 17:30:56 +01:00
Axel Uhl b26c15c765 bug5970: first compiling version with true heading in GPSFixMoving 2024-02-20 16:58:25 +01:00
Wessels, Udo (PPN) 2b66121265 bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects. 2023-10-09 18:00:50 +02:00
Axel Uhl e86232fc3b bug5797: continued introducing Charset argument in more InputStreamReader constructor calls 2022-12-29 10:59:34 +01:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Axel Uhl 4db4b95b62 bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them! 2021-02-16 14:58:38 +01:00
Axel Uhl 8420340844 fixed SimpleTimeFormat synchronization, especially for WindFinder 2020-07-01 11:42:06 +02:00
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
Maximilian Groß ed1fae0c8f divided datamining from sailing specific classes 2018-04-12 07:40:59 +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
Papick Garcia Taboada 86e6cf5205 Removed unused imports 2017-12-14 17:03:26 +01:00
Papick Garcia Taboada 0ce6f90c37 Introduced boolean flag for succesful imports 2017-12-14 16:44:38 +01:00
Axel Uhl 9d01bd37f0 removed redundant empty lines
Change-Id: If636fb9b488c8fa754b71a02b993b3075cd23e96
2017-10-18 12:04:43 +02:00
Axel Uhl 094234b654 moved all Position-related classes including Compact... representations to common bundle; provided CustomFieldSerializer for all Position subclasses that require it 2015-04-03 16:12:21 +02:00
Axel Uhl 58bd451481 moved other Position implementations to common packages to share them with GWT and make then GWT-serializable 2015-04-02 16:42:10 +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 62f8afa103 Merge branch 'master' into usermanagement
Conflicts:
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
2014-10-04 23:51:19 +02: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
Benjamin Ebling bcd1d43207 KW Safe commit 2014-06-24 11:57:03 +02:00
Fredrik Teschke 492d2970bf use TrackFileImportDeviceId in GPSFixImporter callback instead of generic DeviceId 2014-06-03 00:51:56 +02:00
Fredrik Teschke 696484f194 changed interface of GPSFixImporter, so that the importer generates the device identifier 2014-06-02 22:05:31 +02:00
Axel Uhl 57ddc25c30 allow Deckman importer to fail with exception if format is not recognized 2014-05-30 23:09:38 +02:00
Axel Uhl 0d0ae3f060 added deckman adapter bundle to launch configs; implemented a GPSFixImporter based on the Deckman CSV export format 2014-05-30 10:59:39 +02:00
Axel Uhl 7398d81560 added first successful test case for parsing a few lines from a Deckman log file 2014-05-10 21:45:01 +02:00
Axel Uhl 9d8b543ff6 started to implement log file parsing 2014-05-10 21:25:11 +02:00
Axel Uhl 0e34dacb61 prepared record types and added a few lines of test data 2014-05-10 19:49:37 +02:00
Axel Uhl 61285ab7b9 started a Deckman adapter that shall be able to read Deckman-exported CSV files and turn them into a TrackedRace 2014-05-10 19:09:38 +02:00