Commit Graph
11 Commits
Author SHA1 Message Date
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 dd5d1fc745 Using junit and hamcrest from orbit / adjustments for different junit
bundle ID
2016-11-24 13:29:02 +01:00
Axel Uhl 42dedcecfd bug 2467 #19: passing through RacingEventService as RaceLogResolver; added as transient field to TrackedRace, restored after initial load in RacingEventServiceImpl 2015-06-20 23:57:50 +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 c4cea6660d introduced com.sap.sse.common.Util as superclass of com.sap.sailing.common.Util and added com.sap.sse.common to the required bundles of all users of com.sap.sailing.common.Util 2014-06-02 23:17:49 +02:00
fmittag 5ab7d5af96 unified usage of "require-bundle: org.junit4" for all test bundles 2013-09-02 11:47:06 +02:00
Armin Zamani b501d1ca6f Merge branch 'racecommittee_integrated' of
ssh://armin@sapsailing.com/home/trac/git into racecommittee_integrated

Conflicts:
	java/com.sap.sailing.domain/src/com/sap/sailing/domain/leaderboard/impl/AbstractSimpleLeaderboardImpl.java
2013-04-11 00:28:12 +02:00
Axel Uhl 5821808628 progress towards creating a RaceDefinition and TrackedRace from the archived swiss timing data 2012-12-18 00:03:39 +01:00
Jens Rommel 638ce5e325 - Added some documentation
- Fixed issues that broke maven build
- Fixed warnings
2012-12-14 10:02:15 +01:00
Jens Rommel 6b275d49ba - added support for loading addtional race information, e.g. time offset
- made time zone explicit wich is used to convert start time which comes without time zone information --> to be added from additional race information
2012-12-13 14:57:17 +01:00
Jens Rommel c8e7f2772f Work commit: SwissTiminig panel on Admin Conosole loads races from JSON.
- introduced new bundle for SwissTiming specific stuff, plus respective test bundle
- added new panel to Admin Console featuring replay of SwissTiminig races
- Actual import of race data just started, not functioning yet.
2012-11-26 17:22:05 +01:00