Commit Graph
40 Commits
Author SHA1 Message Date
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 aec4658952 added explicit dependencies to org.apache.commons.collections4 and compress to barbados result importer 2021-05-19 12:55:40 +02:00
Axel Uhl 51b86de8dd bug5513: upgraded dom4j to version 2.1.3 2021-04-13 15:29:50 +02:00
Axel Uhl 479c8df92d bug5513: the WildcardPermission.toString() method has changed during the Shiro upgrade; adjusted tests; adjusted launch configs 2021-04-13 12:01:02 +02:00
Axel Uhl a2378e6ec5 bug5513: upgraded org.apache.xmlbeans to 3.1.0 (https://nvd.nist.gov/vuln/detail/CVE-2021-23926) 2021-04-13 11:06:38 +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 6553c40c2c bug4881: added ScoreCorrectionProvider.getScoreCorrections(InputStream) 2020-02-07 13:47:37 +01: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
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 137bce36c1 Removed direct bundle references to slf4j because it seems that we do
not really need it in our code
2016-12-01 10:15:17 +01:00
Axel Uhl b1fe2b2afd made Barbados/Excel import robust against empty cells; allow lowercase MaxPointsReason in imported score corrections
Change-Id: I8019dda7453f724e10a9ad628519364620545bab
2016-07-26 10:12:38 +02:00
Axel Uhl 9d43227986 part three of bug3641: renamed realTotal to total; should be done now; let's wait for the tests
Change-Id: Ie91dbcd94fb52cba0a928389b3d531bf44750000
2016-05-02 16:33:58 +02:00
Axel Uhl c5b494a0ba part one of swapping net/total point names: renamed all "net" to "realTotal"
Change-Id: Ia61d72e6c1c2323d2b9ad1e32c141b9a063e461d
2016-05-02 14:46:50 +02:00
Axel Uhl e1a5b3aa2c moved the XMLBeans, dom4j and Apache POI stuff to the target platform and updated the Barbados result import bundle accordingly 2015-10-16 18:03:53 +02:00
Axel Uhl f9ce812457 obtaining the JARs required by the Barbados result importer from the Orbit repository from the target platform; POI 3.7.0 still erroneously resolved to 3.9.0... 2015-10-16 15:50:05 +02:00
Axel Uhl f3341d98ad adjusted Barbados result importer project's build.properties after JAR removal 2015-10-14 11:35:26 +02:00
Axel Uhl 3ee5dcee8c removed unnecessary xml-apis-1.0.b2.jar from barbados result importer 2015-10-14 11:33:22 +02:00
Axel Uhl 0e1a03aa84 removed libraries from the Barbados result importer project that weren't actually required 2015-10-14 11:30:19 +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
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 9777a3a715 fixed Barbados result importer: handle multiple documents for the same boat class 2013-04-28 00:50:22 +02:00
Axel Uhl 18777c5616 be more resilient to exceptions while parsing this Excel result spreadsheet 2013-04-25 04:00:36 +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 4fcc81ef27 also renamed winregatta-->barbados in pom.xml files of import and test bundle 2013-04-17 11:15:38 +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